bundles/mautrix-*: repository has moved
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
ffefb56f83
commit
3c105d3295
4 changed files with 6 additions and 6 deletions
|
@ -38,8 +38,8 @@ directories = {
|
||||||
|
|
||||||
git_deploy = {
|
git_deploy = {
|
||||||
'/opt/mautrix-telegram/src': {
|
'/opt/mautrix-telegram/src': {
|
||||||
'repo': 'https://github.com/tulir/mautrix-telegram.git',
|
'repo': 'https://github.com/mautrix/telegram.git',
|
||||||
'rev': node.metadata['mautrix-telegram']['version'],
|
'rev': node.metadata.get('mautrix-telegram/version'),
|
||||||
'triggers': {
|
'triggers': {
|
||||||
'action:mautrix-telegram_install_bridge',
|
'action:mautrix-telegram_install_bridge',
|
||||||
'action:mautrix-telegram_upgrade_database',
|
'action:mautrix-telegram_upgrade_database',
|
||||||
|
|
|
@ -62,7 +62,7 @@ def icinga_check_for_new_release(metadata):
|
||||||
'mautrix-telegram': {
|
'mautrix-telegram': {
|
||||||
'services': {
|
'services': {
|
||||||
'MAUTRIX-TELEGRAM UPDATE': {
|
'MAUTRIX-TELEGRAM UPDATE': {
|
||||||
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_github_for_new_release tulir/mautrix-telegram {}'.format(metadata.get('mautrix-telegram/version')),
|
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_github_for_new_release mautrix/telegram {}'.format(metadata.get('mautrix-telegram/version')),
|
||||||
'vars.notification.mail': True,
|
'vars.notification.mail': True,
|
||||||
'check_interval': '60m',
|
'check_interval': '60m',
|
||||||
},
|
},
|
||||||
|
|
|
@ -14,8 +14,8 @@ directories = {
|
||||||
|
|
||||||
git_deploy = {
|
git_deploy = {
|
||||||
'/opt/mautrix-whatsapp/src': {
|
'/opt/mautrix-whatsapp/src': {
|
||||||
'repo': 'https://github.com/tulir/mautrix-whatsapp.git',
|
'repo': 'https://github.com/mautrix/whatsapp.git',
|
||||||
'rev': node.metadata['mautrix-whatsapp']['version'],
|
'rev': node.metadata.get('mautrix-whatsapp/version'),
|
||||||
'triggers': {
|
'triggers': {
|
||||||
'action:mautrix-whatsapp_build',
|
'action:mautrix-whatsapp_build',
|
||||||
'svc_systemd:mautrix-whatsapp:restart',
|
'svc_systemd:mautrix-whatsapp:restart',
|
||||||
|
|
|
@ -69,7 +69,7 @@ def icinga_check_for_new_release(metadata):
|
||||||
'mautrix-whatsapp': {
|
'mautrix-whatsapp': {
|
||||||
'services': {
|
'services': {
|
||||||
'MAUTRIX-WHATSAPP UPDATE': {
|
'MAUTRIX-WHATSAPP UPDATE': {
|
||||||
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_github_for_new_release tulir/mautrix-whatsapp {}'.format(metadata.get('mautrix-whatsapp/version')),
|
'command_on_monitored_host': '/usr/local/share/icinga/plugins/check_github_for_new_release mautrix/whatsapp {}'.format(metadata.get('mautrix-whatsapp/version')),
|
||||||
'vars.notification.mail': True,
|
'vars.notification.mail': True,
|
||||||
'check_interval': '60m',
|
'check_interval': '60m',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue