Skip to content
Snippets Groups Projects
Commit f86f7e3e authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6435-check-onehost' into 'master'

update docs

See merge request !116
parents ec02efa9 5fbf1300
No related branches found
No related tags found
1 merge request!116update docs
......@@ -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#
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment