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

How to send notification based on host and not service in Nagios?

Who that gets notifications are defined in the service and host definitions, but what I would like is that it is only defined on a pr host level. So whoever that is in the contact_groups for the host also get all service notifications. For this…
Sandra
  • 10,303
  • 38
  • 112
  • 165
-1
votes
1 answer

Check_mk check for perl plugin which is at check_mk_agent side

I have one perl script I want to use it as a nagios plugin. Here is the github location for this script https://github.com/MangeshBiradar/Check_mk/blob/master/check_jenkins_jobs.pl I want to use this perl script as check_mk_agent plugin, how do I…
MangeshBiradar
  • 1,820
  • 4
  • 16
  • 17
-1
votes
2 answers

NRPE Warning threshold must be a positive integer

OS: Ubuntu 12.10 Server 64bits I've installed Icinga, with ido2db, pnp4nagios and icinga-web (last release, following the instruction given in the documentation, installation with apt, etc). I am using icinga-web to monitor my hosts. For the moment,…
Frida
  • 31
  • 1
  • 2
  • 3
-1
votes
1 answer

NRPE installation issues "Starting nrpe in daemon mode ... /usr/sbin/nrpe: error while loading"

I'm trying to install the nrpe package for OP5 on Centos. I think something is corrupt since I get following when trying to start the nrpe service: service nrpe start Starting nrpe in daemon mode ... /usr/sbin/nrpe: error while loading shared…
Nicsoft
  • 203
  • 6
  • 15
-1
votes
2 answers

Monitoring SNMP w/ Nagios: Works with value not name

I am setting up a test nagios box to learn a bit more about it at the request of my boss. I installed Nagios 3.3.1 on an Ubuntu server 11.10 running in a VirtualBox. I also have connected to this virtual network a VBox running Server 2K8 with…
AlexBeau
  • 1
  • 1
-1
votes
2 answers

Freshly Installed Nagios Not Working

I have just freshly installed Nagios on a Fedora 16 box and it doesn't seem to work. I installed nagios and nagios-plugins using yum (after installing Apache, MySQL and PHP) and changed the contact e-mail. I also configured the nagios web GUI…
Ynhockey
  • 219
  • 6
  • 15
-1
votes
4 answers

cacti + nagios + monit =?

Currently I've got this trio configured, but I would like to have one solution, because configuring those 3 separately is a head ache time to time. First add service to monit, then to nagios and after that to snmpd processes and cacti. So is there…
Daniel
  • 304
  • 1
  • 4
  • 17
-1
votes
1 answer

Website Monitoring of Tor Onion Services

How can I monitor the uptime of my website's tor hidden service endpoint so I get an immediate notification if it goes offline? Bonus points for fancy monthly/yearly uptime reports. I'd like to make my website accessible over a tor onion service so…
Michael Altfield
  • 739
  • 2
  • 8
  • 23
-2
votes
1 answer

How to monitor an AWS instance (Linux system) using nagios in local machine as server via nrpe plugin

I have my nagios core installed in an local machine(linux 16.04), which is perfectly monitoring my local remote machines. But i want to monitor an AWS instance (linux machine) using the same local machine which i'm using to monitor the other local…
Maniraj
  • 101
  • 4
-2
votes
1 answer

Python script doesn't work when executed from NRPE

I have developed a Nagios plugin using Python3 for checking some backups. If I run the script from the client, everything works fine, but when I run it from the Nagios server using NRPE, it doesn't recognize certain regexes. I have tried these…
-2
votes
1 answer

Changing Default port for Nagios NSClient++

The default port for NSClient++ is 12489. Is is possible to change this port, and if so where does this change need to be made?
RE_Woods
  • 25
  • 1
  • 2
  • 3
-2
votes
2 answers

Nagios - external monitoring host without real connect - how do?

I've got a problem. I have a few external servers that need monitoring by Nagios, but they are in remote VPN networks. I must send monitoring data from vpn's host to Nagios who is working on public server, but I cant connect to any VPN. My idea is…
-2
votes
2 answers

NRPE error when using check_nrpe

I have 2 centos server Server 1 - centos 6.8 Server 2 - centos 6.7 Originaly I had the issue on Server 1 but was able to fix the issue I had with the fix explained here NRPE unable to read output, but why? When I try to the same fix on Server 2 i…
-2
votes
1 answer

Nagios alert by email for WARNING

I want to set Nagios up to issue warnings (e.g. mildly high disk usage of clients) via email. I'm new to nagios core, so please assist me to achieve this. what changes I have to make in config files like contacts.cfg, services.cfg, commands.cfg and…
Rahul
  • 67
  • 1
  • 12
-2
votes
1 answer

Monitor servers in ESXi environment

I have my own environment on a ESXi host, so without access to the vCenter env. So I'm unable to setup nagios monitoring at first. In my environment I have different kind of servers: * Linux (Custom apps, Elastic Search, ...) * Windows (Exchange,…
BenCes
  • 97
  • 2