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
ae8a56dc6a
commit
b1d7bf9dde
|
@ -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.
|
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
|
# <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
|
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"
|
vars.nscp_query = "check_drivesize"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
object CheckCommand "nscp-local-counter" {
|
||||||
|
import "nscp-local"
|
||||||
|
|
||||||
|
vars.nscp_query = "check_pdh"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue