Questions tagged [nagios]

Nagios (now known as Nagios Core) is a open source monitoring solution. It offers monitoring and alerting services for servers, switches, applications and services.

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).

1227 questions
3
votes
0 answers

List of servers per accounts showing 'No server found' in OPM (Open PostgreSQL Monitoring)?

I installed OPM[Open PostgreSQL Monitoring] by following instructions mentioned here While accessing the local address , it is showing no servers found like this. I'd installed postgreSQL and that has different dBs. Please anyone help me to Solve…
satyamera108
  • 465
  • 1
  • 3
  • 11
3
votes
2 answers

Icinga2 check_mem plugin doesn't accept parameters

​Hello, I've created a custom command in Icinga 2 using this plugin: https://github.com/justintime/nagios-plugins/blob/master/check_mem/check_mem.pl​ check_command object CheckCommand "memory" { import "plugin-check-command" command = […
Bayram
  • 43
  • 2
  • 6
3
votes
2 answers

Nagios is active on CLI but not running on Web Interface

Good morning, I have a problem with my Nagios configuration. This is the response of service nagios status : root@SRV-SUPERVISION-BT:~# service nagios status ● nagios.service - LSB: Starts and stops the Nagios monitoring server Loaded: loaded…
Vincent DUPONT
  • 71
  • 1
  • 1
  • 10
3
votes
2 answers

Nagios: return code of 13 is out of bounds

How can I fix that return code?
kostiamol
  • 309
  • 2
  • 4
  • 15
3
votes
1 answer

Monitor CoreOS with icinga

I need to monitor a CoreOS cluster which used to host a kubernetes cluster on top of that. I use heapster to monitor kuberenetes cluster. Now I need to monitor CoreOS minions using icinga/nagios. Is there any way to do so? Thanks
3
votes
0 answers

Memory fault(coredump) during Icinga (1.x) startup

I am getting this error in the Icinga startup - /pkgs/icinga/1.13.3.rhas5/bin/icinga /my-config/dit-icinga-app-master/config/icinga.cfg Icinga 1.13.3 Copyright (c) 2009-2015 Icinga Development Team (http://www.icinga.org) Copyright (c) 2009-2013…
Rishi
  • 5,869
  • 7
  • 34
  • 45
3
votes
1 answer

MySQL replication monitor - Seconds_Behind_Master

I'm using Nagios and the check_mysql_health plugin to monitor my MySQL databases. I need to keep an eye on my Seconds_Behind_Master values in my replicated databases, but I am unable to use SHOW SLAVE STATUS in a subquery to get at that value…
ol' forty guts
  • 343
  • 1
  • 2
  • 13
3
votes
1 answer

Nagios: NRPE: Unable to read output

I have installed Nagios and NRPE plugins on the same server (CentOs 7). The preinstalled services like check_disk work fine, but my manually intalled plugins always end up with following error: /usr/local/nagios/libexec/check_nrpe -H localhost -c…
user3193317
  • 131
  • 3
  • 14
3
votes
2 answers

install Nagios with Ansible, host variables

I'm learning Ansible and I would like to install Nagios server with several monitored nodes. Nagios install steps that I'm following are from this tutorial on Digitalocean. Step 5 of this tutorial confuses me as this is my first time using Ansible.…
ivica
  • 1,388
  • 1
  • 22
  • 38
3
votes
0 answers

FcgiWrap missing parameters - Nagios Install

I am trying to setup Nagios on my server which is set up to run NGINX and PHP-FPM. The nginx-config file for my site is: server { listen 80; listen [::]:80; root /var/www/nagios; index index.html index.htm index.php; …
Ole Haugset
  • 3,709
  • 3
  • 23
  • 44
3
votes
2 answers

What is the zero signal?

I was looking into a nagios plugin and I found this code: killall -0 $1 I tried this and it returned 0 for a running process, but it did not kill the process. Please explain the meaning of this 0 value and why it did not kill the process.
3
votes
2 answers

Invoke a shell script execution using nagios

Hi all I am having a script which restarts all the components(.jar files) present in the server (/scripts/startAll.sh). So whenever my server goes down, I want to invoke the execution of the script using nagios, which is running on different linux…
Arya
  • 85
  • 3
  • 12
3
votes
2 answers

Integrate different Nagios webservers

I have different sites running with 4 to 5 server at each location. All the locations have one monitoring server with Nagios. Now I want to create a central location and want to combine all the nagios services running at each location. Can anyone…
Space
  • 7,049
  • 6
  • 49
  • 68
3
votes
4 answers

Nagios 4.0.7 upgrade thrown an error: "Unable to get process status"

I have upgraded my nagios core to 4.0.7 and there are some errors when I log in my nagios web interface. First, there is an error message on the home page: Unable to get process status. Second, nagios seem not being able to execute any of it's…
Andrei Stalbe
  • 1,511
  • 6
  • 26
  • 44
3
votes
0 answers

How do the Nagios check_nt plugin's commands map to NSClient++ (nscp) commands?

We're migrating from Nagios "active" monitoring of Windows services via the check_nt plugin, to "passive" monitoring whereby the client systems will run a script (and issue multiple native NSCP and/or O.S. commands) to gather the service data and…
Alan
  • 3,715
  • 3
  • 39
  • 57