Skip to content

Commit 5c9ab0b

Browse files
committed
refactor(about-me): change command timeout from 30 to 60
1 parent fc42a1d commit 5c9ab0b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Build, CI/CD:
5656

5757
Icinga Director:
5858

59+
* about-me: change command timeout from 30 to 60
5960
* atlassian-statuspage: increase Icinga Director command timeout
6061
* disk-io: change command timeout from 10 to 30 for Windows
6162
* memory-usage: change command timeout from 10 to 30 for Windows

check-plugins/about-me/icingaweb2-module-director/about-me.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"methods_execute": "PluginCheck",
5353
"object_name": "cmd-check-about-me",
5454
"object_type": "object",
55-
"timeout": 30,
55+
"timeout": 60,
5656
"vars": {},
5757
"zone": null,
5858
"uuid": "d624853d-8a26-43c7-bd75-aca8e4b8ab87"

check-plugins/about-me/icingaweb2-module-director/about-me.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
overwrites:
3-
'["Command"]["cmd-check-about-me"]["timeout"]': 30
3+
'["Command"]["cmd-check-about-me"]["timeout"]': 60
44
'["Command"]["cmd-check-about-me"]["command"]': '/usr/bin/sudo /usr/lib64/nagios/plugins/about-me'
55
'["ServiceTemplate"]["tpl-service-about-me"]["check_interval"]': 86400
66
'["ServiceTemplate"]["tpl-service-about-me"]["enable_perfdata"]': true

0 commit comments

Comments
 (0)