Search found 4 matches

by ipcthorn
Thu Aug 02, 2012 5:06 pm
Forum: Open Source Nagios Projects
Topic: (Service Check Timed Out) with a custom perl script
Replies: 4
Views: 1368

Re: (Service Check Timed Out) with a custom perl script

There were two results from that command but one was a child process of the other (based on the analysis of a more linux savy co-worker) so I don't think that's it.

How could I tell if I'm using the embedded interpreter or not?
by ipcthorn
Wed Jul 25, 2012 11:17 am
Forum: Open Source Nagios Projects
Topic: (Service Check Timed Out) with a custom perl script
Replies: 4
Views: 1368

Re: (Service Check Timed Out) with a custom perl script

Only one instance of nagios per server. We are running this check once a min on two separate servers in the same environment.

No passive checks.
by ipcthorn
Tue Jul 24, 2012 12:15 pm
Forum: Open Source Nagios Projects
Topic: Monitor and graph JVM heap size
Replies: 3
Views: 6358

Re: Monitor and graph JVM heap size

I have check_jmx doing this exact check and rrdtool graphing it. I got the graphing info here: http://leanjavaengineering.wordpress.com/2011/05/29/monitoring-grails-apps-part-2/ and of course, here is the plugin with pretty good instructions: http://exchange.nagios.org/directory/Plugins/Java-Applica...
by ipcthorn
Tue Jul 24, 2012 12:05 pm
Forum: Open Source Nagios Projects
Topic: (Service Check Timed Out) with a custom perl script
Replies: 4
Views: 1368

(Service Check Timed Out) with a custom perl script

I have been fighting with a custom perl script that sends a test transaction through a credit card processing API. We run it every minute and have the retry set to 30 seconds. I know this is pretty frequent but is necessary for our business to know ASAP about a failure. About once or twice an evenin...