Skip to content
Snippets Groups Projects

update docs

Merged Hahn Axel (hahn) requested to merge 6435-check-onehost into master
1 file
+ 11
2
Compare changes
  • Side-by-side
  • Inline
+ 11
2
@@ -23,7 +23,7 @@ icingaclient ALL=(ALL) NOPASSWD: /bin/onevm
______________________________________________________________________
CHECK_ONEVM
v1.0
v1.1
(c) Institute for Medical Education - University of Bern
Licence: GNU GPL 3
@@ -49,7 +49,7 @@ PARAMETERS:
Without parameter:
```
```txt
./check_onevm
OK: OpenNebula VMs - Total: 32 .. running: 32 .. other: 0
>>>>>> By state
@@ -64,3 +64,12 @@ The VM is running (note that this stage includes the internal virtualized machin
|total=32;; running=32;; fail=0;; unknown=0;; other=0;;
```
If no vm was created yet the result is OK.
```txt
/check_onevm
OK: OpenNebula VMs - Total: 0 .. running: 0, Fail: 0, unknown: 0 .. other: 0
Info: no vm was created yet.
|total=0;; running=0;; fail=0;; unknown=0;; other=0;; root@admin:one plugins#
```
Loading