bundles/gitea: set update check to check for forgejo update
This commit is contained in:
parent
face47b9fe
commit
931f3cd583
1 changed files with 2 additions and 1 deletions
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue