bundles/gitea: set update check to check for forgejo update

This commit is contained in:
Franzi 2022-12-23 14:57:32 +01:00
parent face47b9fe
commit 931f3cd583
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -103,7 +103,8 @@ def icinga_check_for_new_release(metadata):
'gitea': {
'services': {
'GITEA UPDATE': {
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_github_for_new_release go-gitea/gitea v{}'.format(metadata.get('gitea/version')),
# 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')),
'vars.notification.mail': True,
'check_interval': '60m',
},