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
16
votes
8 answers

Nagios alerts by telephone?

I have a couple of nagios servers that currently alert me via SMS and email, but I'd like to add outgoing calls to that. The ideal solution would have the nagios machines call my cellphone and play an mp3/wav across the call to let me know something…
Matt Simmons
  • 20,396
  • 10
  • 68
  • 116
15
votes
5 answers

How can I tell if Windows is running in Safe Mode?

I have a Windows server that will sometimes reboot into safe mode after updates. I'm working on that issue but what I'd really like to know is how can I check to see if Windows is running in safe mode or not. Ideally I would like to incorporate it…
cwd
  • 2,763
  • 9
  • 33
  • 48
15
votes
7 answers

What Warning and Critical values to use for check_load?

Right now I am using these values: # y = c * p / 100 # y: nagios value # c: number of cores # p: wanted load procent # 4 cores # time 5 minutes 10 minutes 15 minutes # warning: 90% 70% 50% # critical: 100% …
Sandra
  • 10,303
  • 38
  • 112
  • 165
15
votes
2 answers

Displaying Nagios on a 52" 1080p screen

I'm using a 52" 1080p LCD screen to monitor Nagios, positioned where most of the users can see it. Using the default Nagios web view sort of sucks, since you need to increase the text size a decent amount so it's legible from a distance, and then…
gdm
  • 265
  • 2
  • 7
14
votes
3 answers

How might I cancel scheduled downtime on Nagios

I have a Nagios 3.5.1 monitor up for a bunch of servers. In doing an action like a Drupal or Wordpress core upgrade, I down the sites and set Nagios to scheduled outage. Sometimes I finish in under the 2 hour default and don't want to ignore an…
Rick
  • 299
  • 1
  • 4
  • 12
14
votes
5 answers

How do you monitor a monitoring server?

So we run Groundworks (with Nagios) on CentOS to monitor our various servers and processes. I have it setup to automatically send emails and SMS texts when things reach a WARNING or CRITICAL state. Normally this works perfectly. However, twice we've…
organicveggie
  • 1,071
  • 3
  • 15
  • 27
13
votes
6 answers

Nagios - new user doesn't get enabled permissions

I follow simple steps from guides all over the web: a) add an user to Nagios via command htpasswd htpasswd.users username b) in cgi.cfg file add this user to lines: authorized_for_system_information=nagiosadmin,…
Jakub Turcovsky
  • 297
  • 1
  • 4
  • 11
13
votes
2 answers

How to check HTTP response code of a secured website with Nagios?

I want to create a nagios check of my secure website. All the check needs to do is login to the site with login details that I pass the script. Does anyone know of a plugin or script that will allow me to do this? I have tried using check_http, but…
Simon Foster
  • 2,622
  • 6
  • 38
  • 55
13
votes
8 answers

Key differences between Nagios and Open NMS?

I am looking to pitch a comprehensive monitoring system to my manager, and have been considering OpenNMS. However, I have seen glowing praise of Nagios on here and I was hoping someone with experience could help illustrate the key differences for…
Chance
  • 450
  • 1
  • 4
  • 18
12
votes
6 answers

Generic Nagios plugin to check if a specific process/service is running?

I see on http://exchange.nagios.org that there are not plugins to check if sendmail, xinetd, automount, ypserv, ypbind, mailscanner, mcafee, clamav, samba server, and openvpn are running. Of course all these should be stable programs, but they are…
Sandra
  • 10,303
  • 38
  • 112
  • 165
12
votes
2 answers

Geographically distributed, fault-tolerant and "intelligent" application/host monitoring systems

Greetings, I'd like to ask the collectives opinion and view on distributed monitoring systems, what do you use and what are you aware of which might tick my boxes? The requirements are quite complex; No single point of failure. Really. I'm dead…
nixgeek
  • 874
  • 5
  • 14
12
votes
4 answers

Send all outgoing mail to /dev/null

With sendmail, how would you send all outgoing mail to /dev/null or just prevent email from being queued up or sent at all? On a development nagios box I want prevent sending of mail so that notifications don't go out. Stopping outbound mail will…
cwebber
  • 491
  • 3
  • 7
12
votes
3 answers

Does anyone use check_mk for Nagios? Anything I should be aware of before considering it?

http://mathias-kettner.de/check_mk.html I've been testing it out on a couple of development machines and it seems pretty nifty. I cannot however find much information on deployments of it. Does anyone run this actively? Did anyone rule this out as…
WinkyWolly
  • 598
  • 6
  • 19
11
votes
5 answers

How do you keep up with Nagios/Capistrano configs when using EC2?

I use Amazon EC2 for my mobile app. Depending on load of the application at a given time, I might spawn new instances and then take them down when load is lower to save costs. How does one keep up with Nagios configurations for such a dynamic…
11
votes
9 answers

Nagios configuration GUI

We've implemented Nagios for services on our network and it is working great. The notifications are nice and the wide range of configuration options are very handy. Up to this point, we've done all of the configuring by hand by modifying the files…
palehorse
  • 4,299
  • 5
  • 29
  • 27
1
2
3
86 87