Search found 52 matches

by monit_burb
Tue Apr 16, 2019 2:47 am
Forum: Nagios XI
Topic: check_disk error "filesystem does not exist" from NagiosXI
Replies: 10
Views: 1071

Re: check_disk error "filesystem does not exist" from Nagios

Hi, I'm running nrpe v 3.2.1 so this is not the cause. [root@demunhbap01q ~]$ /usr/local/nagios/bin/nrpe -V NRPE - Nagios Remote Plugin Executor Version: 3.2.1 About the plugin, I tried to install the latest version but is still not working. [root@demunhbap01q nagios-plugins-2.2.1]$ /usr/local/nagio...
by monit_burb
Mon Apr 15, 2019 3:23 am
Forum: Nagios XI
Topic: check_disk error "filesystem does not exist" from NagiosXI
Replies: 10
Views: 1071

Re: check_disk error "filesystem does not exist" from Nagios

I doubt it's a problem with the plugin itself, but just to be on the same page, let's make sure you are using the same version of the plugin as we are (in-house). Run the following command and show the output: /usr/local/nagios/libexec/check_disk -V Did you mount the /dev/mapper/rhel-tmp_download p...
by monit_burb
Fri Apr 12, 2019 5:13 am
Forum: Nagios XI
Topic: check_disk error "filesystem does not exist" from NagiosXI
Replies: 10
Views: 1071

Re: check_disk error "filesystem does not exist" from Nagios

drwxr-xr-x + 2 root root 6 Apr 9 15:04 download I noticed that you have a plus (+) added to your permissions. Did you set any additional ACLs? What is the output of the following command? getfacl /tmp/download That was me testing if the permissions were the cause so I added extra ACL permissions to...
by monit_burb
Thu Apr 11, 2019 2:59 am
Forum: Nagios XI
Topic: check_disk error "filesystem does not exist" from NagiosXI
Replies: 10
Views: 1071

Re: check_disk error "filesystem does not exist" from Nagios

Hi ssax, I'm afraid this is not the issue as any of the filesystem I'm trying to monitor have the nosuid option because I do run the check disk with the -p option to check specific file systems, I do not run it without it to gather all. [root@demunhbap01q ~]$ mount | grep nosuid sysfs on /sys type s...
by monit_burb
Wed Apr 10, 2019 5:10 am
Forum: Nagios XI
Topic: check_disk error "filesystem does not exist" from NagiosXI
Replies: 10
Views: 1071

check_disk error "filesystem does not exist" from NagiosXI

Hi, I just installed from source the nrpe on a RHEL7 with SElinux in permissive mode. The check_disk command works OK for some of the partition like / or /boot but I have another two were I get "does not exist on filesystem" error. If I run the command locally using the nagios users it doe...
by monit_burb
Mon Nov 12, 2018 6:00 am
Forum: Nagios XI
Topic: cannot update mailbox /var/mail/nagios full
Replies: 3
Views: 915

Re: cannot update mailbox /var/mail/nagios full

Hello, monit_burb . Flood of emails without a reason often points to a database corruption. Please run the following command to check mysql tables: mysqlcheck -r -f -uroot -pnagiosxi --all-databases This command returned all OK This command works great to truncate outgoing mail entries in the datab...
by monit_burb
Thu Nov 08, 2018 4:08 am
Forum: Nagios XI
Topic: cannot update mailbox /var/mail/nagios full
Replies: 3
Views: 915

cannot update mailbox /var/mail/nagios full

Hi, Yesterday we started to get hundreds of notifications even tough everything seemed OK on NagiosXI GUI. After cheeking the logs I saw the message cannot update mailbox /var/mail/nagios for user nagios. error writing message: File too large I proceeded to clear the file with the following command ...
by monit_burb
Fri Sep 07, 2018 2:51 am
Forum: Nagios XI
Topic: Disable NSCA and xinetd
Replies: 6
Views: 890

Re: Disable NSCA and xinetd

HI, Now I get that what might not work if I disable xinetd are the local checks of the Nagios server itself. I have NRPE 3.2.1 that was installed by the Nagios installer itself but I do not know if it was compiled from sources or the installer downloaded some .rpm from Nagios servers. We have is a f...
by monit_burb
Thu Sep 06, 2018 7:20 am
Forum: Nagios XI
Topic: Disable NSCA and xinetd
Replies: 6
Views: 890

Re: Disable NSCA and xinetd

Hi,

The think is that I do use NRPE but after turning the whole xinetd service off, checks were being processed anyway and that puzzled me.
by monit_burb
Wed Sep 05, 2018 4:45 am
Forum: Nagios XI
Topic: Disable NSCA and xinetd
Replies: 6
Views: 890

Re: Disable NSCA and xinetd

Hi npolovenko,

My question really is if its needed by NagiosXI? I disabled xinetd and saw that checks were still being processed so I guess is just there for legacy purpose.