Net::SolarWinds
=======================
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
For more extensive testing, set the following env variables:
TEST_SERVER SolarWinds Host
TEST_PASS Password for the rest interface
TEST_USER Username for the rest interface
TEST_HOST Host to run read only api checks against
Note: Some checks require the APM module in solarwinds
DEPENDENCIES
This module requires these other modules and libraries:
IO::Socket::SSL 1.968
LWP::UserAgent 6.04
MIME::Base64 3.13
URI::Encode 0.09
JSON 2.53
IO::Scalar 2.11
COPYRIGHT AND LICENCE
Put the correct copyright and licence information here.
Copyright (C) 2016 by Mike Shipper
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.1 or,
at your option, any later version of Perl 5 you may have available.