File tree Expand file tree Collapse file tree
check-plugins/procs/icingaweb2-module-director Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,10 @@ Assets:
4242Icinga Director:
4343
4444* atlassian-statuspage: increase Icinga Director command timeout
45- * ntp-w32tm: change command timeout from 10 to 20 and check interval from 60 to 600
45+ * disk-io: change command timeout from 10 to 30 for Windows
46+ * memory-usage: change command timeout from 10 to 30 for Windows
47+ * ntp-w32tm: change command timeout from 10 to 30 and check interval from 60 to 600
48+ * procs: change command timeout from 10 to 30 for Windows
4649
4750
4851Monitoring Plugins:
Original file line number Diff line number Diff line change 253253 "methods_execute" : " PluginCheck" ,
254254 "object_name" : " cmd-check-procs-windows" ,
255255 "object_type" : " object" ,
256- "timeout" : " 10 " ,
256+ "timeout" : 30 ,
257257 "vars" : {},
258258 "zone" : null ,
259259 "uuid" : " 472daadc-afb4-4ee9-8e6b-70e1580d73e8"
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ variants:
66overwrites :
77 ' ["ServiceTemplate"]["tpl-service-procs"]["enable_perfdata"] ' : true
88
9+ ' ["Command"]["cmd-check-procs-windows"]["timeout"] ' : 30
910 ' ["ServiceTemplate"]["tpl-service-procs-windows"]["enable_perfdata"] ' : true
You can’t perform that action at this time.
0 commit comments