Re: [Nagios-devel] Passive checks

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Passive checks

Post by Guest »

On Mon, 30 Dec 2002, Brandon Knitter wrote:
> Is there anything that would allow for a passive check to notify you if it
> hadn't been updated in a specified period? For instance, if the passive
> check was not updated in 15 minutes, notify that there could be a problem or
> WARNING?

The following documentation is relevant:
http://nagios.sourceforge.net/docs/1_0/freshness.html

I have the following shell script as my check command:
--->>>
#!/bin/sh

echo "Status has expired"

exit 2
<<<---

--
I think the internet should shut down at night
- vvviper|a





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: dan@drown.org
Locked