[Pkg-nagios-changes] [pkg-nagios] r1576 - in nagios-plugins/trunk/debian: . pluginconfig
Jan Wagner
waja at alioth.debian.org
Mon Sep 22 15:02:27 UTC 2008
Author: waja
Date: 2008-09-22 15:02:26 +0000 (Mon, 22 Sep 2008)
New Revision: 1576
Modified:
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/pluginconfig/disk-smb.cfg
Log:
add warning and critical threshold
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2008-09-22 12:46:42 UTC (rev 1575)
+++ nagios-plugins/trunk/debian/changelog 2008-09-22 15:02:26 UTC (rev 1576)
@@ -2,6 +2,8 @@
* add server_port back to 41_check_http_fix_http_header.dpatch,
patch was incomplete
+ * add warning and critical threshold to check_disk_smb_user command
+ definition
-- Jan Wagner <waja at cyconet.org> Sun, 24 Aug 2008 07:40:12 +0200
Modified: nagios-plugins/trunk/debian/pluginconfig/disk-smb.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/disk-smb.cfg 2008-09-22 12:46:42 UTC (rev 1575)
+++ nagios-plugins/trunk/debian/pluginconfig/disk-smb.cfg 2008-09-22 15:02:26 UTC (rev 1576)
@@ -29,7 +29,7 @@
# 'check_disk_smb_user' command definition
define command{
command_name check_disk_smb_user
- command_line /usr/lib/nagios/plugins/check_disk_smb -H '$ARG1$' -s '$ARG2$' -u '$ARG3$' -p '$ARG4$'
+ command_line /usr/lib/nagios/plugins/check_disk_smb -H '$ARG1$' -s '$ARG2$' -u '$ARG3$' -p '$ARG4$' -w '$ARG5$' -c '$ARG6$'
}
More information about the Pkg-nagios-changes
mailing list