Page 1 of 1

Mass deploy Linux agent ...

Posted: Wed Sep 10, 2014 3:20 pm
by PhilG
Hello:
I am not a Linux guru and know my limitations with having to be thrown in to some Linux Administration and having to setup Nagios XI.

I have used SCCM in the Windows environment and have created software packages (Java, Adobe, etc. etc.) so have that background in order to deploy the Windows NSClient ++ agent.

I have found this, albeit a couple of years old:
"
Re: how to automate the process of linux agent installation?
Postby scottwilkerson ยป Tue Jul 24, 2012 8:53 am
Many who need mass deployment use tools such as puppet to deploy to their servers...
"
and am asking if anyone out there can provide a knowledgebase article or document on HOW to accomplish a mass deploy of the Linux agent? I would be very grateful!

Thank you!

Re: Mass deploy Linux agent ...

Posted: Wed Sep 10, 2014 4:47 pm
by abrist
Puppet can be a bit intimidating to get into. We do not have any documentation detailing how to use puppet as it really is a question for the puppet forums/list. Due to the unique qualities of most networks, puppet usually has to be tailored to the environment.

If you have universal credentials/keys, you could write a script to log into each server, wget the agent, and then run the fullinstall script - passing in the nagios server ip. You could even repackage the tarball with those changes already applied to the default config file.