move icinga2 to new host
This commit is contained in:
parent
99e261fe24
commit
e6e9e425fc
7 changed files with 123 additions and 1 deletions
|
@ -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]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue