bundlewrap/bundles/vmhost/metadata.py

21 lines
521 B
Python

defaults = {
'apt': {
'packages': {
'libvirt-clients': {},
'libvirt-daemon-system': {},
'qemu-utils': {},
'qemu-system-x86': {},
},
},
'icinga2_api': {
'vmhost': {
'services': {
'QEMU VM STATUS': {
'command_on_monitored_host': 'sudo /usr/local/share/icinga/plugins/check_vm_status',
'vars.notification.mail': True,
},
},
},
},
}