Home Directory Plugins Security check_krb5_kinit.pl (Advanced Nagios Plugins Collection)

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_kinit.pl (Advanced Nagios Plugins Collection)

Rating
0 votes
Favoured:
0
Current Version
https://github.com/harisekhon/nagios-plugins
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
Hits
30471
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!
Checks Kerberos is working by requesting a TGT from the KDC using a pre-exported keytab
Part of the Advanced Nagios Plugins Collection.

Download it here:

https://github.com/harisekhon/nagios-plugins

check_krb5_kinit.pl

Nagios Plugin to check Kerberos is working by getting a TGT from the KDC using a keytab

Create a nagios kerberos principal and export a keytab for it to use in this check

Requirements:

1. Kerberos KDC(s)
2. /etc/krb5.conf
3. nagios kerberos principal
4. exported keytab for the nagios kerberos principal


usage: check_krb5_kinit.pl [ options ]

-p --principal Kerberos principal to use (default: nagios)
-k --keytab Path to Keytab exported containing principal credentials. Required
-h --help Print description and usage options
-t --timeout Timeout in secs (default: 10)
-v --verbose Verbose mode (-v, -vv, -vvv ...)
-V --version Print version and exit