[Pkg-nagios-changes] [pkg-nagios-plugins] 57/413: fix command names
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:13:06 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 e21f5b4966c9e97cb1f1a8e77795e085e87d9606
Author: Jan Wagner <waja at cyconet.org>
Date: Fri Jan 5 12:55:49 2007 +0000
fix command names
---
debian/pluginconfig/ping.cfg | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/pluginconfig/ping.cfg b/debian/pluginconfig/ping.cfg
index 13456dd..87bf3ff 100644
--- a/debian/pluginconfig/ping.cfg
+++ b/debian/pluginconfig/ping.cfg
@@ -38,35 +38,35 @@ define command{
# 'check_ping_4' command definition
define command{
- command_name check_ping
+ command_name check_ping_4
command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -4
}
# 'check-host-alive_4' command definition
define command{
- command_name check-host-alive
+ command_name check-host-alive_4
command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 -4
}
# 'check-printer-alive_4' command definition
define command{
- command_name check-printer-alive
+ command_name check-printer-alive_4
command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 -4
}
# 'check-switch-alive_4' command definition
define command{
- command_name check-switch-alive
+ command_name check-switch-alive_4
command_line /usr/lib/nagios/plugins/check_ping $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 -4
}
# 'check-router-alive_4' command definition
define command{
- command_name check-router-alive
+ command_name check-router-alive_4
command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1 -4
}
--
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