NAME
HV::Monitor::Backends::Libvirt - Libvirt support for HV::Monitor
VERSION
Version 0.0.4
SYNOPSIS
use HV::MOnitor::Backend::Libvirt;
my $backend=HV::MOnitor::Backend::CBSD->new;
my $usable=$backend->usable;
if ( $usable ){
    $return_hash_ref=$backend->run;
}METHODS
new
Initiates the backend object.
my $backend=HV::MOnitor::Backend::Libvirt->new;run
$return_hash_ref=$backend->run;usable
Dies if not usable.
eval{ $backend->usable; };
if ( $@ ){
    print 'Not usable because... '.$@."\n";
}AUTHOR
Zane C. Bowers-Hadley, <vvelox at vvelox.net>
BUGS
Please report any bugs or feature requests to bug-hv-monitor at rt.cpan.org, or through the web interface at https://rt.cpan.org/NoAuth/ReportBug.html?Queue=HV-Monitor. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc HV::MonitorYou can also look for information at:
- RT: CPAN's request tracker (report bugs here) 
- CPAN Ratings 
- Search CPAN 
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
This software is Copyright (c) 2022 by Zane C. Bowers-Hadley.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)