VM-CBSD-Poller/VM-CBSD-Poller/README

50 lines
1.1 KiB
Plaintext

VM-CBSD-Poller
This polls the Bhyve VMs managed by CBSD and returns a hash with the found
data. The command that is wrapped is 'cbsd bls'.
This needs to be run as UID 0 in most installations, given the requirements
of the cbsd command and how it is installed.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc VM::CBSD::Poller
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
https://rt.cpan.org/NoAuth/Bugs.html?Dist=VM-CBSD-Poller
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/VM-CBSD-Poller
CPAN Ratings
https://cpanratings.perl.org/d/VM-CBSD-Poller
Search CPAN
https://metacpan.org/release/VM-CBSD-Poller
LICENSE AND COPYRIGHT
This software is Copyright (c) 2019 by Zane C. Bowers-Hadley.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)