bundles/homeassistant: allow more time for checking stuff

This commit is contained in:
Franzi 2023-09-09 16:54:33 +02:00
parent 711230a472
commit f2b538a168
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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,
},
},
},