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

How to calculate CPU % based on raw CPU ticks in SNMP

According to http://net-snmp.sourceforge.net/docs/mibs/ucdavis.html#scalar_notcurrent ssCpuUser, ssCpuSystem, ssCpuIdle, etc are deprecated in favor of the raw variants (ssCpuRawUser, etc). The former values (which don't cover things like nice,…
Bo Jeanes
  • 1,520
  • 2
  • 13
  • 17
7
votes
2 answers

Green-IT: How do you deal with poweroff systems in your system monitoring?

Many of you probably have completed or are contemplating Green-IT projects with the goal to power off idle or unneeded systems when demand for computer resources is low: How you did handle this situation in your system monitoring? I'm especially…
knweiss
  • 4,015
  • 24
  • 20
7
votes
5 answers

Monitoring VMware ESXi (free) vs. vSphere

I have two hosts running the free ESXi hypervisor. However, we use Nagios for monitoring, and I've received conflicting information about how we should monitor these systems. Are my findings below accurate? ESXi with free license does not support…
Matt Beckman
  • 1,502
  • 18
  • 33
7
votes
13 answers

Do you have a creative use for nagios?

I'm looking for inspirations on nonstandard uses of monitoring systems like nagios, which is normally used to check whether HTTP is reponding etc. I'm curious how people have taken the simple nagios framework and run with it in unexpected ways, so I…
jldugger
  • 14,342
  • 20
  • 77
  • 129
7
votes
7 answers

How do I refresh nagios and stay on the current page?

Ever since I updated to nagios 3.2.1 from 3.0.6 I can no longer refresh any status pages. When I refresh, it just goes back to the "home" page of nagios, forcing me to drill back down to whatever I was looking at. With 3.0.6 I was able to refresh…
Matt
  • 304
  • 1
  • 3
  • 12
7
votes
1 answer

Setting up Dependencies for Nagios

I'm trying to setup dependencies for a router and several servers. What I want to do is setup the router as the Master Host so if the router fails all other services on the servers won't alert. Unfortunately this is easier said than done. Is…
hfranco
  • 585
  • 2
  • 9
  • 25
7
votes
3 answers

What are the security risks of making Nagios publicly viewable?

What are the dangers of a public organization, like a college or university, publishing monitoring services like Nagios in a publicly available read only format?
jldugger
  • 14,342
  • 20
  • 77
  • 129
7
votes
6 answers

Distributed Nagios Installation

I'm looking for a plug-in or product that will act as a remote probe and perform tests then send back the results to the central Nagios server. Reason for this is that I'd like to monitor internal systems and servers at customers, but don't want to…
kruczkowski
  • 213
  • 2
  • 5
7
votes
4 answers

How to allow a user in Nagios to view the status of some servers, but not disable/enable anything?

How to allow a user in Nagios to view the status of some servers, but not disable/enable anything?
Kazimieras Aliulis
  • 2,324
  • 2
  • 26
  • 46
6
votes
1 answer

Nagios OK notification at the beginning of the availability period

I'm monitoring an application which starts just before business hours and shuts down at the end of the day using Nagios 4.3. I've configured the notification period for it to start 3 minutes after the application is slated to launch. I would like…
Isac Casapu
  • 235
  • 1
  • 11
6
votes
2 answers

Nagios - check_ntp_time - Offset Unknown

I have a local NTP server running on the subnet to keep other subnet nodes in sync, without every node syncing with upstream servers. But, while implementing the check_ntp_time plugin for Nagios I am noticing a frustrating issue, where nagios keeps…
Mike Purcell
  • 1,708
  • 7
  • 32
  • 54
6
votes
2 answers

How does an administrator generalize alerting when an event doesn't happen?

Often my users require me to be just as responsible for knowing if an event hasn't happened. I've always had to build custom and brittle solutions with cron'ed shell scripts and lots of date edge case testing. Centralized logging ought to allow…
Dan Garthwaite
  • 2,962
  • 1
  • 19
  • 31
6
votes
2 answers

How to delete all nagios availability history data?

After play a little with nagios tuning some variables etc. I want go to production and clear all the so far collected availability data, so my nagios history begin today. How can I do that?
user120858
6
votes
4 answers

Hardware checks for Dell R820 Servers through Nagios using SNMP

We use Nagios for monitoring. Is there a way to create hardware checks using SNMP MIB for R820 servers running ESXi5.x on them? Right now we are using this python plugin: current python plugin But we can use it no longer due to security policies…
Danila Ladner
  • 5,331
  • 22
  • 31
6
votes
5 answers

What is the difference between nagios xi and cacti for monitoring?

Nagios XI (This is a commercial implementation of Nagios) can graph as well as send alerts based on threshold conditions. I am not able to understand the difference between Nagios and Cacti. Any idea regarding the differences between the two? I…
endrendum
  • 213
  • 1
  • 3
  • 5