mirror of https://github.com/Icinga/icinga2.git
parent
2d5fa94a27
commit
dbd78817bf
|
@ -1045,6 +1045,12 @@ Check command object for the `check_version` NSClient++ plugin.
|
|||
|
||||
This command has the same custom attributes like the `nscp-local` check command.
|
||||
|
||||
## <a id="nscp-check-local-disk"></a> nscp-local-disk
|
||||
|
||||
Check command object for the `check_drivesize` 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
|
||||
|
|
|
@ -88,3 +88,9 @@ object CheckCommand "nscp-local-version" {
|
|||
|
||||
vars.nscp_query = "check_version"
|
||||
}
|
||||
|
||||
object CheckCommand "nscp-local-disk" {
|
||||
import "nscp-local"
|
||||
|
||||
vars.nscp_query = "check_drivesize"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue