bundles/homeassistant: allow more time for checking stuff
This commit is contained in:
parent
711230a472
commit
f2b538a168
1 changed files with 2 additions and 1 deletions
|
@ -33,9 +33,10 @@ def icinga_check_for_new_release(metadata):
|
|||
'homeassistant': {
|
||||
'services': {
|
||||
'HOMEASSISTANT UPDATE': {
|
||||
'check_interval': '60m',
|
||||
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_homeassistant_update',
|
||||
'vars.notification.mail': True,
|
||||
'check_interval': '60m',
|
||||
'vars.sshmon_timeout': 20,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue