Page 1 of 1

Managing different frequencies for plugins

Posted: Wed Mar 27, 2013 10:59 pm
by rakesh514
Hello! I want some static data (like the IP address of remote machine, memory capacity etc.) to be fetched only when I require them from the nagios web interface along with monitoring dynamic things. I have three nodes in my cluster and I have considered one of them as the monitoring server. I installed check_nrpe and NDOUtil. Now, the plugins are executed very frequently and status.dat files and database are also updated everytime. To fetch the static data I have written small plugins and even these plugins get executed everytime. I want them to just save the data in database at first (once) and not get executed with the dynamic data related plugins. But at the frontend I want to provide an option to actively submit the request to fetch the static details (this time, it should make the related plugins execute and copy the updated information to the database).
How can I achieve this? Please help me! Thank you.


Regards,
Rakesh

Re: Managing different frequencies for plugins

Posted: Thu Mar 28, 2013 12:43 pm
by abrist
You could set the interval between checks to an astronomical number and just force the checks through the UI with the option "Re-schedule the next check of this service" in the service details.