check_json icon indicating copy to clipboard operation
check_json copied to clipboard

Nagios::Plugin is not supported anymore on cpan

Open r1m opened this issue 8 years ago • 2 comments

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

r1m avatar Sep 04 '17 09:09 r1m

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

pdobrien3 avatar Jan 21 '19 15:01 pdobrien3

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.

B4DschK4Pp avatar Apr 13 '19 18:04 B4DschK4Pp