Troubleshooting JobMonitor Monitoring

“I set up everything, the JobMonitor wrapper ran my script… but there are no execution records on the Devices page” Let’s assume you use the following command line to wrap your script lmJobMonitorwrapper.pl 10.10.2.2:7214 myserver “my job name” /usr/local/myjobscript where 10.10.2.2 is the device on which the collector is running, and 7214 is the collector … Continued

Help Constructing Cron Expressions

A CRON expression is a string comprising 5 fields separated by white space that represents a set of times, normally as a schedule to execute some routine.   Format * in the value field above means all legal values as in braces for that column. The value column can have a * or a list of elements … Continued