Page 1 of 1
Nagios XI Automated Install
Posted: Mon Sep 21, 2015 8:27 am
by Cat
All,
Not wanting to reinvent the wheel, has anyone already PS scripted an automated install of Nagios XI?
Thank you,
Cat
Re: Nagios XI Automated Install
Posted: Mon Sep 21, 2015 9:13 am
by hsmith
Cat,
Could we get a little clarity on this? Can you expand a little on exactly what you are trying to do? I want to make sure I fully understand your request.
Re: Nagios XI Automated Install
Posted: Mon Sep 21, 2015 1:53 pm
by Cat
We are planning to install the client on 400+ servers so we were going to script the installer in PowerShell, but I was asking if someone else already has done that which would save us time.
Re: Nagios XI Automated Install
Posted: Mon Sep 21, 2015 2:19 pm
by hsmith
You want to install NSClient++ on 400 clients? I'm just a little unclear on what you need to install 400 times. I just want to make sure we're on the same page. I think you are referring to an agent that talks to Nagios XI, and not Nagios XI itself, correct?
Re: Nagios XI Automated Install
Posted: Mon Sep 21, 2015 3:48 pm
by WillemDH
Hello,
I'm using this NAF action to install NSCLient and NxLog on 600 Windows Servers:
http://outsideit.net/naf-request-install/
And this one to update the NSCLient++ scripts folder.
http://outsideit.net/naf-update-nsclien ... ts-folder/
If you would use these scripts, the only thing you would still need is a script to put the correct nsclient.ini file in place. (as I can"t publish mine as it contains too many sensitive code)
Grtz
Willem
Re: Nagios XI Automated Install
Posted: Mon Sep 21, 2015 4:44 pm
by jdalrymple
Re: Nagios XI Automated Install
Posted: Mon Sep 21, 2015 4:50 pm
by ssax
Cat, Willem's solution is the only thing that I'm aware of tailored to your requirements.
I know you can do it with Group Policy, SCCM, powershell, or psexec but I'm not aware of something specifically built for installing nsclient and the script would need to be written.