Nagios XI Automated Install

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Cat
Posts: 3
Joined: Thu Sep 17, 2015 12:03 pm

Nagios XI Automated Install

Post by Cat »

All,

Not wanting to reinvent the wheel, has anyone already PS scripted an automated install of Nagios XI?

Thank you,
Cat
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Nagios XI Automated Install

Post 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.
Former Nagios Employee.
me.
Cat
Posts: 3
Joined: Thu Sep 17, 2015 12:03 pm

Re: Nagios XI Automated Install

Post 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.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Nagios XI Automated Install

Post 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?
Former Nagios Employee.
me.
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: Nagios XI Automated Install

Post 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
Nagios XI 5.8.1
https://outsideit.net
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: Nagios XI Automated Install

Post by jdalrymple »

ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios XI Automated Install

Post 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.
Locked