Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Check Radius

Current Version
1.0.1
Last Release Date
2010-12-01
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
Owner
License
GPL
Hits
102148
Files:
FileDescription
check_radius_1_0_1.shcheck_radius_1_0_1.sh
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This scripts is intended to be used as a Nagios plugin to check the different states of our Freeradius Server even if the freeradius is up and runing it checks if the Freeradius can handle requests using radclient.
This scripts is intended to be used as a Nagios plugin to check the different states of our Freeradius Server even if the $DAEMON is up and runing it checks if the $DAEMON can handle requests using radclient.
This Plugin handles 3 states
OK - Freeradius is UP and Capable of Handle requests
WARNING - Freeradius Status is Unknow
Critical - Freeradius is DOWN
- Freeradius is UP but isn't capable of Handling any request (DB problems, Configuration, Iptables, etc...)

Radclient Status Command

echo "Message-Authenticator = 0x00" | radclient xxx.xxx.xxx.xxx:xxxx status nagios

Documentation about radclient: ~:# man radclient