Questions tagged [nagios]

Nagios is a monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes.

Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes.

Nagios watches hosts and services that you specify, alerting you when things go bad and when they get better. Some of its many features include monitoring of network services (SMTP, POP3, HTTP, NNTP, ICMP, etc.), monitoring of host resources (processor load, disk usage, etc.), and contact notifications when service or host problems occur and get resolved (via email, pager, or user-defined method).

Nagios is extremely customizable. Its mechanism for checking the status of hosts and services is to run standalone programs the communicate with the Nagios master via their standardoutput and return codes. It is therefore relatively easy to add new status checks to Nagios without much work beyond writing the standalone program and configuring Nagios to call it.

1294 questions
4
votes
4 answers

how can I perform a disk performance test like hdparm -t in nagios?

The usual plugins are all about known stats of a system but we are seeing really odd results on some of our vmware instances with hdparm -t. Anyone know of a test actually does a write/read on a disk or nfs mount in nagios?
hoberion
  • 231
  • 1
  • 2
  • 15
4
votes
3 answers

Weird Extended Information on Nagios Web UI

Below are screenshots when I click on any Service/Host Extended Information: The weird info at the top: The content of line begin with…
quanta
  • 51,413
  • 19
  • 159
  • 217
4
votes
1 answer

Dynamically setting a new test interval for Nagios checks

Nagios check notification intervals must be >= to a check interval because this prevents Nagios from sending out false alarm notifications should a service return to an UP status between checks. I understand the reasoning behind that. We have a…
Kev
  • 7,877
  • 18
  • 81
  • 108
4
votes
1 answer

esxi nagios speed issue

I'm trying to add my esxi servers (I have 3 of them) to my nagios monitoring. I'm using the perl SDK and script as documented in various places on the internet, the latest script is here:…
agrath
  • 261
  • 2
  • 10
4
votes
3 answers

How do I handle post-mortems/incident reporting with Nagios?

I just started using Nagios and I like that my team can acknowledge problems, but I haven't yet found a way to log the solutions that are used to correct the problems. Is there a tool that logs Nagios alerts and provides a way to complete…
GregB
  • 1,382
  • 2
  • 13
  • 22
4
votes
1 answer

Different notification interval when service is critical

I've got a service in Nagios that checks how much disk space is used on a server. When over 80% is used, the service is in a warning state. When it's over 97% it's considered critical. When the service is in warning I want to send an alert once a…
Brian Beckett
  • 509
  • 1
  • 4
  • 12
4
votes
2 answers

Nagios Hosts Down but services up

I've got a couple of servers (ftp) where the host is blocking ICMP so its showing as down, but the services (like ftp) are up. To stop the service complaining about the host being down i have acknowledged the problem. The issue i had was the other…
beakersoft
  • 997
  • 15
  • 29
4
votes
2 answers

Nagios Notification Escalation

I've got Nagios configured properly, and I'm looking to do some (minorly) strange things with notifications. What we want to do is have the first three notifications fire off 5 minutes apart, then if nobody responds, the next 3 at 30 minutes apart,…
Rob Williams
  • 183
  • 1
  • 5
4
votes
2 answers

NRPE: Unable to read output

I try to monitor MySQL database: [root@monitored.com ~]# su nagios -c /usr/lib/nagios/plugins/check_mysql Uptime: 18014 Threads: 1 Questions: 6 Slow queries: 0 Opens: 12 Flush tables: 1 Open tables: 6 Queries per second avg: 0.000 but…
Antonio
  • 720
  • 4
  • 13
  • 29
4
votes
2 answers

Nagios: Only send notification when all 4 host are down

As part of a larger complex, is a small office building with 4 computers. It has a single cat5 run to a non-managed switch that has 4 computers connected to it. Since I can't ping the switch, the only way I can tell if that network is up is by…
Porch
  • 680
  • 5
  • 12
4
votes
2 answers

How can I use nagios to monitor ssh tunnels?

I have a server that is used a middleman for a bunch of reverse ssh tunnels. I want to use nagios on that server to monitor that all of those ssh tunnels are up. Essentially I want to do the nagios equivalent of: ssh -p 12344 localhost ssh -p 12415…
Mike McKay
  • 175
  • 2
  • 7
4
votes
4 answers

Network monitoring tools with API features

We use ks-soft's Advanced Hostmonitor package to monitor around 2000 items on our network. We think it's great, the chap that supports it is fantastic, the product is fast, stable and mature but I feel as as we grow as a company it's beginning to…
Kev
  • 7,877
  • 18
  • 81
  • 108
4
votes
1 answer

Excluding the nagios directory from Basic Auth that is set for the root directory

I have basic auth from the root directory for Apache. I am setting it like so. /etc/httpd/conf.d/xxxx.conf AuthType Basic AuthUserFile xxxxxxxx AuthName "Restricted Area" Require valid-user Since this…
Saifis
  • 209
  • 3
  • 13
4
votes
1 answer

What is a solid process for designing a monitoring system?

The short version: I've got a heterogeneous environment of ~400 hosts using Groundwork/Nagios for monitoring. The current checks, hostgroups, and servicegroups have been put together in an organic, ad-hoc manner. I'm tasked with essentially…
4
votes
3 answers

How to monitor memory usage of linux server using nagios

Just installed nagios on a central machine and nrpe on 10 remote linux machines and just started monitoring them. It works great. I can get cpu load, current users, processes, mysql, etc. I can't find a way to monitor memory usage using the core…
Ricardo Marimon
  • 529
  • 4
  • 12
  • 26