migrate ntp.cfg to new check_ntp_peer
This commit is contained in:
parent
18ab211500
commit
4879d5bcca
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -12,6 +12,7 @@ nagios-plugins (1.4.11-1) UNRELEASED; urgency=low
|
||||||
check_ntp and check_ntp_time
|
check_ntp and check_ntp_time
|
||||||
* add 30_fix_check_ntp_options.dpatch to fix options help for check_ntp_peer
|
* add 30_fix_check_ntp_options.dpatch to fix options help for check_ntp_peer
|
||||||
and check_ntp_time
|
and check_ntp_time
|
||||||
|
* migrate ntp.cfg to new check_ntp_peer
|
||||||
|
|
||||||
-- Sean Finney <seanius@debian.org> Fri, 07 Dec 2007 01:01:17 +0100
|
-- Sean Finney <seanius@debian.org> Fri, 07 Dec 2007 01:01:17 +0100
|
||||||
|
|
||||||
|
|
4
debian/pluginconfig/ntp.cfg
vendored
4
debian/pluginconfig/ntp.cfg
vendored
|
@ -1,13 +1,13 @@
|
||||||
# 'check_ntp' command definition
|
# 'check_ntp' command definition
|
||||||
define command{
|
define command{
|
||||||
command_name check_ntp
|
command_name check_ntp
|
||||||
command_line /usr/lib/nagios/plugins/check_ntp -H $HOSTADDRESS$
|
command_line /usr/lib/nagios/plugins/check_ntp_peer -H $HOSTADDRESS$
|
||||||
}
|
}
|
||||||
|
|
||||||
# 'check_ntp_ntpq' command definition
|
# 'check_ntp_ntpq' command definition
|
||||||
define command{
|
define command{
|
||||||
command_name check_ntp_ntpq
|
command_name check_ntp_ntpq
|
||||||
command_line /usr/lib/nagios/plugins/check_ntp -H $HOSTADDRESS$ -j 10 -k 15
|
command_line /usr/lib/nagios/plugins/check_ntp_peer -H $HOSTADDRESS$ -j 10 -k 15
|
||||||
}
|
}
|
||||||
|
|
||||||
# 'check_time' command definition
|
# 'check_time' command definition
|
||||||
|
|
Loading…
Reference in a new issue