Page 1 of 1

NRPE Plugins Management

Posted: Wed Apr 09, 2014 1:33 pm
by narayanamoorthys
We have 100s of Linux and Solaris servers. Planning to monitor thru NRPE Plugins. Is there any tool to push the custom plugin from Nagios server to all NRPE agents instead of copying to all servers one by one?

Thanks
Moorthy

Re: NRPE Plugins Management

Posted: Wed Apr 09, 2014 1:41 pm
by abrist
Now with NRPE out of the box. You could create a check that downloads a file from a url or share, and just parameterize the url/path and echo the new check command line to nrpe.cfg.
You can also look at using puppet to push updated configs and plugin files . . . .