fix #405244
This commit is contained in:
parent
d2842ff9c3
commit
86dc2c445b
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -2,6 +2,7 @@ nagios-plugins (1.4.10-2) UNRELEASED; urgency=low
|
|||
|
||||
[ Jan Wagner ]
|
||||
* fix Vcs- fields fields
|
||||
* use $HOSTADDRESS$ instead of $HOSTNAME$ in dns.cfg (closes: #405244).
|
||||
|
||||
-- Sean Finney <seanius@debian.org> Fri, 07 Dec 2007 01:01:17 +0100
|
||||
|
||||
|
|
2
debian/pluginconfig/dns.cfg
vendored
2
debian/pluginconfig/dns.cfg
vendored
|
@ -7,5 +7,5 @@ define command{
|
|||
# 'check_dig' command definition
|
||||
define command{
|
||||
command_name check_dig
|
||||
command_line /usr/lib/nagios/plugins/check_dig -H $HOSTNAME$ -l $ARG1$
|
||||
command_line /usr/lib/nagios/plugins/check_dig -H $HOSTADDRESS$ -l $ARG1$
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue