fixes #9985
Signed-off-by: Gunnar Beutner <gunnar@beutner.name>
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
vars.nscp_query = "check_drivesize"
}
+
+object CheckCommand "nscp-local-counter" {
+ import "nscp-local"
+
+ vars.nscp_query = "check_pdh"
+}