Questions tagged [nagios]
Nagios Core is a network and system monitoring service with many plugins and a web interface.
125 questions
0 votes
1 answer
84 views
RockyLinux 10: why epel don't provide nagios which is available?
Is nagios for rockyLinux available? Yes https://dl.fedoraproject.org/pub/epel/10/Everything/x86_64/Packages/n/ https://dl.fedoraproject.org/pub/epel/10/Everything/x86_64/Packages/n/nagios-4.5.9-1....
0 votes
0 answers
79 views
Nagios check_http returning Cannot make SSL connection error on CentOS 7
I'm running a site on Apache (httpd) on a CentOS 7 host and monitoring it using Nagios on another CentOS 7 host. The configuration in Nagios is: define service { check_command ...
0 votes
0 answers
50 views
how to monitor servers properly with nagios?
Currently, I'm using nrpe to monitor clients using Nagios but when nrpe goes down then all the stat goes to an unknown state which causes it difficult to monitor critical alerts... What and how should ...
1 vote
1 answer
1k views
How to validate NRPE config file?
Nagios itself has the way to check its config file for validity, to ensure it would at least load the config without errors: /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Is it ...
1 vote
0 answers
903 views
Nagios install issue: Failed to enable unit: Unit file nagios.service does not exist
I am trying to install Nagios on Alma 8. I am following the instructions on this website: https://www.tecmint.com/install-nagios-in-rocky-linux-and-almalinux/. In "Step 3 Install Nagios Core on ...
0 votes
0 answers
108 views
nagios sending notifications to wrong contacts
I'm having a small issue that has been bugging me for some time now, and now it's time to fix it :) I have a Nagios Core 3.5 install running. In the Nagios configuration, we have a couple of service ...
0 votes
1 answer
166 views
Is it alright to add a disk size monitoring script for NAGIOS, using loop?
I have a process that gets sizes for all disks on server, writes it into a file like this # cat disksize DISK# ACTUAL WARNING CRITICAL disk1 12 20 30 disk2 45 60 75 first row of ...
2 votes
0 answers
1k views
Enclosing the value of a variable in single quotes in BASH
I'm trying to adapt some Perl scripts to Bash to run them in Nagios XI. The problem is that Nagios expects the values of the variables to arrive between single quotes, but I can't manage to escape the ...