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
2022-07-18 06:03:19 +02:00

28 lines
1.4 KiB
Makefile

# Created by HostStorage
all_hosts += ['v2202207178809194556.luckysrv.de']
host_tags.update({'v2202207178809194556.luckysrv.de': {'address_family': 'ip-v4-only',
'agent': 'cmk-agent',
'architecture': 'x64',
'checkmk-agent': 'checkmk-agent',
'criticality': 'prod',
'ip-v4': 'ip-v4',
'networking': 'outside',
'os': 'linux',
'piggyback': 'auto-piggyback',
'site': 'realm',
'snmp_ds': 'no-snmp',
'tcp': 'tcp'}})
# ipaddresses
ipaddresses.update({'v2202207178809194556.luckysrv.de': '188.68.54.208'})
# Host attributes (needed for WATO)
host_attributes.update({'v2202207178809194556.luckysrv.de': {'ipaddress': '188.68.54.208',
'meta_data': {'created_at': 1657111872.0,
'created_by': 'caelebfi',
'updated_at': 1657875936.9369543},
'tag_architecture': 'x64',
'tag_networking': 'outside'}})