NRPE commands and 2.1 amd64
-
I have the problem that not all plugins are found.
For example check_mem.pl is not found.
I could solve it with hardcording the path variable in nrpe2.inc in nrpe2_get_commands()
Something is wrong with this version the new nrpe configuration is exported after saving to /usr/local/etc/nrpe2.cfg but as i see this one is used: /usr/pbi/nrpe-amd64/etc/nrpe.cfg
I think there are some mistakes in the package maybe because of changing from pbk to pbi? -
I know this is old, but it's still an issue.
The plugin is looking at /usr/pbi/nrpe-amd64/* as its base, which is different from previous behavior. That could be fine, but, the old paths with the nrpe2.cfg file and the plugins still exist.
I just spent a good deal of time trying to figure out why a plugin I put in /usr/local/libexec/nagios was not showing up in the GUI.
Probably what should happen is that the old paths for plugins and such should be deleted.