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

5
bundles/vmhost/items.py Normal file
View file

@ -0,0 +1,5 @@
files = {
'/usr/local/share/icinga/plugins/check_vm_status': {
'mode': '0755',
},
}