You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zane C. B-H 6154b91d6d
add vm_cpus
4 years ago
..
bin add the start of the bin and various bits to the makefile.pl 4 years ago
lib/VM/CBSD add vm_cpus 4 years ago
t add initial module stuff 4 years ago
Changes add initial module stuff 4 years ago
MANIFEST add initial module stuff 4 years ago
Makefile.PL add the start of the bin and various bits to the makefile.pl 4 years ago
README misc. 4 years ago
ignore.txt add initial module stuff 4 years ago

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)