This commit is contained in:
Jan Wagner 2007-12-09 23:33:47 +00:00
parent d2842ff9c3
commit 86dc2c445b
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

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

View file

@ -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$
}