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_kms

Current Version
1
Last Release Date
2011-07-19
Compatible With
  • Nagios 3.x
Hits
97521
Files:
FileDescription
check_kmscheck_kms
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
check_kms
A plugin to check the status of how many licenses have been given by a KMS server.
If you are having issues with licensing your KMS clients because you have too few connected or too many and you want to know on-the-fly how many Windows clients are actually licensed through a given server, this plugin is definitely for you. If the client count is below 25, the plugin returns critical. If the client count is at or above 25, it tells you to relax and have another cup of coffee.

Dependencies:
Your KMS server must be running a telnet server.

Invocation:
To invoke, add this to commands.cfg

define command{
command_name check_kms
command_line sh /path/to/check_kms $HOSTADDRESS$ 'username' 'password'
}

Where username and password are an administrative user name and password.

Add this to windows.cfg under your KMS host:

define service{
use generic-service
host_name Hostname
service_description KMS
check_command check_kms
}

Where Hostname is your KMS host name.

Enjoy!
Reviews (1)
bykrutaw, September 10, 2014
0 of 1 people found this review helpful
The total count only goes up to 50 for the OS level in KMS. No real value above that count.