Ticket #195 (closed enhancement: fixed)
Add suport for INSTANCES
| Reported by: | mickem | Owned by: | mickem |
|---|---|---|---|
| Priority: | 1 | Milestone: | 0.3.6 |
| Component: | NSClientListener | Version: | 0.3.2 |
| Severity: | Bugs | Keywords: | |
| Cc: |
Description
http://nagiosplugins.org/man/check_nt:
INSTANCES =
Check any performance counter object of Windows NT/2000. Syntax: check_nt -H <hostname> -p <port> -v INSTANCES -l <counter object> <counter object> is a Windows Perfmon Counter object (eg. Process), if it is two words, it should be enclosed in quotes The returned results will be a comma-separated list of instances on
the selected computer for that object.
The purpose of this is to be run from command line to determine what instances
are available for monitoring without having to log onto the Windows server
to run Perfmon directly.
It can also be used in scripts that automatically create Nagios service
configuration files.
Some examples: check_nt -H 192.168.1.1 -p 1248 -v INSTANCES -l Process







