nodes/ovh.icinga2: introduce
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-09 16:40:15 +01:00
parent bd89cd4cb5
commit 2e56feb27d
Signed by: kunsi
GPG key ID: 12E3D2136B818350

32
nodes/ovh/icinga2.py Normal file
View file

@ -0,0 +1,32 @@
nodes['ovh.icinga2'] = {
'bundles': {
'postgresql',
'zfs',
},
'groups': set(),
'metadata': {
'interfaces': {
'eth0': {
'ips': {
'51.195.44.8',
'2001:41d0:701:1100::2618/64'
},
'gateway4': '51.195.44.1',
'gateway6': '2001:41d0:701:1100::1'
},
},
'zfs': {
'pools': {
'tank': {
'device': '/dev/sdb',
},
},
},
'vm': {
'cpu': 1,
'ram': 2,
},
},
'os': 'debian',
'os_version': (10,),
}