This repository has been archived on 2024-05-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
checkmk/conf.d/wato/outside/hosts.mk
T

27 lines
985 B
Makefile

# Created by WATO
# encoding: utf-8
all_hosts += ['euve130167.solusar.de']
host_tags.update({'euve130167.solusar.de': {'address_family': 'ip-v4-only',
'agent': 'cmk-agent',
'criticality': 'prod',
'ip-v4': 'ip-v4',
'networking': 'lan',
'piggyback': 'auto-piggyback',
'site': 'realm',
'snmp_ds': 'no-snmp',
'tcp': 'tcp'}})
host_labels.update({})
# Explicit IPv4 addresses
ipaddresses.update({'euve130167.solusar.de': '62.75.247.110'})
# Host attributes (needed for WATO)
host_attributes.update(
{'euve130167.solusar.de': {'ipaddress': '62.75.247.110',
'meta_data': {'created_at': 1598005355.0,
'created_by': 'cmkadmin',
'updated_at': 1648452968.1521366}}})