Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check radius
108916
File | Description |
---|---|
radauth-1.00.tar.gz | original radauth from Matt Miller |
radauth.c | modified radauth.c |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
this plugin will check authentication against radius server with only few command line parameters.
command line example:
./radauth -r 127.0.0.1 -s secret -u user -p password -t 10
there is also intercative mode( read radauth help).
installation instructions:
download files and unpack. copy the modifed radauth.c over the original radauth.c then compile.
i added exit codes and removed few unneeded lines.
based on radauth v 1.0 by Matt Miller.
command line example:
./radauth -r 127.0.0.1 -s secret -u user -p password -t 10
there is also intercative mode( read radauth help).
installation instructions:
download files and unpack. copy the modifed radauth.c over the original radauth.c then compile.
i added exit codes and removed few unneeded lines.
based on radauth v 1.0 by Matt Miller.
Reviews (2)
bydebiasi, June 28, 2014
To use this script yoy need to ungzip twice.
gunzip radauth-1.00.tar.gz
mv radauth-1.00.tar radauth-1.00.tar.gz
gunzip radauth-1.00.tar.gz
tar xpvf radauth-1.00.tar
cd radauth-1.00
./configure
make
use it !
gunzip radauth-1.00.tar.gz
mv radauth-1.00.tar radauth-1.00.tar.gz
gunzip radauth-1.00.tar.gz
tar xpvf radauth-1.00.tar
cd radauth-1.00
./configure
make
use it !
First file .tar.gz is corrupt...