librenms / librenms-agent

LibreNMS Agent & Scripts
GNU General Public License v2.0
116 stars 186 forks source link

fix for issues/501 and do assorted cleanup while there #502

Closed VVelox closed 6 months ago

VVelox commented 6 months ago

Fix for https://github.com/librenms/librenms-agent/issues/501 .

Also a bit of cleanup while I was there. No longer uses Gzip::Faster, but IO::Compress::Gzip which is available every where. Also uses Pod::Usage now as well. Both of those should be shipped by default in for Perl packages on various OSes.