File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
check-plugins/about-me/icingaweb2-module-director Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Build, CI/CD:
5656
5757Icinga 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
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 11---
22overwrites :
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
You can’t perform that action at this time.
0 commit comments