Managed Services

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
KennyV
Posts: 1
Joined: Tue Feb 19, 2013 4:30 pm

Managed Services

Post by KennyV »

Dear all,

I am looking how to setup Nagios in our environment which allows me to monitor the complete environment of a customer.

* customer has several sites which are not always accessible via VPN. Each site has internet connectivity
* can i configure a client system to send traps in a secure way over the internet?
* customer is already running Nagios for Infrastructure monitoring but we need to build a seperate environment, can a client send traps to two different Nagios systems?
* i read about (new to Nagios) Nagios NRPE, is this only for linux or also available for windows hosts?

Any idea how to implement this "managed services" Nagios environment really appreciated.

Kenny
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Managed Services

Post by sreinhardt »

* can i configure a client system to send traps in a secure way over the internet?
snmpv3 would be relatively secure with encryption, users, and passwords, however you would only be able to query one device per port.

* customer is already running Nagios for Infrastructure monitoring but we need to build a seperate environment, can a client send traps to two different Nagios systems?
Depending on the clien\device this is absolutely possible. You may also configure thier nagios machine to either accept requests for checks from your server, or to passively send checks back to you.

* i read about (new to Nagios) Nagios NRPE, is this only for linux or also available for windows hosts?
nsclient can do nrpe for windows systems, and is a pretty solid way to go. You could also use snmp as mentioned before, or wmi for windows hosts, to query just about anything.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Managed Services

Post by scottwilkerson »

KennyV wrote:* can i configure a client system to send traps in a secure way over the internet?
This depends on the client system, there are some that support sending traps with SNMPv3 but the setup is tricky and all devices do not support it.

I would consider using having the customer setup Outbound transfer via NSCA or NRDP to send results from their system up to yours
http://library.nagios.com/library/produ ... -nagios-xi
KennyV wrote:* i read about (new to Nagios) Nagios NRPE, is this only for linux or also available for windows hosts?
Both. On Windows systems, you would install NSClient++ (link in the Windows Server Wizard) and activate nrpe in the NSC.ini
http://library.nagios.com/library/produ ... h-nsclient
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked