VM-CBSD-Poller/VM-CBSD-Poller
Zane C. B-H 6154b91d6d add vm_cpus 2019-05-02 12:33:18 -05:00
..
bin add the start of the bin and various bits to the makefile.pl 2019-05-01 02:34:30 -05:00
lib/VM/CBSD add vm_cpus 2019-05-02 12:33:18 -05:00
t add initial module stuff 2019-05-01 02:15:55 -05:00
Changes add initial module stuff 2019-05-01 02:15:55 -05:00
MANIFEST add initial module stuff 2019-05-01 02:15:55 -05:00
Makefile.PL add the start of the bin and various bits to the makefile.pl 2019-05-01 02:34:30 -05:00
README misc. 2019-05-02 11:28:11 -05:00
ignore.txt add initial module stuff 2019-05-01 02:15:55 -05:00

README

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)