Skip to content

Commit 5f8e09d

Browse files
committed
refactor(ntp-w32tm): change command timeout from 20 to 30
1 parent 6c8dc0e commit 5f8e09d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

check-plugins/ntp-w32tm/icingaweb2-module-director/ntp-w32tm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"methods_execute": "PluginCheck",
2929
"object_name": "cmd-check-ntp-w32tm-windows",
3030
"object_type": "object",
31-
"timeout": 20,
31+
"timeout": 30,
3232
"vars": {},
3333
"zone": null,
3434
"uuid": "52bcb6ab-28d8-49aa-9daf-9a9f6f3c420a"

check-plugins/ntp-w32tm/icingaweb2-module-director/ntp-w32tm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ variants:
33
- windows
44

55
overwrites:
6-
'["Command"]["cmd-check-ntp-w32tm-windows"]["timeout"]': 20
6+
'["Command"]["cmd-check-ntp-w32tm-windows"]["timeout"]': 30
77
'["ServiceTemplate"]["tpl-service-ntp-w32tm-windows"]["check_interval"]': 600
88
'["ServiceTemplate"]["tpl-service-ntp-w32tm-windows"]["enable_perfdata"]': true

0 commit comments

Comments
 (0)