[Pkg-nagios-changes] [pkg-nagios-plugins] 159/413: add warning and critical threshold
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:13:18 UTC 2013
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins.
commit e6ca5446ce3e0175bb02430cd137148d91d3e919
Author: Jan Wagner <waja at cyconet.org>
Date: Mon Sep 22 15:02:26 2008 +0000
add warning and critical threshold
---
debian/changelog | 2 ++
debian/pluginconfig/disk-smb.cfg | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index edcb2ff..7396c0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ nagios-plugins (1.4.12-4) UNRELEASED; urgency=low
* 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
diff --git a/debian/pluginconfig/disk-smb.cfg b/debian/pluginconfig/disk-smb.cfg
index b3d8218..d3cee35 100644
--- a/debian/pluginconfig/disk-smb.cfg
+++ b/debian/pluginconfig/disk-smb.cfg
@@ -29,7 +29,7 @@ define command{
# '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$'
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git
More information about the Pkg-nagios-changes
mailing list