check_radius

Posted by tonvoon on 8 December 2007 - 1:26am
check_radius v1800 (nagios-plugins 1.4.10)
Copyright (c) 1999 Robert August Vincent II
Copyright (c) 2000-2006 Nagios Plugin Development Team
	<nagiosplug-devel@lists.sourceforge.net>

Tests to see if a radius server is accepting connections.


Usage:check_radius -H host -F config_file -u username -p password [-n nas-id] [-P port]
                  [-t timeout] [-r retries] [-e expect]

Options:
 -h, --help
    Print detailed help screen
 -V, --version
    Print version information
 -H, --hostname=ADDRESS
    Host name, IP Address, or unix socket (must be an absolute path)
 -P, --port=INTEGER
    Port number (default: 1645)
 -u, --username=STRING
    The user to authenticate
 -p, --password=STRING
    Password for autentication (SECURITY RISK)
 -n, --nas-id=STRING
    NAS identifier
 -F, --filename=STRING
    Configuration file
 -e, --expect=STRING
    Response string to expect from the server
 -r, --retries=INTEGER
    Number of times to retry a failed connection
 -t, --timeout=INTEGER
    Seconds before connection times out (default: 10)
This plugin tests a radius server to see if it is accepting connections.
The server to test must be specified in the invocation, as well as a user
name and password. A configuration file may also be present. The format of
the configuration file is described in the radiusclient library sources.
The password option presents a substantial security issue because the
password can be determined by careful watching of the command line in
a process listing.  This risk is exacerbated because nagios will
run the plugin at regular prdictable intervals.  Please be sure that
the password used does not allow access to sensitive system resources,
otherwise compormise could occur.

Send email to nagios-users@lists.sourceforge.net if you have questions
regarding use of this software. To submit patches or suggest improvements,
send email to nagiosplug-devel@lists.sourceforge.net
Comment viewing options
Select your preferred way to display the comments and click "Save settings" to activate your changes.
Hi, I installed radclient

Hi,

I installed radclient and radclient-ng on ubuntu but when i use check_radius i get
[failed to receive a reply from the server, authentication FAILED. ]

May I get some help please.

Thanks

Posted by kenshin on 21 April 2009 - 6:44am