Works with a little hack since Nagios Perl plugin changed

on my QNAP TS-853A 8-bay I just went to control panel and enabled SNMP.

Heads up: As http://search.cpan.org/dist/Nagios-Plugin/lib/Nagios/Plugin.pm indicates, you need to search-and-replace “Nagios::Plugin” with “Monitoring::Plugin” in the perl script now.

You also need to perl -MCPAN -e ‘install Monitoring::Plugin’ instead of “Nagios::Plugin’ 😀
thanks!