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
6
votes
7 answers

Better Nagios UI?

Are there better Web UIs for Nagios than the default vanilla version that comes out of the box with Nagios? Can some help me find a good one??
Quintin Par
  • 4,373
  • 11
  • 49
  • 72
6
votes
2 answers

Nagios configuration that only notifies 1x down and then only notifies the recovery

Currently I have Nagios up and running and it notifies me by email of events. I would like to know the configuration change that I have to make, so that I will only be notified 1 time of a server going down and then only another email when it is up…
ICTdesk.net
  • 1,173
  • 4
  • 12
  • 18
6
votes
2 answers

Nagios vs Icinga: which should I use?

I'm looking to install a server monitoring application on my web server (CentOS, LAMP setup). After some reading, it seems that Nagios is the most popular solution, but it was forked to Icinga a year or so ago. Which should I use? Is Nagios still…
Alex Grin
  • 241
  • 3
  • 4
  • 10
6
votes
3 answers

How to simplify Nagios config in giant datacenter

Say I built 1000 servers from the same OS Image, everything is the same including SNMP configs (They all have unique IP addresses of course). For each server, I want to monitor the same 12 services, all via SNMP, using Nagios. In the Nagios config,…
regulatre
  • 276
  • 3
  • 11
6
votes
7 answers

Nagios Woudn't Start, now won't Stop!

I ran an update on a CentOS server running Nagios, after the update, Nagios failed to start. The error in the logs was: Failed to obtain lock on file /var/run/nagios.pid: Permission denied So, I checked and there was no pid file for Nagios in…
Bart B
  • 3,457
  • 6
  • 31
  • 42
6
votes
2 answers

Nagios "CRITICAL - Socket timeout after 10 seconds" problems with service and host Checks

got a little bit of a problem with a Nagios system we are using in our office, which has only recently started appearing. what i would like to know really is the best solution to resolve this problem as ive done a bit of reading on it and there…
Kristiaan
  • 442
  • 1
  • 9
  • 22
6
votes
5 answers

PNP4Nagios, nagiosgraph, separate Cacti, or something else for Nagios trending

I've been using Nagios for a while now and recently started using Cacti after being dissatisfied with the lack of scaling and lack of any GUI in MRTG. I'm interested in adding trending to my Nagios installation and wondered what was the best route…
Matt
  • 304
  • 1
  • 3
  • 12
6
votes
2 answers

Best practices for monitoring a JIRA installation?

One of my clients has a confluence / JIRA system set up. They've been having some issues- outbound email gets wedged, etc. If you support a JIRA install, what do you monitor? Do you use JMX? Direct DB queries? Occasional SOAP requests to the…
Tim Howland
  • 4,728
  • 2
  • 27
  • 21
5
votes
2 answers

Ways to monitor SIP termination on an asterisk server

I have a nagios setup which ensures that SIP is responsive on my Asterisk server, that's straight forward. My question is, what kind of possibilities are there that the Asterisk server can actually terminate properly with the termination provider?…
imaginative
  • 1,971
  • 10
  • 32
  • 48
5
votes
2 answers

How to define a host group on Nagios 4

I would like to define a host group on Nagios 4. In recon it should be defined somewhere in /usr/local/nagios/etc. I tried creating a file hostgroups.cfg that with contents: define hostgroup{ hostgroup_name webservers members …
murze
  • 169
  • 1
  • 1
  • 7
5
votes
2 answers

Nagios alert based on scheduled MySQL queries results

I have installed Nagios 4.0 on my Ubuntu 14.0 and i want a plugin to alert me based on daily scheduled MySql queries .. if the result of ( select count(*) from tableName > 10 ) raise a critical alert or < 10 warning alert this query run every day…
5
votes
4 answers

Nagios - Could not complete SSL handshake

I'm trying to configure Nagios command for checking status of physical memory on a remote Windows host using NRPE plugin. I'm using Nagios v3.0.6 on Ubuntu Server v14.10, and latest stable version of NSClient++ 0.4.3. Here are the snippets from the…
Marko
  • 51
  • 1
  • 1
  • 3
5
votes
1 answer

Nagios: How to aggregate a large amount of notifications into one email notifcation?

I have a Nagios server which monitors many servers. There's a dashboard which has been coded in-house and it sends monitoring data using passive checks to the Nagios server. Whenever an issue occurs, the NOC team is being flooded with email…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146
5
votes
1 answer

Nagios escalations, prematurely critical escalation after warning

In Nagios 3, I would like a service to be escalated after being critical XX minutes. It works great on services that go from UP to CRITICAL. However, if the service has been warning >XX minutes (say for disk space that slowly is going up), and goes…
5
votes
2 answers

Overriding Nagios hostgroup service with host service

I currently am experimenting with defining a set of services to all hosts in a hostgroup, this is working fine. My issue is that I then want to be able to override these service definitions which have been included in the host, from the hostgroup.…
Geekman
  • 451
  • 1
  • 11
  • 21