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

Truncating return data as it is bigger then NRPE allows

I'm using latest NSCLIENT on a Win Server 2012, and see: Truncating return data as it is bigger then NRPE allows in the log file. How can I fix this?
JustAGuy
  • 639
  • 3
  • 23
  • 38
-4
votes
2 answers

monitor usage of CPU, disk,swap and memory usage

I want to monitor server health,ie CPU ,memory,swap and disk usage. what is the difference if I use simple linux commands like top,iostat etc and if I use nagios plugins...
vivek
  • 1
  • 1
-5
votes
1 answer

How to keep nagios notifying me when the services or hosts are unnormal?

I got notification when my services or hosts were not normal, but just once. So I want to keep getting notified when the services or hosts in unnormal state, for example one time 1 minute. Can I achieve this? Thanks in advance.
Tony Han
  • 103
  • 5
-5
votes
3 answers

how to monitor multiple systems in nagios

I am very new to nagios 3.4.4. I was able to set up and monitor the localhost machine. I tired to copy the localhost config to create a new host, which didnt work. Is there a place where i can find example of a config file monitoring mutiple host?…
user1817081
  • 201
  • 1
  • 4
  • 9
1 2 3
86
87