Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_krb5
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!