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_krb5

Rating
2 votes
Favoured:
1
Hits
98939
Files:
FileDescription
check_krb5.txtcheck_krb5
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check the usability of a kerberos 5 KDC
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.
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!