Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
@kpike
Favorites0
Views
Projects0
First off, thank you for contributing. But here is some constructive criticism. - Learn how to compress a file, why would you compress it twice? - Inefficient Perl programming, the plugin uses a wget to grab the xml from jkstatus/?mime=xml ... Why not just use XML::Simple and slurp it directly into a hashref? my $xml = XMLin($url). Since your already using LWP. Just look at some of the apache status plugins for an example. I am re-writing and will be uploading the updated plugin.
Reviewed 13 years ago