Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
icinga-checks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
icinga-checks
Commits
5fbf1300
Commit
5fbf1300
authored
1 year ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update docs
parent
8fced3b7
No related branches found
No related tags found
1 merge request
!116
update docs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/20_Checks/check_onevm.md
+11
-2
11 additions, 2 deletions
docs/20_Checks/check_onevm.md
with
11 additions
and
2 deletions
docs/20_Checks/check_onevm.md
+
11
−
2
View file @
5fbf1300
...
...
@@ -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#
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment