28 lines
1.2 KiB
Makefile
28 lines
1.2 KiB
Makefile
# Created by HostStorage
|
|
|
|
all_hosts += ['euve130167.solusar.de']
|
|
|
|
host_tags.update({'euve130167.solusar.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({'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': 1653466529.9610028},
|
|
'tag_architecture': 'x64',
|
|
'tag_networking': 'outside'}})
|