[Pkg-nagios-changes] [pkg-nagios-plugins] 142/413: update check_radius command definition
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:13:16 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 af4244469816e326fb9483f8731d990b46682f7b
Author: Jan Wagner <waja at cyconet.org>
Date: Fri Jun 6 13:47:14 2008 +0000
update check_radius command definition
---
debian/NEWS.Debian | 15 +++++++++++----
debian/changelog | 5 +++++
debian/pluginconfig/radius.cfg | 2 +-
3 files changed, 17 insertions(+), 5 deletions(-)
diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian
index 02437e2..be41186 100644
--- a/debian/NEWS.Debian
+++ b/debian/NEWS.Debian
@@ -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
diff --git a/debian/changelog b/debian/changelog
index cf94962..4c1f022 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,11 @@ nagios-plugins (1.4.12-1) UNRELEASED; urgency=low
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
diff --git a/debian/pluginconfig/radius.cfg b/debian/pluginconfig/radius.cfg
index beb38f7..49df4d1 100644
--- a/debian/pluginconfig/radius.cfg
+++ b/debian/pluginconfig/radius.cfg
@@ -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$'
}
--
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