> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:nagios-users-
> [EMAIL PROTECTED] On Behalf Of Michael Egan
> Sent: Monday, December 17, 2007 11:05 AM
> To: Nagios Users Mailinglist
> Subject: [Nagios-users] Changing Thresholds
> 
> How do I change the disk space and PING thresholds in Nagios?

Typically you'll edit the flags passed to the command_line of the plugin
for the check command{} you want to modify. For example, you'd change
the -w and -c parameters for check_disk to change the warning and
critical thresholds below --

define command {
    command_name                   check_disk
    command_line                   $USER1$/check_disk -t 40  -w 15% -c
10%
    }

Each plugin understands different flags. You can run standard plugins
from the command line with --help to see the parameters they accept.

--
Marc

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Nagios-users mailing list
[email protected]
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

Reply via email to