Page 1 of 1

How to integrate eValid into a monitoring system

PostPosted: Wed Oct 15, 2014 12:54 pm
by MichaelD
Afternoon:

Can I get some insight on following:

Tell me more about how to integrate eValid into my monitoring system?

Thank you

Re: How to integrate eValid into a monitoring system

PostPosted: Thu Oct 16, 2014 12:19 pm
by eValid
MichaelD wrote:Afternoon:

Can I get some insight on following:

Tell me more about how to integrate eValid into my monitoring system?

Thank you


Interesting question MichaelD.

It is really quite simple. Here is the process, step by step.

(1) Create and confirm your monitoring script. This is just like developing a functional test script...which exactly what a monitoring script is. A functional test that you run repeatedly to make sure something you want to be true really IS true. Get monitoring going

Here is one of the manual pages on this:

http://www.e-valid.com/Products/Documen ... ocess.html

(2) The typical monitoring script measures time in some way. You do this inside the eValid script by adding ResetTimer and ElapsedTime commands at the point where you want performance data.

There are specific commands to send an ALARM signal when an elapsed time value exceeds a threshold.

Here is one manual page about this:

http://www.e-valid.com/Products/Documen ... alarm.html

(3) Use the scheduler to set up execution of your script on the necessary schedule, e.g. once ever 5 minutes. Here is the a description of you you can do this using the Windows scheduler:

http://www.e-valid.com/Products/Documen ... duler.html

(4) Now you should be running "stand alone" with ALARM messages going to a specific email account (all of this data is in the script).

(5) If you are using one of the many free or low costs monitoring reporting system you will need to rely on their documentation to get data reported into that particular framework. Every one is different.

Here is how to integrate eValid with Nagios-based monitoring reporting dashboards:

http://www.e-valid.com/Products/Documen ... ption.html

As always, contact us if you run into difficulties.

-- eValid Support