Search found 2 matches

by bwestover
Tue Jan 11, 2011 4:34 pm
Forum: Open Source Nagios Projects
Topic: Want to check on my passive check
Replies: 2
Views: 1576

Re: Want to check on my passive check

Yes!

That is what I needed. Thank you.

If any else needs it, I found the documentation for Service and Host Freshness Checks:

http://nagios.sourceforge.net/docs/3_0/freshness.html
by bwestover
Mon Jan 10, 2011 1:15 pm
Forum: Open Source Nagios Projects
Topic: Want to check on my passive check
Replies: 2
Views: 1576

Want to check on my passive check

I have a router that doesn't expose what I need through SNMP. I can get it via SSH, but not very easily. I built a script that runs via cron on my Nagios server, that will retrieve the data I need, process it and then send a passive service check to the nagios.cmd file. It's working. The problem I'm...