We are currently using NRPE agent as agent for Nagios checks but we would like to replace it with NCPA.
We have installed Nagios plugins and all plugins are placed in /usr/lib64/nagios/plugins/ by default and we can run nrpe commands from there.
For NCPA /usr/local/ncpa/plugins is the default location for plugins and we need to copy plugins from /usr/lib64/nagios/plugins/ to /usr/local/ncpa/plugins manually.
we tried to change default plugin location for NCPA by changing in /usr/local/ncpa/etc/ncpa.cfg but we are getting "UNKNOWN: The plugin (check_disk) requested does not exist." error.
Code: Select all
# Plugin path where all plugins will be ran from.
#
plugin_path = /usr/lib64/nagios/plugins/