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

Not found error when accessing Nagios

I have followed this guide https://www.digitalocean.com/community/tutorials/how-to-install-nagios-4-and-monitor-your-servers-on-centos-7 in order to install nagios in my centos 7.8 system installation went through without problem, however i'm having…
Meni
  • 91
  • 1
  • 8
0
votes
0 answers

ssh tunnel from nagios to greenbone socket

i got 2 servers running. serverA is a monitoring solution check_mk. serverB is a vulnerability scanner with gvm20.08 (openVAS). On my monitoring side i want to retrieve scans, tasks, targets etc. from my vulnerability scanner ,through ssh. so i need…
alessio
  • 11
  • 2
0
votes
0 answers

incorrect define of host/hostgroup/service

Good day. Recently, I tried to enable domain expiry check on my nagios core 4.1.1, but it seems like it won't work. I believe, i messed up with declaration of host/hostgroup/service. mine "domain.cfg": define…
0
votes
1 answer

check_snmp plugin timedout icinga2

I am new to icinga, and at the moment I am trying to monitor a paloalto firewall running paOS 9.0 with OID 1.3.6.1.2.1.25.3.3.1.2.1 (hrProcessorLoad.1), but I have problems with the check_snmp plugin that is costantly timing out and I don't know…
msana
  • 3
  • 2
0
votes
0 answers

monitor CRL expiration dates for multiple nginx servers

Rephrased question: (Not sure it's really clearer) I have a small self written script, that monitors multiple servers. In fact my script just starts periodically tiny smalls scripts and gathers the output. At the moment it starts two per server I…
gelonida
  • 259
  • 3
  • 16
0
votes
1 answer

How to change Nagios check_snmp configuration to use SNMP v3

I posted this on SuperUser but I realized this question is probably more relevant here. I am trying to check uptime via Nagios's check_snmp plugin on a SNMP version 3 enabled UPS. I'm able to do an snmpget call specifying version 3 with the proper…
0
votes
1 answer

Remote monitoring by Nagios Core

I am working on a project using Nagios to monitor a controller that monitors gas leaks, temperature,... remotely. How can a Nagios Core in one city communicate and receive supervision information from a station located in another city? (This field…
Vatoch Mr
  • 1
  • 1
0
votes
1 answer

Nagios4 prompts for username/password but has limited capabilities after logged in

I followed the instructions from here: https://support.nagios.com/forum/viewtopic.php?f=7&t=56970 And now nagios prompts me to log in. It is correctly parsing the username/password. Unfortunately, I still cannot access some functions and I get this…
0
votes
1 answer

Nagios is alerting CHECK_NRPE: Socket timeout after 30 seconds but it is running

I have nagios on my server which is alerting me CHECK_NRPE: Socket timeout after 30 seconds. But my service is running: ● nagios-nrpe-server.service - Nagios Remote Plugin Executor Loaded: loaded…
Delirium
  • 207
  • 4
  • 11
0
votes
1 answer

Creating memory check via nagios core

How to check memory and incoming/outgoing connections of host. I have created memory usage i am getting error as below. Name of service:Memory Usage Status:UNKNOWN Last Check:03-13-2020 04:05:45 Duration:0d 0h 17m 6s Attempt:4/4 Status Info:…
GauravG
  • 19
  • 7
0
votes
1 answer

Two nagios instances in the same machine

After days of surfing on the net and trying by myself, I urgently need your help. So, I have Nagios Core 4.4.3 installed in my centos machine that I use to monitor PROD and TEST environnement of one of our system. I want to seperate these two…
nonely
  • 3
  • 2
0
votes
1 answer

Nagios - check procs and --metric=elapsed on the same service

After many days of working and searching onn the net, I'm getting back to you as a last chance for help. I'm working actually on monitoring unix process with nagios core 4.4.3 with nrpe . My goal is to check that : exactly 1 process with command…
nonely
  • 3
  • 2
0
votes
1 answer

NSClient++ rejects connection or fails to send info

I'm trying to get to work some active checks on Windows endpoint machines, NSClient++ works just fine with my Windows servers but when it comes to checking any endpoint the only response I get is either could not fetch information from server or…
JoaquínH
  • 1
  • 1
-1
votes
1 answer

Whats your High availability strategy for Nagios XI?

I have one Nagios XI server monitoring many hosts in multiple data centers. Now I want to setup DR in another datacenter for my primary Nagios XI. Whats the best way to do this? Please share your experience and suggestions. My research and…
RMK
  • 107
-1
votes
1 answer

list of commands for nsclient++

After executing the following command get the correct result ./check_nrpe -H @IP -p 5666 -c alias_mem OK: committed = 6.083GB, physical = 1.608GB|'committed'=6.08327GB;12.7978;14.39752;0;15.99725.... The issue is that I haven't found any…
user396019
  • 77
  • 1
  • 2
  • 5