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_tacacs_plus

Rating
3 votes
Favoured:
1
Hits
101357
Files:
FileDescription
check_tacacs_plus.plThe plugin
Nagios CSP

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!
Script to check tacacs+ availability:-)
Reviews (2)
byMajed, December 14, 2017
the upper review made me think the script is buggy.
To make it work, do what was mentioned above and add the nagios ip to the tacacs server, then it will result in authentication ok.
in nagios it nagged about utils.pm not present. to fix this change the lib line in the script to point to utils.pm folder which should be that of the plugin.
byaking9, April 28, 2010
Checks Tacacs+ nicely.
As an FYI for users, it requires the perl module Authen::TacacsPlus. Also I had to modify the script to include use lib "$perl_library"
Thanks.