Skip to content

Commit

Permalink
do not show archived and orphant VMs on report 'Online VMs (Powered On)'
Browse files Browse the repository at this point in the history
  • Loading branch information
yrudman committed Mar 20, 2018
1 parent 9b589fb commit 670b7f1
Showing 1 changed file with 7 additions and 3 deletions.
Expand Up @@ -4,9 +4,13 @@ created_on: 2008-08-14 01:54:13.891449 Z
title: "Online VMs (Powered On)"
conditions: !ruby/object:MiqExpression
exp:
"=":
field: Vm-power_state
value: "on"
and:
- "=":
field: Vm-power_state
value: "on"
- "=":
field: Vm-active
value: "true"
updated_on: 2008-08-14 01:54:13.891449 Z
order: Ascending
graph:
Expand Down

0 comments on commit 670b7f1

Please sign in to comment.