Skip to content

Commit d2eceb0

Browse files
committed
refactor(procs): change command timeout from 10 to 30 for Windows
1 parent 5f8e09d commit d2eceb0

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ Assets:
4242
Icinga 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

4851
Monitoring Plugins:

check-plugins/procs/icingaweb2-module-director/procs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
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"

check-plugins/procs/icingaweb2-module-director/procs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ variants:
66
overwrites:
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

0 commit comments

Comments
 (0)