[Pkg-nagios-changes] [pkg-nagios-plugins] 97/413: fix #405244

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:10 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 86dc2c445bd21db98659605aa5fdde9408797270
Author: Jan Wagner <waja at cyconet.org>
Date:   Sun Dec 9 23:33:47 2007 +0000

    fix #405244
---
 debian/changelog            | 1 +
 debian/pluginconfig/dns.cfg | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 54a7364..0f6d58e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at debian.org>  Fri, 07 Dec 2007 01:01:17 +0100
 
diff --git a/debian/pluginconfig/dns.cfg b/debian/pluginconfig/dns.cfg
index b0f2643..440c9d4 100644
--- a/debian/pluginconfig/dns.cfg
+++ b/debian/pluginconfig/dns.cfg
@@ -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$
 }

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