nodes/ovh.icinga2: introduce
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
bd89cd4cb5
commit
2e56feb27d
1 changed files with 32 additions and 0 deletions
32
nodes/ovh/icinga2.py
Normal file
32
nodes/ovh/icinga2.py
Normal 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,),
|
||||||
|
}
|
Loading…
Reference in a new issue