Page 1 of 1

Re: [Nagios-devel] Passive checks

Posted: Mon Dec 30, 2002 11:06 pm
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: [email protected]