bundlewrap/bundles/vmhost/metadata.py
Franzi 5639da4954
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
bundles/vmhost: add QEMU VM STATUS check
2020-11-21 20:58:55 +01:00

20 lines
469 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',
},
},
},
},
}