Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
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.