move icinga2 to new host

This commit is contained in:
Franzi 2023-09-09 14:12:24 +02:00
parent 99e261fe24
commit e6e9e425fc
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 123 additions and 1 deletions

View file

@ -51,7 +51,7 @@ actions = {
description = []
if not node.metadata.get('icinga_options/exclude_from_monitoring', False):
description.append('icingaweb2: https://icinga.kunsmann.eu/monitoring/host/show?host={}'.format(node.name))
description.append('icingaweb2: https://icinga.franzi.business/monitoring/host/show?host={}'.format(node.name))
if node.has_bundle('telegraf'):
description.append('Grafana: https://grafana.kunsmann.eu/d/{}'.format(UUID(int=node.magic_number).hex[:10]))