From d0540efa6ad1a7fe78dd67782dd35d12119e68db Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 7 May 2013 11:07:37 -0400 Subject: [PATCH] nagios check_disk: check inode disk usage too. (imported from commit e920c4a11c2797904f0ca397ebdcd8b0a9fef8cf) --- servers/puppet/modules/humbug/files/nagios3/commands.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/puppet/modules/humbug/files/nagios3/commands.cfg b/servers/puppet/modules/humbug/files/nagios3/commands.cfg index e96b718a80..01ce19d32e 100644 --- a/servers/puppet/modules/humbug/files/nagios3/commands.cfg +++ b/servers/puppet/modules/humbug/files/nagios3/commands.cfg @@ -48,7 +48,7 @@ define command{ define command{ command_name check_remote_disk - command_line /usr/lib/nagios/plugins/check_by_ssh -p $ARG1$ -l nagios -t 30 -i /var/lib/nagios/.ssh/id_rsa -H $HOSTADDRESS$ -C '/usr/lib/nagios/plugins/check_disk -w $ARG2$ -c $ARG3$ -p $ARG4$' + command_line /usr/lib/nagios/plugins/check_by_ssh -p $ARG1$ -l nagios -t 30 -i /var/lib/nagios/.ssh/id_rsa -H $HOSTADDRESS$ -C '/usr/lib/nagios/plugins/check_disk -W$ARG2$ -K$ARG3$ -w $ARG2$ -c $ARG3$ -p $ARG4$' } define command{