[Pkg-nagios-changes] [pkg-nagios-plugins] 79/413: add interface check with exclude

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:08 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 075f41fdf2f97a1093647260987fb53afcdaf68d
Author: Jan Wagner <waja at cyconet.org>
Date:   Mon Jul 9 10:13:56 2007 +0000

    add interface check with exclude
---
 debian/pluginconfig/ifstatus.cfg | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/pluginconfig/ifstatus.cfg b/debian/pluginconfig/ifstatus.cfg
index 210e53c..bc3201b 100644
--- a/debian/pluginconfig/ifstatus.cfg
+++ b/debian/pluginconfig/ifstatus.cfg
@@ -4,6 +4,11 @@ define command{
 	command_line	/usr/lib/nagios/plugins/check_ifstatus -H $HOSTADDRESS$ -C $ARG1$ 
 	}
 
+# 'check_ifstatus_exclude' command definition
+define command{
+        command_name    check_ifstatus_exclude
+        command_line    /usr/lib/nagios/plugins/check_ifstatus -H $HOSTADDRESS$ -C $ARG1$ -x $ARG2$
+        }
 
 # 'check_ifoperstatus_ifindex' command definition
 define command{
@@ -11,10 +16,8 @@ define command{
 	command_line	/usr/lib/nagios/plugins/check_ifoperstatus -H $HOSTADDRESS$ -C $ARG1$ -k $ARG2$
 	}
 
-
 # 'check_ifoperstatus_ifdescr' command definition
 define command{
 	command_name	check_ifoperstatus_ifdescr
 	command_line	/usr/lib/nagios/plugins/check_ifoperstatus -H $HOSTADDRESS$ -C $ARG1$ -d $ARG2$
 	}
-

-- 
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