Skip to content
Snippets Groups Projects
Commit 7137e1ca authored by Steve Ryan's avatar Steve Ryan
Browse files

minor fix for Vms

parent da133a43
No related branches found
No related tags found
No related merge requests found
...@@ -43,10 +43,10 @@ Optional path to the virsh executable. ...@@ -43,10 +43,10 @@ Optional path to the virsh executable.
=item active =item active
=item autostart
=item inactive =item inactive
=item autostart
=back =back
=cut =cut
...@@ -60,8 +60,8 @@ sub handler { ...@@ -60,8 +60,8 @@ sub handler {
my $output_inactive = run_command("$virsh_path list --name --inactive"); my $output_inactive = run_command("$virsh_path list --name --inactive");
my %metrics = ( my %metrics = (
"active" => $output_active, "active" => $output_active,
"autostart" => $output_autostart,
"inactive" => $output_inactive, "inactive" => $output_inactive,
"autostart" => $output_autostart,
); );
return \%metrics; return \%metrics;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment