check_json
check_json copied to clipboard
Nagios::Plugin is not supported anymore on cpan
I have the same problem than #25 and found out that Nagios::Plugin is not supported: https://metacpan.org/pod/Nagios::Plugin
Use Nagios::Monitoring::Plugin or Monitoring::Plugin
I use this plugin to monitor z-wave device on Home Assistant. I changed some things up last night and was unable to install libnagios-plugin-perl on Debian 9. I found this and tried to install libmonitoring-plugin-perl but it didn't fix anything. Should it or do I need to change something in the check_json? Appreciate any assistance. thanks
Should it or do I need to change something in the check_json?
You have to modify the check_json.pl and replace all "Nagios::Plugin" with "Monitoring::Plugin" as stated by r1m.