Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_krb5
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!
check the usability of a kerberos 5 KDC by trying to authenticate using a keytab. Works with MIT Kerberos on UNIX, should work fine with Heimdal as well.
Required perl modules: Authen::Krb5, File::MkTemp, GetOpt::Long.
Required perl modules: Authen::Krb5, File::MkTemp, GetOpt::Long.
Reviews (1)
byjtylers, August 12, 2015
After trying to figure my own script to check KDC's for a few hours, I found this one and it does exactly what I need it to. I had to change the line:
use lib "/usr/local/libexec" ;
becuase our nagios uses a different path, but that's it!
use lib "/usr/local/libexec" ;
becuase our nagios uses a different path, but that's it!