Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_kms
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!
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!
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)
The total count only goes up to 50 for the OS level in KMS. No real value above that count.