[Pkg-nagios-changes] [pkg-nagios] r1294 - in nagios-plugins/trunk/debian: . pluginconfig

Jan Wagner waja-guest at alioth.debian.org
Sun Dec 9 23:33:48 UTC 2007


tags 405244 pending
thanks

Author: waja-guest
Date: 2007-12-09 23:33:47 +0000 (Sun, 09 Dec 2007)
New Revision: 1294

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/pluginconfig/dns.cfg
Log:
fix #405244

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2007-12-09 22:35:08 UTC (rev 1293)
+++ nagios-plugins/trunk/debian/changelog	2007-12-09 23:33:47 UTC (rev 1294)
@@ -2,6 +2,7 @@
 
   [ 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
 

Modified: nagios-plugins/trunk/debian/pluginconfig/dns.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/dns.cfg	2007-12-09 22:35:08 UTC (rev 1293)
+++ nagios-plugins/trunk/debian/pluginconfig/dns.cfg	2007-12-09 23:33:47 UTC (rev 1294)
@@ -7,5 +7,5 @@
 # '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$
 }




More information about the Pkg-nagios-changes mailing list