An odd question
Wil Schultz
wschultz at bsdboy.com
Fri Jun 8 19:20:54 CEST 2007
There is the "negate" plugin.
############################################################
bash-3.1# ./negate --help
negate (nagios-plugins 1.4.3) 1.24
Copyright (c) 2002-2004 Nagios Plugin Development Team
<nagiosplug-devel at lists.sourceforge.net>
Negates the status of a plugin (returns OK for CRITICAL, and vice-
versa).
Usage: negate [-t timeout] <definition of wrapped plugin>
Options:
-h, --help
Print detailed help screen
-V, --version
Print version information
-t, --timeout=INTEGER
Seconds before connection times out (default: 9)
[keep timeout than the plugin timeout to retain CRITICAL status]
negate "/usr/local/nagios/libexec/check_ping -H host"
Run check_ping and invert result. Must use full path to plugin
negate "/usr/local/nagios/libexec/check_procs -a 'vi negate.c'"
Use single quotes if you need to retain spaces
This plugin is a wrapper to take the output of another plugin and
invert it.
If the wrapped plugin returns STATE_OK, the wrapper will return
STATE_CRITICAL.
If the wrapped plugin returns STATE_CRITICAL, the wrapper will return
STATE_OK.
Otherwise, the output state of the wrapped plugin is unchanged.
Send email to nagios-users at lists.sourceforge.net if you have questions
regarding use of this software. To submit patches or suggest
improvements,
send email to nagiosplug-devel at lists.sourceforge.net
############################################################
On Jun 8, 2007, at 10:14 AM, Steven Schwartz wrote:
> I’m working in Nagios 2.x, so this may be possible in 3, and I just
> can’t find it in 2.
>
>
>
> Is there a way to specify more frequent checks on a service in a
> non-OK state? Essentially, we have a service where catching the
> moment it goes down is not critical, but once it *does*, we’d like
> to know as closely as possible when it comes back up. (It’s a long
> story)
>
>
>
> (i.e. have a different check interval for Hard OK and Hard Critical
> states.)
>
>
>
> S.
>
>
>
>
>
> CONFIDENTIALITY NOTICE: Proprietary/Confidential Information
> belonging to Gracenote, Inc. may be contained in this message. If
> you are not a recipient indicated or intended in this message (or
> responsible for delivery of this message to such person), or you
> think for any reason that this message may have been addressed to
> you in error, you may not use or copy or deliver this message (and
> all attachments) to anyone else. In such case, you should destroy
> this message (and all attached documents) and are asked to notify
> the sender by reply email.
>
>
>
> ----------------------------------------------------------------------
> ---
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.
::: Messages without supporting info will risk being sent to /dev/null
More information about the Users
mailing list