From 931f3cd58358d5f0838341798395e61129e1c820 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 23 Dec 2022 14:57:32 +0100 Subject: [PATCH] bundles/gitea: set update check to check for forgejo update --- bundles/gitea/metadata.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/gitea/metadata.py b/bundles/gitea/metadata.py index 81bd36c..5541762 100644 --- a/bundles/gitea/metadata.py +++ b/bundles/gitea/metadata.py @@ -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', },