Protocols used by NagiosXI

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
JAMES-BAE
Posts: 12
Joined: Wed Dec 19, 2012 2:48 pm

Protocols used by NagiosXI

Post by JAMES-BAE »

Hello,

My network admin came to me and asked the Protocol and port Nagios XI (server and client) uses. I have installed the agent NSClient++ on some Windows server 2000, 2003, 2008 with modules common check plugins, Check_nt.

He is very worried that if we add a lot of nodes, this will cause a network problem.

Can you please point me to the location where I can find this information?

Thank You in advance
:D
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Protocols used by NagiosXI

Post by scottwilkerson »

This is the great thing about XI, you can choose...

The standard XI utilized 80/443 for the web UI and you can use active agents such as NSClient which by default listens on 12489 for check_nt but this could be changed.

Additionally, you do not have to actively check, you can passively send the data to XI via NRPD (port 80/443) or NSCA (port 5667) just on the XI server.

Another common port used for active checks is 5666 for NRPE.

Really in XI there are countless ways to setup your monitoring and you get to choose which methods to use, and which not to.

Another way to setup the check to be sent passively from your remote machines to your XI server is to use Admin -> NRDS Config Manager which will passively send the results to XI server using standard port 80 or 443 (outbound from remote client).
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
JAMES-BAE
Posts: 12
Joined: Wed Dec 19, 2012 2:48 pm

Re: Protocols used by NagiosXI

Post by JAMES-BAE »

NRPD or NSCA support Windows ?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Protocols used by NagiosXI

Post by slansing »

Locked