Custom attributes:
-Name | Description
-:------------------|:------------
-network\_win\_warn | **Optional**. The warning threshold.
-network\_win\_crit | **Optional**. The critical threshold.
+Name | Description
+:-------------------|:------------
+network\_win\_warn | **Optional**. The warning threshold.
+network\_win\_crit | **Optional**. The critical threshold.
+network\_no\_iastap | **Optional**. Do not print iastap interfaces.
-### <a id="windows-plugins-permon-windows"></a> perfmon-windows
+### <a id="windows-plugins-perfmon-windows"></a> perfmon-windows
Check command object for the `check_perfmon.exe` plugin.
This plugins allows to collect data from a Performance Counter. After the first data collection a second one is done after `perfmon_win_wait` milliseconds. When you know `perfmon_win_counter` only requires one set of data to provide valid data you can set `perfmon_win_wait` to `0`.
value = "$network_win_crit$"
description = "Critical threshold"
}
+ "-n" = {
+ set_if = "$network_no_iastap$"
+ description = "Don't show isatap interfaces in output"
+ }
}
}