mirror of https://github.com/Icinga/icinga2.git
Add check command nspc-local-counter
fixes #9985 Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
This commit is contained in:
parent
649af5ebb8
commit
f12b820685
|
@ -1227,6 +1227,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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue