Add check command nspc-local-counter

fixes #9985

Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
Lennart Betz 2015-08-24 10:36:18 +02:00 committed by Gunnar Beutner
parent ae8a56dc6a
commit b1d7bf9dde
2 changed files with 12 additions and 0 deletions

View File

@ -1224,6 +1224,12 @@ Check command object for the `check_drivesize` NSClient++ plugin.
This command has the same custom attributes like the `nscp-local` check command.
## <a id="nscp-check-local-counter"></a> nscp-local-counter
Check command object for the `check_pdh` NSClient++ plugin.
This command has the same custom attributes like the `nscp-local` check command.
# <a id="snmp-manubulon-plugin-check-commands"></a> SNMP Manubulon Plugin Check Commands
The `SNMP Manubulon Plugin Check Commands` provide example configuration for plugin check

View File

@ -100,3 +100,9 @@ object CheckCommand "nscp-local-disk" {
vars.nscp_query = "check_drivesize"
}
object CheckCommand "nscp-local-counter" {
import "nscp-local"
vars.nscp_query = "check_pdh"
}