:-------------------|:------------
network\_win\_warn | **Optional**. The warning threshold.
network\_win\_crit | **Optional**. The critical threshold.
-network\_no\_iastap | **Optional**. Do not print iastap interfaces.
+network\_no\_isatap | **Optional**. Do not print ISATAP interfaces.
### <a id="windows-plugins-perfmon-windows"></a> perfmon-windows
description = "Critical threshold"
}
"-n" = {
- set_if = "$network_no_iastap$"
- description = "Don't show isatap interfaces in output"
+ set_if = "$network_no_isatap$"
+ description = "Don't show ISATAP interfaces in output"
}
}
+ vars.network_no_isatap = true
}
object CheckCommand "perfmon-windows" {
("help,h", "print usage and exit")
("version,V", "print version and exit")
("debug,d", "Verbose/Debug output")
- ("noisatap,n", "Don't show isatap interfaces in output")
+ ("noisatap,n", "Don't show ISATAP interfaces in output")
("warning,w", po::wvalue<std::wstring>(), "warning value")
("critical,c", po::wvalue<std::wstring>(), "critical value")
;