bundles/gitea: fix wrong monitoring command
This commit is contained in:
parent
648a80362e
commit
9a45e3c30e
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ def icinga_check_for_new_release(metadata):
|
|||
'services': {
|
||||
'GITEA UPDATE': {
|
||||
# this is only temporary. We will switch to forgejo once they have their first stable release.
|
||||
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_codeberg_for_new_release codeberg.org forgejo/forgejo v{}'.format(metadata.get('gitea/version')),
|
||||
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_forgejo_for_new_release codeberg.org forgejo/forgejo v{}'.format(metadata.get('gitea/version')),
|
||||
'vars.notification.mail': True,
|
||||
'check_interval': '60m',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue