Try our new research platform with insights from 80,000+ expert users
it_user2652 - PeerSpot reviewer
Project Manager at a non-tech company with 10,001+ employees
Vendor
Top 20
Open Source Network Monitoring Tool

What is most valuable?

Nagios is an open source monitoring tool for monitoring network services. Installation is quite easy and the interface is user-friendly and configurable. We can monitor disk space, CPU utilization, memory usage, host availability, NFS availability and a lot of other things. Due to its extensive features, it is widely used in IT markets.


How has it helped my organization?

We used to get the system hung. After monitoring implementation, we keep on getting alerts for CPU, memory and other things. So, we take care of servers now before it goes to hung state.

What needs improvement?

Nagios provides most of the features by default, however to add more services to it, it requires additional plugins which require little effort on administrative end. So far, clustering and failover of Nagios is not available-- development is still working on it.Highly recommended tool for monitoring services.!!

For how long have I used the solution?

I have been using Nagios for 4 years now and still using it.

Buyer's Guide
Nagios XI
May 2025
Learn what your peers think about Nagios XI. Get advice and tips from experienced pros sharing their opinions. Updated: May 2025.
856,873 professionals have used our research since 2012.

What was my experience with deployment of the solution?

There were no issues faced during deployment. It was pretty handy and most of its docs are generally available over the internet.

What other advice do I have?

Alternatives Vendors: Zabbix, Opennms, Zenoos, Cacti !!

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
NOC Engineer at a financial services firm with 501-1,000 employees
Vendor
It provides basic and complex monitoring of our environment as well as application-level monitoring, but notes can only be managed through the database.

What is most valuable?

There are a lot of plugins available and you can also write your own.

How has it helped my organization?

The product allows comprehensive monitoring of your environment. From basic monitoring of your servers health, to more complex tasks like AD, database, and, to some extent, application-level monitoring. Another great feature is that the event handlers allow you to automate repetitive tasks in your environment.

What needs improvement?

There's no convenient way to manage notes as the only way is to manage them through the database.

For how long have I used the solution?

I've used it for three years.

What was my experience with deployment of the solution?

No issues encountered.

What do I think about the stability of the solution?

No issues encountered.

What do I think about the scalability of the solution?

No issues encountered.

How are customer service and technical support?

Customer Service:

I've worked on several occasions with Nagios customer service and technical support, always received very professional and prompt responses.

Technical Support:

I've worked on several occasions with Nagios customer service and technical support, always received very professional and prompt responses.

Which solution did I use previously and why did I switch?

No previous solution used.

How was the initial setup?

It's very straightforward and and it has good documentation.

What about the implementation team?

We implemented it in-house.

What's my experience with pricing, setup cost, and licensing?

Nagios Core is a free-ware which has almost the same functionality as NagiosXI. It's a bit less convenient to use, since it doesn't have UI for the configuration.

Which other solutions did I evaluate?

No other options were evaluated.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user423219 - PeerSpot reviewer
it_user423219Sales Team at a tech vendor with 11-50 employees
Real User

Hi Dima, You can add config notes in Nagios Core and comments. It's not very straight forward at the moment though. I've heard it's being revamped in coming versions though. One other thing you can do is link to a wiki if you have one internally. Thanks for sharing your experience :)

Buyer's Guide
Nagios XI
May 2025
Learn what your peers think about Nagios XI. Get advice and tips from experienced pros sharing their opinions. Updated: May 2025.
856,873 professionals have used our research since 2012.
it_user68025 - PeerSpot reviewer
IT Administrator at a tech services company with 51-200 employees
Consultant
What is Nagios: An Introduction to enterprise level server monitoring

Any internet based service company like for example web hosting, DNS hosting, Email-hosting, Cloud architectures, and even CDN networks have server's ranging from several hundreds to thousands. There might be different roles that are played by different servers that are geographically isolated from each other. As a whole these geographically separated servers might be providing a combined service to the end customer. A particular issue or problem on any of the server should not affect the customer service, and must be found and fixed before the outage happens.

Let's take two examples which will explain the need for a 24 x 7 monitoring of these servers. Suppose that you get a call from your technical support team saying that several customers are complaining about their websites being inaccessible. Such complaints without any other details are very difficult to troubleshoot, if you do not have a 24 x 7 server monitoring in place. During crisis, you cant waste time by checking the basic below mentioned things.

  • Server Disk Space
  • Swap and memory utilization
  • Processes and its status
  • Load on the server
  • RAID array status
  • File system mount status
  • Web server status

Because its quite normal to miss some or the other, by manually looking for basic issues on the server. What if the issue that was causing the problem was simply due to a RAID drive failure, due to which one of the disks were inaccessible( which contains the document root for some websites hosted ).

Such problems can be monitored for and can be warned before a complete failure occurs. Another funny example would be to find that a customer facing service was not working as desired for hours, simply due to a lag in time from a Network Time Server.

It is not at all feasible for a system administrator to look each and every log, and service settings, and other configurations round the clock. There needs to have some automated tool to continuously keep on monitoring these required services and settings on the server, and inform the concerned people in case of an issue. A good server and infrastructure monitoring tool must have the following characteristics.

  • Must have a web interface which clearly outlines the issues that a particular host/server has.
  • Must inform different concerned people in case of an issue.
  • Must send pagers, mails, and text messages to the developers and system administrators concerned with a particular service failure.
  • The tool must have the capability to take actions such as restarting a service, based on the current status.

What is Nagios

Although there are many proprietary monitoring tools out there to select from depending upon the requirement, no proprietary tool can provide the peer review, source code modification, and version iterations that an open source tool provides.

Nagios is an open source network monitoring tool that provides all those capabilities we discussed above in one package. Nagios monitors the servers and network devices(in fact i must say any network device which is accessible with an IP address can be monitored using Nagios) and alerts you when a particular service that's being monitored goes wrong, and also will alert you when the service comes back to normal required state. Nagios is capable of doing the following things.

  • Monitoring of different services on a server, such as SMTP, HTTP, POP, IMAP, PROXY, and the list goes on. In fact you can make nagios to monitor anything on the server(You just need to make a custom script according to your requirement)
  • 24 x 7 monitoring of server resources like CPU, Memory, Swap, Load
  • A nice web interface which indicates the status of the services by three methods OK, Warning, Critical
  • Maintaining a different set of contact groups(which will contain email addresses of different concerned people), based on the service

In this tutorial, we will be having a look at the major components of Nagios, which helps nagios to complete its task of maintaining a good monitoring infrastructure.

Let's begin this tutorial by understanding how a nagios server checks the status of a remote service on a remote server, and accurately report the output to you. In the world of nagios you will too often hear a term called plugins, which are readily available binary or small script based program, that checks the status of your required service or program.

Nagios checks the status of a remote service or program in multiple ways. Let's understand them one by one.

(1) Directly monitor services through network

In this first method the nagios server will execute a plugin on the nagios server itself, which will basically try to connect to a network service on the target server. Lets understand this through the following diagram.

In the above shown diagram, we have tried to depict how nagios process execute an example check(which is also sometimes called plugin), on the nagios server itself, which will connect to the http port 80 on the target server, and will record the response time.

Nagios server will execute the check at regular interval(as configured), to check the availability of the service. In the above shown example, the plugin is placed inside the nagios server, and no changes are done at the client side. You cant monitor all properties of a client that counts, through this method. This method can be used only to monitor, services that are available publicly. The main reason behind this is that, you need to login inside the client server, in order to monitor stuff like memory usage, process status, cpu load, and other stuff.

Hence this kind of plugins are very limited in its capability, but you can surely achieve a considerable amount of good 24x7 monitoring using this method, for publicly available services like SMTP, HTTP, DNS, FTP, PORT availability check, Remote MySQL & MSSQL etc.

(2) Nagios monitoring through SSH and NRPE

As mentioned in the previous method, without getting a login to the remote machine, the level of monitoring you can achieve is very limited, and also you cannot monitor all the services using that method.

You can achieve a 24 x 7 monitoring of the things that cannot be monitored directly through network with the help of two different methods, they are as mentioned below.

  • Check the status of a remote service by executing a plugin, that will be placed on the remote client, by loging inside the client with the help of SSH.

Related: Working of SSH explained

  • NRPE (Nagios Remote Plugin Executor), is a daemon that's installed as a stand alone or an inetd daemon that waits for requests from the nagios server on port 5666, to execute commands that are defined in its configuration file.

Let's frst undersand monitoring a remote host using SSH method. In this method, a user is made on all the client machines, which allows ssh login from the nagios server with the help of a predifined ssh key and execute a requred plugin to monior a required service.

This method of executing remote plugins on remote client with the help of SSH is a secure way to monitor. As a normal user logs in the remote client, the nagios server will be able to run any command that the normal user will be able to run(when i say run, i mean execute).

the plugins that reside in the remote client are sometimes called as local plugins as they are local to the remote host. to run local plugins on remote host,nagios uses a ready made command called check_by_ssh(we will be discussing the complete command usage of this plugin in a dedicated post of its own).

of cource you will not be sitting and entering passwords each and every time the check is executed by the nagios daemon. Login and execution of the remote plugin on the remote server using ssh must be seamless and also must be password less login. For this, you need to set up public key authentication of the user, which will be loging inside the remote server for executing the plugins.

Now let's see the another method of executing remote plugins.

Another method that is commonly used to achieve the successful execution of a remote plugin is NRPE. NRPE stands for Nagios Remote Plugin Executor. NRPE is a package that will be installed on all the remote hosts, that needs to be monitored. Mostly NRPE is installed as Xinetd service on the remote host, and by default it listens on the tcp port 5666.

Suppose the nrpe daemon receives a query from the nagios server, to execute a command on the local server, nrpe daemon looks inside the nrpe configuration files, for a command with the same name what nagios asked to run. Unlike ssh method, nrpe cannot run any command that the nagios server asks to run. Commands first need to be defined inside the nrpe configuration file. And only those commands can be run from the nagios server. Deploying ssh based nagios checks are much easier compared to nrpe method, because in nrpe method, you need to first install nrpe package on all the client servers that requires to be monitored.

Above diagram depicts the nrpe method of executing remote checks on a remote client with nagios. Nagios server has a check_nrpe plugin (which is very similar to the plugin check_by_ssh used in ssh method), which connects to the remote client on the port 5666, and executes the command, which is given as an argument to check_nrpe plugin(the command given as argument to check_nrpe plugin on the nagios server must also be defined in nrpe configuration files on the client, where the command will be executed.)

Nrpe method of monitoring remote host, by executing plugins on the remote machine is limited to the commands defined inside the nrpe configuration files on the client. Which means the command which you require to run on the remote machine, must be predefined in the nrpe configuration files on the client.

But check_by_ssh can be used to run any command, with executable permission to the user used to login to the remote machine.

Let's go ahead and understand the remaining two methods that can be used to monitor a remote host in nagios monitoring.

(3) Monitoring remote host with the help of SNMP in nagios

SNMP can be used to fetch the current value of different properties of a network device or any SNMP aware device. if you have SNMP daemon installed on your remote host, which needs to be monitored, then you can monitor hard drive, load, etc with the help of SNMP daemon.

Advantage behind using SNMP to monitor is because it is supported by a wide variety of devices like network switches, routers, UPS devices etc.

We will be doing a couple of posts on SNMP, for getting a better overview of the protocol and its usage. We will also be doing a dedicated post for monitoring devices with nagios and SNMP.

Above case of monitoring with snmp places the plugin inside the nagios server itself, which will be a generic snmp plugin that will be used to monitor all snmap related services, with different arguments given to it.

(4) Nagios Passive monitoring or NSCA (Nagios Service Check Acceptor)

Until now we have seen around 4 different methods, used to monitor a remote server using nagios. All of them worked by either a plugin placed on the nagios server or a plugin placed on the client, or by simple monitoring or publicly available service. In all the above mentioned method, the plugin execution or say command execution was initiated by the nagios server.

Let's now see a method, in which the client will execute a required plugin at a regular interval, and report the output of the execution to the nagios server. This is achieved with the help of a daemon called NSCA.

NSCA stands for Nagios Service Check Acceptor. This is installed as a daemon on the nagios server itself, and it will wait for the command result from the client.

This kind of nagios monitoring is called as passive monitoring, because nagios server is not the one that initates the checks on the client, but the client will execute the plugins specified, at regular interval with the help of a cron and report the output to the nsca daemon on the nagios server.

While reporting the output, the client will also send details like the service name, hostname, the output of the command executed to the nsca daemon, so that the nagios server can report the output exactly in the same way active checks are executed(active checks are those checks in which the command execution is initiated by the nagios server. Examples are check by ssh, nrpe etc.)

There are couple of things that needs to be understood, from the above shown diagram. NSCA is a daemon on the nagios server that waits for the command result from the client.

Send_nsca is a program that can be used to send a command result to the nagios server. The hostname, the service name, and other related details will be included in the command result send using send_nsca to the nagios server.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user67761 - PeerSpot reviewer
IT Administrator at a media company with 10,001+ employees
Real User
Nagios for IT Infrastructure Monitoring

I managed a web design and hosting company several years ago. When we began to experience the first of many growth spurts, we were adding servers to our infrastructure at a rate of one to three servers per quarter. Knowing the details about what was happening on all of those servers, as well as the applications and infrastructure in general, quickly became my primary concern and responsibility.

I consulted with the Datacenter staff and other hosting professionals regarding server monitoring, and the application most recommended was Nagios. But along with the recommendation, came the warnings that Nagios might be a pain in the ass to setup and maintain. Back then, when Nagios was in its infancy, the warnings were quite appropriate! But the flexibility that it offered and the intelligence that it returned made editing the countless configuration files well worth it! Today there are many books and videos that explain Nagios' installation and configuration in detail, and self-paced training is available by subscription for only $200 per year.

Nagios streamlines the overall monitoring of Ping, Power and Pipe, while paying specific attention to areas like: CPU, Memory, Disks, SNMP Service, Network Switches, Routers, Firewalls, Services, DNS, DHCP, Active Directory, Exchange Services, HTTP Status, FTP Status, OpenManage Status, Total Running Processes, Programs running on servers and other host resources and application states.

The system can be extended with customized host and service checks. It includes e-mail, pager, and other notification features, and a web interface streamlines access to network status, problem history, and log information.

Nagios is a Linux platform product. Nagios Enterprise also provides clients with open source Nagios development, customization, integration, and optimization services. Originally created under the name NetSaint, the Nagios application was written and is currently maintained by Ethan Galstad, along with a group of developers actively maintaining both official and unofficial plugins.

Nagios Key Strengths

  • Nagios is a popular open source network monitoring software application. It watches hosts and services, alerting users when things go wrong and again when they get better.
  • Nagios is the industry standard in enterprise-class monitoring for good reason. It allows you to gain insight into your network and infrastructure and fix problems before customers know they even exist. It’s stable, scalable, supported, and extensible.
  • In many data center environments, Nagios has become the de facto standard for companies in need of an open source, fault-tolerant solution to monitor single points of failure, service-level agreement (SLA) shortcomings, servers, redundant communication connections or environmental factors.
  • Nagios has been downloaded more than 660,000 times since 2001. More than any other application, the Nagios open source components are in use by more than 50 open source customers—and the number is rapidly growing. A powerful and flexible monitoring tool, Nagios has nearly limitless configuration options, making installation and configuration a dynamic, robust proposition for systems administrators.
  • Nagios Enterprise offers professional support services for Nagios. Working in combination with its partners, Nagios can provide you and your organization with access to a variety of support options for Nagios, including Installation support, Incident-based support, 24×7 support contracts, and Customized support plans.

Software Highlights

  • Supports Comprehensive Network Monitoring for Windows, Linux/Unix, routers, switches, firewalls, printers, services, and applications.
  • Gives you Immediate awareness and insight, letting you receive immediate notifications of problems via email, pager and cell phone.
  • Provides problem remediation that lets you acknowledge problems through web interface and automatically restart failed applications.
  • Supports proactive planning, letting you schedule downtime for anticipated host, service, and network upgrades.
  • Offers robust reporting options, including SLA availability reports, alert and notification history reports, and trending analysis.
  • Offers multi-tenant/multi-user capabilities, multiple users can access the web interface.
  • Provides smooth, easy integration with your existing applications.
  • Delivers a stable, reliable, and respected platform.

We live in a “plug & play” world where people expect instant results. Nagios is not a “plug & play” application. Every Data Center is different. We have volumes of “Best Practices” to guide us in the design and management of our facilities. The shear diversity of devices and applications that make up our ever changing Infrastructure requires an application with a great deal of flexibility if it is to succeed at monitoring and reporting on the status of everything in our environments.

“Those who fail to plan, plan to fail” Nagios is not difficult to install. It is not difficult to configure. It is not difficult to maintain. The key to deploying a successful Nagios installation is planning. Deploying Nagios is not a one person task, but a project requiring the involvement of one or more departments within your organization.

You need to have a thorough understanding of your Infrastructure:

  • What hardware do you need to monitor?
  • Can the hardware be classified into specific groups?
  • Can the services being provided by the hardware be classified into specific groups?
  • How many locations do you need to monitor? Nagios can be configured to provide distributed monitoring.
  • Which people are to be assigned the responsibility of addressing issues belonging to each specific hardware group?
  • Which people are to be assigned the responsibility of addressing issues belonging to each specific service group?
  • Do you have up-to-date contact information, including e-mail, mobile phone and home phone numbers?
  • What will be the notification hierarchy? Who will get notified first, who will get notified next?
  • Will you need to integrate with your trouble ticket and request handling system? Nagios integrates well with OTRS, RT, OSTicket, iTop, Service-Now.com and Atlassian JIRA.
  • Are you considering using SNMP to query the status of your devices? If so, you need to investigate which MIBs will be required for each piece of hardware, and whether or not they will return the information that you are seeking.

Deploying an Enterprise Monitoring System is a complex project. Your choice to use Nagios, or Nagios-based applications, versus applications like Zenoss, Zabbix, OpenNMS, Cacti, Ganglia or Munin should be based on how well each is able to meet all of your requirements, rather than how easy it is to deploy.

Other considerations should be:

  • How easy is it to get support?
  • How active and up-to-date are the on-line communities?
  • How much information and training resources are available?
  • How easy is it to move from the Open Source to the Commercial version?
  • Will it deliver the data in all of the forms and formats that are required?
  • Will it integrate with your existing applications like Splunk, Jira, OTRS, Puppet, OpsGenie or Active Directory?
  • How extensible is the application? How easily does it adapt to change?

Clearly, there is a lot of consideration and planning involved before reaching a decision regarding your best choice for Enterprise Monitoring. Choosing such a critical component for your Infrastructure shouldn't be easy, like Senate confirmation hearings shouldn't be easy. We all want the right man for the job, and we'll ask thousands of questions and leave no stone unturned in our investigations. Nagios is not easy. In most cases however, it is the best tool-set for the job.

Nagios is a great application as it stands for Enterprise Monitoring, and there are several companies that have built their own applications using Nagios at the core. Their products add to an already extensive feature set, while maintaining compatibility with existing Nagios plug-ins. One such company is Opsview. Headquartered in the United Kingdom, with offices in the USA and India, their flagship product smooths out the complexities of deploying Nagios. Opsview is used globally by many enterprise customers including blue chip organizations such as Comcast, BT Plusnet, Blue Cross Blue Shield, Siemens, Allianz, US Army, Irish Revenue and Yale University to name just a few.

All things considered. You should give Nagios and Opsview your full attention. Other companies are, and perhaps one or more of them are amongst your competition, and they couldn't possibly be any smarter than you. Could they?

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user76665 - PeerSpot reviewer
it_user76665Engineer at a tech vendor with 51-200 employees
Real User

I spend about 3 weeks vetting through 20+ open source monitoring solutions and at the end of the process, the choices had boiled down to few major ones - OMD (best combination of open source plug-ins put together for Nagios), Zabbix, and Zenoss.

I wrote a blog post describing the experience in more details. I am adding more visual stuff to the post but 80% of the content is there.

blog.unicsolution.com

it_user67689 - PeerSpot reviewer
CEO at a tech services company with 51-200 employees
Consultant
It does exactly what we need: Alert us when something is wrong

We use Nagios because it does exactly what we need: Alert us when something is wrong and (with PNP) show some trend to figure out when or maybe how the problem started. The graphical output is for sure not state of the art, but we are not artists but rather techs ;) As a hosting business we have quite a homogenous infrastructure and use mostly snmp for fetching data in our own scripts. Once the basic setup for Nagios is done it is quite easy to automatically script new hosts when you add new machines or delete the old ones. However your choice might be different if you have to monitor IT of various customers with totally different infrastructure.
And finally there are apps for android, iPhone, etc so with just one look at your phone you see if everything is well.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user4401 - PeerSpot reviewer
it_user4401Developer at a transportation company with 1,001-5,000 employees
Vendor

Nagios is a very useful tool for system administrators, which provide good monitoring for network and servers. It's free and from my point of view it's fast and efficient. Nagios is stable and has many plugins available for monitoring. The software is robust, but, as a con, is an absolute pain to configure it. There is a very intuitive dashboard page that the administrator can leave open on an extra monitor to view at any given time and it will even rotate between different pre-selected views if the administrator likes that.

it_user12228 - PeerSpot reviewer
Systems Administrator at a cloud solution provider with 501-1,000 employees
Vendor
I've used both Nagios and SolarWinds- different enviorments have different preferences

I've used both Nagios and SolarWinds, although I haven't messed with nagios as much as solarwinds. Solarwinds had some nice features for monitoring and I learned a lot about it in the short time that I actually worked with it. Nagios just seems to work and when a server is down, I investigate. Solarwinds seemed to have more issues but that could have been because it was running on a server 2003 box and possibly old hardware where as the company I'm working at now runs nagios on a linux box with some decent hardware. Again, I haven't delved deep into Nagios and it's possible that what I'm looking at is just a webpage front end to nagios that not everybody uses but it's still pretty nice regardless.

Not sure if different environments have different prefferences but the company I was working at that used solarwinds was an ISP. The company that uses nagios is a web hosting company. I've also seen a linux admin at a previous job use nagios so it may be that nagios is more popular among linux if not servers altogether.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user2652 - PeerSpot reviewer
it_user2652Project Manager at a non-tech company with 10,001+ employees
Top 20Vendor

Can we use Solarwinds to monitor linux as well as solaris operating systesm?

it_user3870 - PeerSpot reviewer
Senior Manager of Engineering with 1,001-5,000 employees
Vendor
The best monitoring system for any small/medium size network

Valuable Features:

Nagios can be installed on a server with very low specifications, our main server has 512 MB RAM and 1 processor.As the open source version does not provide a configuration interface, for those who need easy administration of Hosts and services - it can be integrated into other web applications such as NagiosQL (Personal favourite) with a database back-end to store configuration in the case of failure.There are many plugins we use on our desktops such as Nagstatus and Nagstatmon which provide us with real time monitoring results instead of sending out E-Mail alerts, Instant messages etc.We currently monitor all our servers using SNMP just to avoid installing apps like NSClient to keep monitoring simple and clean.

Room for Improvement:

The Installation can get very difficult depending on what Linux flavour you are using. The open source version does not provide a configuration web interface. Some scripting knowledge is required in order to make changes to configuration files. Nagios is my favourite open source monitoring system. I just love it! It took me a while to properly configure Nagios to monitor our internal systems. Once we realised its potential we decided to setup remote polling on client systems, to have a central location for monitoring. (Using Centreon)As it is open source we were able to customise everything, from check commands, modifying the web interfaces, integrating into CMDBs such as iTop. When comparing Nagios to other monitoring systems it stands out by far.

Other Advice:

If you are new to Nagios I recommend that you watch videos/read documentation before you start to mess around with the code. One little mistake can stop Nagios from monitoring your systems, so make sure that you always backup your configuration!
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1118802 - PeerSpot reviewer
Account Manager, Cybersecurity at a tech services company with 11-50 employees
MSP
Open-source, with good monitoring and visibility
Pros and Cons
  • "The dashboard allows you to see what's going on in the overall system."
  • "Open-source software is usually not user-friendly."

What is our primary use case?

Nagios XI is used for monitoring the resources in the infrastructure.

What is most valuable?

The dashboard allows you to see what's going on in the overall system.

What needs improvement?

As it is open-source, it is not user-friendly. Open-source software is usually not user-friendly.

For how long have I used the solution?

We have been selling Nagios XI for more than five years.

What do I think about the scalability of the solution?

Nagios XI is a scalable product.

We have six customers who are using this solution.

How are customer service and support?

Support, we have a time zone issue, but we are providing our own support.

I don't believe we require anything, because we have our own technical expertise.

Which solution did I use previously and why did I switch?

We are resellers of Forcepoint and Symantec DLP.

How was the initial setup?

Because my company is experienced, installation is not a problem for us, but I'm not sure about new users.

We have a team of two or three people to deploy and maintain this solution.

What's my experience with pricing, setup cost, and licensing?

Nagios XI is open source.

It requires a yearly license.

What other advice do I have?

It is an alternative to more expensive solutions. That is why they use Nagios.

I would rate Nagios XI an eight out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company has a business relationship with this vendor other than being a customer:
PeerSpot user
Buyer's Guide
Download our free Nagios XI Report and get advice and tips from experienced pros sharing their opinions.
Updated: May 2025
Buyer's Guide
Download our free Nagios XI Report and get advice and tips from experienced pros sharing their opinions.