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
5
votes
2 answers

Nagios NRPE check_procs reporting incorrect number

I have an etch nagios server (I will call this NagiosServer), successfully monitoring lots of stuff, including another etch server (MonitorEtch). Using check_nrpe and check_procs I'm able to check the process list for running daemons such as…
Nick Sturgess
  • 190
  • 2
  • 7
5
votes
2 answers

Any good rsnapshot nagios plugins?

I'm using Nagios to monitor servers, and we use rsnapshot for backups. I'd like a plugin for Nagios that monitors that rsnapshot is being run successfully. I've seen some rsnapshot plugins that will do a whole diff on a directory tree, which is way…
Amandasaurus
  • 31,471
  • 65
  • 192
  • 253
5
votes
5 answers

Nagios simple dashboard

I am looking for a dead simple dashboard for Nagios so our IT team can view the status of our services. In an old version of what's up gold, it was a nice dashboard with different rectangular shape being red, yellow or green depending on the status…
Thomas
  • 63
  • 1
  • 1
  • 4
5
votes
1 answer

Configuring holidays for Nagios

I had nagios configured to know that this was a holiday: monday -1 may 00:00-24:00 ; Memorial Day (Last Monday in May) As far as I can tell it didn't work on Monday because I received some alarms, no big deal, I can ignore those. But now I…
Kevin Peterson
  • 205
  • 1
  • 6
5
votes
4 answers

SELinux prevents Nagios plugins from running on RHEL6

After installing Nagios NRPE & Nagios Plugins, I'm getting the following entry in my rsyslog: May 13 14:01:30 wcmisdlin02 kernel: type=1400 audit(1305309690.482:2334): avc: denied { getattr } for pid=3835 comm="sh" path="/usr/bin/sudo" dev=dm-0…
alexus
  • 13,112
  • 32
  • 117
  • 174
5
votes
1 answer

How do I Display Nagios Host Custom Variables or Macros in the Web Interface?

How can I display custom host variables in the Nagios web interface such as _mac_address?
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
5
votes
5 answers

nagios Missing Dependency: perl(Net::SNMP)

I have an odd problem. I'm trying to install nagios NRPE but it keeps failing with nagios-plugins-1.4.15-2.el5.rf.i386 from rpmforge has depsolving problems --> Missing Dependency: perl(Net::SNMP) is needed by package…
Mech
  • 660
  • 2
  • 11
  • 22
5
votes
2 answers

Have Nagios execute a command when it detects a down host

I would like Nagios to execute a Bash command/script when it detects a host down or up. This would allow me to react to down hosts to some degree which would be very interesting. How would I do this ?
Antoine Benkemoun
  • 7,314
  • 3
  • 42
  • 60
5
votes
1 answer

Nagios check with $ in parameter

I need to add Nagios checks for Windows SQL services that have a dollar sign in the name (e.g. MSSQL$TOLLCONNECT) but am so far unable to work out how to pass that name along without it being Nagios treating it as a variable name. What is the…
John Gardeniers
  • 27,458
  • 12
  • 55
  • 109
5
votes
3 answers

Monitor ESXi hosts with Nagios

Does anyone recommend any methods for monitoring ESXi 4.1 hosts with Nagios? I have looked into SNMP but it seems to be in a pretty sorry state. Net-SNMP does not seem to be included and there is a built it SNMP daemon that I set up. However from…
Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448
5
votes
1 answer

How the heck do you test an HTTPS site for a revoked cert?

I'm currently using nagios to do monitoring, including using the check_http options to check for an SSL cert that expires soon, etc. What I'd like to do is include testing for revoked certs for each of the sites that I monitor. Sounds easy, right?…
Bill Weiss
  • 10,979
  • 3
  • 38
  • 66
5
votes
7 answers

Choosing a monitoring system for a dynamically scaling environment: Nagios v. Zabbix

When operating in the cloud and scaling boxes automatically, there are certain monitoring issues that one experiences. Sometimes we might be monitoring 10 boxes and sometimes 100. The machines will scale up and down based on a demand. Right now,…
wickett
  • 148
  • 1
  • 8
5
votes
1 answer

How can I monitor VNC via Nagios?

I have a number of remote sites which have VNC running on a few computers for support purposes. They are (obviously) only available on our internal network. I am using Nagios to keep track of all the systems in the network and I want to have it…
atroon
  • 508
  • 3
  • 10
  • 23
5
votes
5 answers

Is there a Nagios plugin that uses Nmap and does port checking?

I need to monitor open and closed ports on dozens of hosts. I've found a Nagios plugin that does what I need, but I would have to use this script through NRPE. Some of the hosts are powered by Linux and they all have Perl installed. But some of them…
Eedoh
  • 171
  • 2
  • 6
4
votes
2 answers

Monitor a HTTPS site requiring login with Nagios

I'm trying to figure out how to get Nagios to monitor a few sites that are using HTTPS and require a username/password to log in - I can't figure out how it should be done so I can set a username and password for each host, and then define a service…
DrStalker
  • 6,946
  • 24
  • 79
  • 107