27 lines
985 B
Makefile
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}}})
|