Skip to content

Commit 220c8e7

Browse files
committed
refactor(atlassian-statuspage): increase Icinga Director command timeout
1 parent 3ce0274 commit 220c8e7

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ Assets:
3636
* To make it easier to integrate with other tools, all RST files have been converted to GitHub-flavoured Markdown.
3737

3838

39+
Icinga Director:
40+
41+
* atlassian-statuspage: increase Icinga Director command timeout
42+
43+
3944
Monitoring Plugins:
4045

4146
* pip-updates: modernize code

check-plugins/atlassian-statuspage/icingaweb2-module-director/atlassian-statuspage.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-atlassian-statuspage",
5454
"object_type": "object",
55-
"timeout": "10",
55+
"timeout": 40,
5656
"vars": {},
5757
"zone": null,
5858
"uuid": "bee45cba-647c-4312-b098-1ce9d814fa99"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
overwrites:
2+
'["Command"]["cmd-check-atlassian-statuspage"]["timeout"]': 40
23
'["ServiceTemplate"]["tpl-service-atlassian-statuspage"]["enable_perfdata"]': true
34
'["ServiceTemplate"]["tpl-service-atlassian-statuspage"]["vars"]["atlassian_statuspage_timeout"]': 30

0 commit comments

Comments
 (0)