I have setup Nagios NRDS to monitor my client servers.
Also both "UPDATE_CONFIG" & "UPDATE_PLUGINS" configs are enabled too.
Now I assume:
- If I change the main NRDS config file in my Nagios Server it will automatically get updated in my remote client servers as well. (In the next run)
- If I add a new check to the main config file in the nagios server it will be updated in the remote client servers' config file and get the plugin relevant to the new check gets downloaded to the clients servers as well.
Now my question is, once a plugin was downloaded to the client server how can I push the updated versions of the same plugin to the client servers ?
For instance:
My Nagios server has pushed "check_procs" (nagios-plugins 1.4.13) to the remote client servers.
Now I want to update those plugins with its (nagios-plugins 2.0.3) version.
If I replace the "check_procs" plugin with its newer version in Nagios server will it get automatically pushed to the client servers ? Or should I copy the newer version of the plugin to the client servers manually ?