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

Nagios server service_perfdata not saved at the good place

I have a server nagios on my Raspberry who monitored some Windows 7 client and i want to save the performance data of my service in particular file. So i have set the nagios.cfg for it : …
Thibzy
  • 1
  • 3
-1
votes
1 answer

nagios 4.1.1 can't start in Centos 6.0

after runing: /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Nagios Core 4.1.1 Copyright (c) 2009-present Nagios Core Development Team and Community Contributors Copyright (c) 1999-2009 Ethan Galstad Last Modified:…
MST
  • 1
  • 1
-1
votes
1 answer

Nagios check_http configuration error

I have to remove custom HTTP check from nagios so commented check_http part in two files namely 1. commands.cfg 2. services.cfg However when I restarted server, I get following error. Checking objects... Error: Service check command 'check_http'…
innervoice
  • 21
  • 7
-1
votes
2 answers

Checking ldapsearch and ldapsearch -h 127.0.0.1 -Z -x in nagios

Basically I just want to ensure whether ldapsearch and ldapsearch -h 127.0.0.1 -Z -x I did some check_ldap command and it's fine but I specially want to verify ldapsearch and ldapsearch -h 127.0.0.1 -Z -x which I am unable to find anything…
hunkeelin
  • 1
  • 1
-1
votes
1 answer

Monitoring Processes in Detail - not summarized

I want to monitor the running processes of a linux machine over time. My do-it-yourself solution would be: Dump ps aux --forest every minute to a file. Background: If I get a message "something was wrong, yesterday around 8 o'clock" I want to see…
guettli
  • 3,591
  • 17
  • 72
  • 123
-1
votes
2 answers

How to pass your own -H flag to a nagios plugin?

Looking here on the nagios docs I see that it's standard practice to pass a hostaddress macro to your commands with the -H flag. What if your command already has a -H flag however? It's not clear to me how you would do this. I'm sure this wouldn't…
jkj2000
  • 123
  • 1
  • 6
-1
votes
2 answers

Passing arguments to nagios plugin

I've installed my first plugin on a Nagios server, but am having trouble getting the arguments right. I've tried some things with $ARG1$ but am essentially just flopping around. One complication, perhaps: this plugin is supposed to run on the nagios…
larryq
  • 133
  • 1
  • 1
  • 6
-1
votes
1 answer

Monitoring root certificate

For enterprise wide systems wherein SSL certs are utilized, what is the best way of monitoring root CAs or intermediate CAs? If the systems were on Linux OS. Are there nagios checks that can catch verification for root CAs?
tw1stud
  • 31
  • 5
-1
votes
1 answer

Nagios nrpe check_nrpe plugin missing

installed nagios nrpe into remote machine from ubuntu repository sudo apt-get install nagios-nrpe-server and plugins as sudo apt-get install nagios-plugins-basic nagios-plugins nagios-plugins-extra but in /usr/lib/nagios/plugins location…
sivashanmugam
  • 37
  • 2
  • 6
-1
votes
2 answers

Nagios Alerts / Notifications - SMS

Configured Nagios core 4.0 and NDOutil 2.0 both are working in ubuntu. Now i am looking for alert types in Nagios. And i am confused in plug-ins and Add-ons in nagios. Especially i am looking in sms alerts.
-1
votes
2 answers

Contact Groups Nagios - I can't get notifications in real time from Nagios

I can't get notifications in my emails from Nagios: Step 1. First, I have defined my hosts in: /etc/nagios3/conf.d/ One of hosts that I've defined is: server2.cfg define host { host_name serveri2 alias …
Gex
  • 1
  • 2
-1
votes
1 answer

Nagios nrpe no handler for command

so i have started setting up Nagios on our network and have the below issue : No handler for command CheckDisk . This happens no matter what command i run. ( full command i have been running is /.check-nrpe -H xxx.xxx.xxx.xxx -c CheckDisk ) if i do…
NickDa
  • 87
  • 1
  • 2
  • 5
-1
votes
2 answers

Check NRPE APT now working through Nagios

I'm able to monitor hosts' package statuses via terminal; but Nagios web ui gives an error like this: (No output returned from plugin) Here's the command that works properly via terminal: /usr/lib/nagios/plugins/check_nrpe -H myhost -c…
talha06
  • 111
  • 2
  • 7
-1
votes
1 answer

Nagios: real-time logfile monitoring with nsca on linux

According to this article http://blog.medin.name/2012/03/20/real-time-event-log-monitoring-with-nsclient/ I succeccful used nsclient++ to push Windows Eventlog to a nagios server whenever a new eventlog produced. But I didn't find a solution to do…
txworking
  • 479
  • 2
  • 6
  • 15
-1
votes
1 answer

Nagios monitoring nvidia on Windows OS

Can somebody give me advice, about monitoring on Nagios. How i can monitor GPU temperature on NVidia graphic card, under Windows 2008 R2 OS?
r1se
  • 1
  • 1