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
1 answer

Nagios performance graphs

I've written my own perl script to return status from a server of mine. It is running just fine (ie. performance data: val1=1; val2=5; val3=10). Using templates.dist/default.php this gives me 3 graphs (as I would expect). Now this problem I have is,…
5
votes
3 answers

Monitoring various Nagios? Alternative to Coffeesaint

In our company, we have one nagios for each of our clients, to offer them a 24x7 monitoring service. Currently, we are using Coffeesaint to have a "central monitoring display" were all alarms about hosts and services are shown. But it does not work…
Kevin Maschke
  • 97
  • 1
  • 7
5
votes
1 answer

How to allow Active Directory authenticated users use Nagios web interface?

I have put .htaccess files in the Nagios html root and CGI root directories, so in order to get access to the web interface, the users needs a valid Active Directory account. The problem I have is in /etc/nagios/cgi.cfg which…
Sandra
  • 10,303
  • 38
  • 112
  • 165
5
votes
3 answers

NSClient++ returns 'Connection Refused'

I have been unsuccessfully trying to get NSClient to work on my 64 bit Windows 7 machine with Windows Firewall turned off. I have tried with the service started and also tried running 'NSClient++ /test'. No difference. I have run Microsoft Network…
Jim R
  • 251
  • 1
  • 5
  • 14
5
votes
1 answer

Nagios not following redirect with check_http

Currently for testing I set the service check as follows: define service{ use generic-service host_name service_description HTTP check_command check_http!-s "blablabla" -f follow } Note the string "blablabla" does not exist on…
Brandon
  • 215
  • 1
  • 4
  • 6
5
votes
4 answers

Checking for read only file systems remotely

I need to remotely periodically check if a Linux file system is mounted read only on lots of servers. The only tools at my disposal in this instance are the usual CLI scripting languages (BASH/Perl/Python), SSH and SNMP. My thoughts so far…
SimonJGreen
  • 3,205
  • 5
  • 33
  • 55
5
votes
1 answer

NAGIOS notification command for service/contactgroup

We have 3 templates for services, low-priority, high-priorty and medium-priorty. Low priority services are attached to the contactgroup low, medium priorty services are attached to the contact group medium and high priority (OK you probably get the…
user80776
5
votes
4 answers

NRPE and the $USER1$ variable

I have NRPE daemons running on all of my remote Linux boxes. I have a couple configurations in place and I'm trying to standardize the paths in my nrpe.cfg. The changes are deployed via Puppet. I would like to use the following…
Tim Brigham
  • 15,545
  • 10
  • 75
  • 115
5
votes
1 answer

Nagios check_total_procs with Default Values

We are using the Nagios plugin check_total_procs to check the total number of processes on our servers. The default settings for this that are installed are: command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 150 -c 200 With these…
cliff.johnson
  • 53
  • 1
  • 3
5
votes
3 answers

Check SSL certificate validity, including CA chain, with Nagios

Nagios can do SSL checking, but it doesn't actually check if the certificate is valid for the connection address you're using (common name match). On one of our servers, a postfix configuration file was replaced by a Plesk update without notice,…
Halfgaar
  • 8,084
  • 6
  • 45
  • 86
5
votes
4 answers

How can I make Status Information for Nagios services easier to read?

I'm running Nagios in an environment with several servers, each with several services on them. There are a few custom checks, but it's nice to use existing checks if possible. I'm using NRPE plugin check check_disk to check each mounted file…
Paul
  • 443
  • 2
  • 5
  • 14
5
votes
3 answers

Nagios plugin to take process snapshot when load is high

We have configured Nagios with check_load via NRPE plugin to monitor server load, it reports when load is high, but does not have option to take a snapshot top processes (like top command) at that time. Are there any nagios NRPE plug-ins for that?
nitins
  • 2,579
  • 15
  • 44
  • 68
5
votes
1 answer

How do I add a host in icinga-web?

how do I add a host in icinga-web? Do I need to modify access.xml and rebuild the cache? Or can I have a configuration similar to icinga/nagios?
Dieter
  • 51
  • 1
  • 1
  • 2
5
votes
5 answers

How to send an "Everything is OK" notification from Nagios?

I need to configure Nagios to send a notification that says everything goes well, if there's no problems. Does this sort of setting exist or is there a plugin for that?
Roman Prykhodchenko
  • 297
  • 2
  • 4
  • 13
5
votes
6 answers

Nagios failing to expand $CONTACTEMAIL$ macro in notificaion command

I'm having a problem where my nofication command isn't expanding the $CONTACTEMAIL$ macro (Version 3.2.1 installed on debian squeeze using the debian packages) me@hostname:/etc/nagiosql# dpkg -l | grep nagios ii nagios-images …
navaho
  • 295
  • 3
  • 8