Home Directory Plugins Security check_krb5_kdc.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_kdc.pl (Advanced Nagios Plugins Collection)

Rating
0 votes
Favoured:
0
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Hits
27281
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Checks a specific Kerberos KDC is working by getting a TGT using a keytab

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

Requirements:

- Kerberos KDC
- Kerberos Realm
- nagios kerberos principal
- exported keytab for the nagios kerberos principal
- kinit command in standard system path
Part of the Advanced Nagios Plugins Collection.

Download it here:

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

./check_krb5_kdc.pl --help

usage: check_krb5_kdc.pl [ options ]

-H --host KDC host ($KDC_HOST, $HOST)
-P --port KDC port ($KDC_PORT, $PORT, default: 88)
-R --realm Kerberos Realm
-k --keytab Path to Keytab exported containing principal credentials. Required
-p --principal Kerberos principal to use (default: nagios)
-r --renewable Checks we are able to retrieve a renewable TGT
-t --timeout Timeout in secs (default: 10)
-v --verbose Verbose mode (-v, -vv, -vvv ...)
-h --help Print description and usage options
-V --version Print version and exit