Page 1 of 1

Monitoring the monitor jobs

Posted: Tue Feb 03, 2015 10:44 am
by monahanks
Good morning,
I have been given the task of creating a GA job that will monitor the status (enabled/disabled) of the monitor jobs on our GA Director.
My thought is, we can read a .csv file that lists the monitor jobs on our system and a flag signifying whether they should active or not, but I am not sure how to read the actual list of monitor jobs on the system to compare against the list.
Any suggestions? Is there a log or something that can be read to see what monitor jobs exist on the system?
The .csv file would just be a manually maintained file.

Thanks,
Kevin

Re: Monitoring the monitor jobs

Posted: Mon Feb 09, 2015 10:52 am
by Support_Rick
Per our discussion offline .. being able to read the Monitors Table and create a "rowset" of your Active or Inactive Monitors should be easy to obtain for this endeavor. In that case, an external CSV shouldn't be necessary, unless you just want to store the data external.

Thanks!