Search found 11 matches
- Mon Dec 13, 2021 10:27 am
- Forum: Nagios Log Server
- Topic: CVE-2021-44228
- Replies: 17
- Views: 13286
Re: CVE-2021-44228
I would like to know ASAP also
- Thu Jul 02, 2020 10:05 am
- Forum: Nagios XI
- Topic: Setting up Host Escalation for 2 different team for 1 server
- Replies: 3
- Views: 496
Re: Setting up Host Escalation for 2 different team for 1 se
I had setup per your information and try testing this. How do i know it is running thru the host escalation as it seems like it is not doing it. Is there a setting needed for the host to use the host escalation levels I setup or is this automatic.
steve lushing
steve lushing
- Tue Jun 30, 2020 10:22 am
- Forum: Nagios XI
- Topic: Setting up Host Escalation for 2 different team for 1 server
- Replies: 3
- Views: 496
Setting up Host Escalation for 2 different team for 1 server
I ahve many server in which I want to setup host escalation for ech server. Here is my issue. Say I have 1 server that I want to set up for host escalation which we just run a ping command (a network switch) 1. When the server failed - we send out a text page to one person to be contacted (normally ...
- Fri Nov 03, 2017 8:46 am
- Forum: Open Source Nagios Projects
- Topic: unable to start NRPE
- Replies: 13
- Views: 23741
Re: unable to start NRPE
When I stop the process nrpe (service nrpe stop) here is the netstat output [root@lxbandt2 netsml]# service nrpe stop Shutting down nrpe [FAILED] [root@lxbandt2 netsml]# [root@lxbandt2 netsml]# netstat -nap | grep 5666 tcp 0 0 :::5666 :::* LISTEN 18418/xinetd udp 0 0 169.254.219.50:45666 0.0.0.0:* 4...
- Thu Nov 02, 2017 1:06 pm
- Forum: Open Source Nagios Projects
- Topic: unable to start NRPE
- Replies: 13
- Views: 23741
Re: unable to start NRPE
Here is the following when I turned on Debugging [root@lxbandt2 netsml]# cd /etc/nagios [root@lxbandt2 nagios]# ls cgi.cfg generic-service.cfg lcgdm-hosts.cfg nagios.cfg nrpe.cfg passwd conf.d lcgdm-commands.cfg lcgdm-services.cfg NOT-USED objects private [root@lxbandt2 nagios]# vi nrpe.cfg # DEBUGG...
- Thu Nov 02, 2017 12:57 pm
- Forum: Open Source Nagios Projects
- Topic: unable to start NRPE
- Replies: 13
- Views: 23741
Re: unable to start NRPE
I ran the command you asked and here are the results [ [root@lxbandt2 log]# ps -ef | grep nrpe | grep -v grep [root@lxbandt2 log]# ps -ef | grep xinetd | grep -v grep root 18418 1 0 Oct27 ? 00:00:10 xinetd -stayalive -pidfile /var/run/xinetd.pid [root@lxbandt2 log]# service nrpe restart Shutting dow...
- Tue Oct 31, 2017 10:19 am
- Forum: Open Source Nagios Projects
- Topic: unable to start NRPE
- Replies: 13
- Views: 23741
Re: unable to start NRPE
Here is the following output as the command is currently located at /usr/lib64/nagios/plugins as I had said that we converted from Nagios Core to Nagios IX. So the command in /usr/local/nagios no longer exist as the nrpe.cfg is in /etc/nagios and the command is in /usr/lib64/nagios/plugins. This was...
- Fri Oct 27, 2017 8:01 pm
- Forum: Open Source Nagios Projects
- Topic: unable to start NRPE
- Replies: 13
- Views: 23741
Re: unable to start NRPE
Enclose is the profile you have asked
Thanks
steve lushing
Thanks
steve lushing
- Fri Oct 27, 2017 5:46 pm
- Forum: Open Source Nagios Projects
- Topic: unable to start NRPE
- Replies: 13
- Views: 23741
Re: unable to start NRPE
This server has the original nagios core but the university brought Nagios IX. So I ran and the command --> yum install nrpe nagios-plugins-all -y and then Once the installation of the Nagios packages are installed, edit the NRPE configuration file located at /etc/nagios/nrpe.cfg. Find the line star...
- Fri Oct 27, 2017 9:32 am
- Forum: Open Source Nagios Projects
- Topic: unable to start NRPE
- Replies: 13
- Views: 23741
Re: unable to start NRPE
[root@lxbandt2 nrpe]# ll -la /var/run/nagios/ total 12 drwxr-x--- 2 nagios nagios 4096 Oct 24 23:40 . drwxr-xr-x. 35 root root 4096 Oct 27 00:56 .. -rw-r--r-- 1 nagios 558 6 Oct 24 23:40 nagios.pid [root@lxbandt2 run]# ll -la /var/run/ total 252 drwxr-xr-x. 35 root root 4096 Oct 27 00:56 . drwxr-xr...