Search found 114 matches

by DOkuwa
Thu Mar 15, 2018 8:42 am
Forum: Open Source Nagios Projects
Topic: disable checks for PSU and fan for specific devices
Replies: 8
Views: 4330

Re: disable checks for PSU and fan for specific devices

efine command{
command_name check_alcatel_fans
command_line $USER1$/check_alcatel_fans.pl -C $_HOSTSNMPCOMMUNITY$ -H $HOSTADDRESS$
by DOkuwa
Thu Mar 15, 2018 8:39 am
Forum: Open Source Nagios Projects
Topic: disable checks for PSU and fan for specific devices
Replies: 8
Views: 4330

Re: disable checks for PSU and fan for specific devices

service definition define service{ name alcatel-fans service_description Alcatel_Fans use generic-service check_command check_alcatel_fans contact_groups Core_Team register 0 host definition efine host{ host_name ukldn-vhdc-rr01 use core-host alias ukldn-vhdc-rr01 address xxxxxxx hostgroups Core_Equ...
by DOkuwa
Wed Mar 14, 2018 12:00 pm
Forum: Open Source Nagios Projects
Topic: disable checks for PSU and fan for specific devices
Replies: 8
Views: 4330

Re: disable checks for PSU and fan for specific devices

if you do that you delete the whole check_psu and check_fans it affects the whole devices which are relying/using this service check
by DOkuwa
Wed Mar 14, 2018 11:40 am
Forum: Open Source Nagios Projects
Topic: disable checks for PSU and fan for specific devices
Replies: 8
Views: 4330

Re: disable checks for PSU and fan for specific devices

Thanks
no
I use Nagios core
it is from the command line I am talking about
by DOkuwa
Wed Mar 14, 2018 6:40 am
Forum: Open Source Nagios Projects
Topic: disable checks for PSU and fan for specific devices
Replies: 8
Views: 4330

disable checks for PSU and fan for specific devices

I have a group of devices with various checks using Nagios core on Linux(Ubuntu)
I just want to disable fan and PSU for specific devices which are part of that group
by DOkuwa
Mon Jan 08, 2018 6:45 am
Forum: Nagios XI
Topic: Error message using NRPE
Replies: 30
Views: 4358

Re: Error message using NRPE

it is now working Halleluya I modified the nrpe file to allow this only_from = 127.0.0.1 10.241.11.236 and also the nrpe.cfg allowed_hosts=127.0.0.1 10.241.11.236 and then rebooted the box I am extremely happy and grateful with your help and by the time i have finished troubleshooting on Nagios :) :...
by DOkuwa
Mon Jan 08, 2018 3:56 am
Forum: Nagios XI
Topic: Error message using NRPE
Replies: 30
Views: 4358

Re: Error message using NRPE

results of the commands [root@rhes7-0 dokuwa]# sestatus SELinux status: disabled [root@rhes7-0 dokuwa]# grep nag /etc/passwd nagios:x:993:992::/var/spool/nagios:/bin/bash systemd-network:x:192:192:systemd Network Management:/:/sbin/nologin [root@rhes7-0 dokuwa]# grep nag /etc/group nagios:x:992:cent...
by DOkuwa
Fri Jan 05, 2018 12:32 pm
Forum: Nagios XI
Topic: Error message using NRPE
Replies: 30
Views: 4358

Re: Error message using NRPE

Also I don't know why we are having this lsof command

Code: Select all

COMMAND   PID USER   FD   TYPE   DEVICE SIZE/OFF NODE NAME
xinetd  30608 root    5u [color=#80BF00] IPv6 [/color]22460552      0t0  TCP *:nrpe (LISTEN
by DOkuwa
Fri Jan 05, 2018 12:29 pm
Forum: Nagios XI
Topic: Error message using NRPE
Replies: 30
Views: 4358

Re: Error message using NRPE

still the same after the change
not solved yet
by DOkuwa
Fri Jan 05, 2018 12:03 pm
Forum: Nagios XI
Topic: Error message using NRPE
Replies: 30
Views: 4358

Re: Error message using NRPE

[root@rhes7-0 libexec]# find / -name nrpe /tmp/linux-nrpe-agent/subcomponents/nrpe /tmp/linux-nrpe-agent/subcomponents/nrpe/mods/cfg/nrpe /tmp/linux-nrpe-agent/subcomponents/nrpe/nrpe-3.2.1/src/nrpe /etc/xinetd.d/nrpe /usr/local/nagios/bin/nrpe /usr/local/nagios/etc/nrpe I also have changed this to...