bundles/vmhost: add QEMU VM STATUS check
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2020-11-21 20:58:55 +01:00
parent 325f483a26
commit 5639da4954
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 61 additions and 0 deletions

View file

@ -7,4 +7,13 @@ defaults = {
'qemu-system-x86': {},
},
},
'icinga2_api': {
'vmhost': {
'services': {
'QEMU VM STATUS': {
'command_on_monitored_host': 'sudo /usr/local/share/icinga/plugins/check_vm_status',
},
},
},
},
}