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

Jan Wagner waja-guest at alioth.debian.org
Fri Jun 6 13:47:14 UTC 2008


tags 482942 pending
thanks

Author: waja-guest
Date: 2008-06-06 13:47:14 +0000 (Fri, 06 Jun 2008)
New Revision: 1476

Modified:
   nagios-plugins/trunk/debian/NEWS.Debian
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/pluginconfig/radius.cfg
Log:
update check_radius command definition

Modified: nagios-plugins/trunk/debian/NEWS.Debian
===================================================================
--- nagios-plugins/trunk/debian/NEWS.Debian	2008-06-06 13:24:43 UTC (rev 1475)
+++ nagios-plugins/trunk/debian/NEWS.Debian	2008-06-06 13:47:14 UTC (rev 1476)
@@ -1,9 +1,16 @@
+nagios-plugins (1.4.12-1) unstable; urgency=low
+
+  removed default port of check_radius definition in favor of the ability to
+  specify it as 4th argument.
+
+ -- Jan Wagner <waja at cyconet.org>  Fri, 06 Jun 2008 12:25:59 +0200
+
 nagios-plugins (1.4.5-3) unstable; urgency=low
 
-ifstatus.cfg has changed. Now you have to provide a community in the first
-argument ($ARG1$). Description and IfIndex moved to second argument ($ARG2$).
+  ifstatus.cfg has changed. Now you have to provide a community in the first
+  argument ($ARG1$). Description and IfIndex moved to second argument ($ARG2$).
 
-E.g.: use "check_ifstatus!public" instead of "check_ifstatus" as
-check_command!
+  E.g.: use "check_ifstatus!public" instead of "check_ifstatus" as
+  check_command!
 
  -- Jan Wagner <waja at cyconet.org>  Thu, 11 Jan 2007 14:56:47 +0100

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2008-06-06 13:24:43 UTC (rev 1475)
+++ nagios-plugins/trunk/debian/changelog	2008-06-06 13:47:14 UTC (rev 1476)
@@ -41,6 +41,11 @@
     providing it (Closes: #482947)
   * provide new checks for check_http which makes use of "-H '$HOSTNAME'"
     (Closes: #423461)
+  * fixed check_radius command definition and removed static port in favor of
+    ability to provide it as 4th argument, since it was broken and unusable
+    anyways, thanks Josip Rodin <joy at debbugs.entuzijast.net> for profiding a
+    fix (Closes: #482942)
+  * mention the check_radius breakerage in NEWS.Debian
 
   [ Alexander Wirt ]
   * Call smbclient with -N (supress password prompt) if no password is

Modified: nagios-plugins/trunk/debian/pluginconfig/radius.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/radius.cfg	2008-06-06 13:24:43 UTC (rev 1475)
+++ nagios-plugins/trunk/debian/pluginconfig/radius.cfg	2008-06-06 13:47:14 UTC (rev 1476)
@@ -1,6 +1,6 @@
 # 'check_radius' command definition
 define command{
 	command_name	check_radius
-	command_line	/usr/lib/nagios/plugins/check_radius '$ARG1$' '$ARG2$' '$HOSTADDRESS$' 1812 '$ARG3$'
+	command_line	/usr/lib/nagios/plugins/check_radius -F /etc/radiusclient/radiusclient.conf -H '$HOSTADDRESS$' -P '$ARG4$' -t '$ARG3$' -u '$ARG1$' -p '$ARG2$'
 	}
 




More information about the Pkg-nagios-changes mailing list