Search found 9 matches
- Fri Aug 30, 2024 8:20 pm
- Forum: Nagios XI
- Topic: Manual install on Ubuntu 22.04 hangs on Net::DNS test
- Replies: 4
- Views: 5117
Re: Manual install on Ubuntu 22.04 hangs on Net::DNS test
Hey asbmosaic Since the installation was hanging but eventually completed, it does suggest that the issue could be related to a temporary network problem or a temporary issue with the Perl module provider experiencing downtime. Did the issue solve its self eventually or is there other issues you we...
- Wed Aug 28, 2024 2:32 pm
- Forum: Nagios XI
- Topic: Manual install on Ubuntu 22.04 hangs on Net::DNS test
- Replies: 4
- Views: 5117
Re: Manual install on Ubuntu 22.04 hangs on Net::DNS test
Well, this is interesting...
I created a clean OS install again and re-ran the fullinstall script. It appeared to hang at the same place, but has now completed.
I created a clean OS install again and re-ran the fullinstall script. It appeared to hang at the same place, but has now completed.
- Wed Aug 28, 2024 11:28 am
- Forum: Nagios XI
- Topic: Manual install on Ubuntu 22.04 hangs on Net::DNS test
- Replies: 4
- Views: 5117
Manual install on Ubuntu 22.04 hangs on Net::DNS test
Hello! I'm manually installing a new instance of XI, version 5.11.3, on Ubuntu 22.04 to migrate an instance from CentOS 7. I'm using the "fullinstall" script to initiate the install from an uncompressed tar.gz in the /tmp/nagiosxi folder. The install hangs when the Net::DNS Perl module bui...
- Tue Sep 11, 2018 12:39 pm
- Forum: Nagios XI
- Topic: NCPA Disk Used check against nested LVM mounts fails
- Replies: 9
- Views: 1090
Re: NCPA Disk Used check against nested LVM mounts fails
Nothing else. Lock away!
- Tue Sep 11, 2018 11:47 am
- Forum: Nagios XI
- Topic: NCPA Disk Used check against nested LVM mounts fails
- Replies: 9
- Views: 1090
Re: NCPA Disk Used check against nested LVM mounts fails
I thought I'd try an experiment, since you think it's permissions. As the nagios user, I'm unable to traverse the /data directory. So, I'll add nagios:rx perms to that folder: [root@thissrv /] # setfacl -m u:nagios:rx /data Now I can get output from df on the /data/units volume, where I couldn't pre...
- Tue Sep 11, 2018 11:16 am
- Forum: Nagios XI
- Topic: NCPA Disk Used check against nested LVM mounts fails
- Replies: 9
- Views: 1090
Re: NCPA Disk Used check against nested LVM mounts fails
Can you run the following commands, and show the output? ls -lad /data /data/units /data/units/Unit1 ls -lad /data /data/units /data/units/Unit2 [root@thissrv data] # ls -ladn /data /data/units /data/units/Unit1 drwxr-x---+ 11 0 1000 4096 Sep 10 22:02 /data drwxr-xr-x+ 43 0 1001 4096 Sep 11 04:04 /...
- Mon Sep 10, 2018 4:30 pm
- Forum: Nagios XI
- Topic: NCPA Disk Used check against nested LVM mounts fails
- Replies: 9
- Views: 1090
Re: NCPA Disk Used check against nested LVM mounts fails
We've seen cases, where changing the uid and gid from "nagios" to "root" in the /usr/local/ncpa/etc/ncpa.cfg fixes similar issues. In fact, can you run the following command: /usr/local/nagios/libexec/check_ncpa.py -H <ip address> -t '<token>' -M 'disk/logical/' -l before and af...
- Mon Sep 10, 2018 1:42 pm
- Forum: Nagios XI
- Topic: NCPA Disk Used check against nested LVM mounts fails
- Replies: 9
- Views: 1090
Re: NCPA Disk Used check against nested LVM mounts fails
[nagios@srvname ~]$ /usr/local/nagios/libexec/check_ncpa.py -H 111.222.333.444 -t '<REDACTED>' -P 5693 -M 'disk/logical/|data|units|Unit1' -w 81 -c 90 /usr/local/nagios/libexec/check_ncpa.py -H 111.222.333.444 -t '<REDACTED>' -P 5693 -M 'disk/logical/|data|units|Unit1' -w 81 -c 90 The node (|data|u...
- Mon Sep 10, 2018 10:18 am
- Forum: Nagios XI
- Topic: NCPA Disk Used check against nested LVM mounts fails
- Replies: 9
- Views: 1090
NCPA Disk Used check against nested LVM mounts fails
I have a CentOS system with LVM logical volumes within one volume group that are mount-nested like this: NAME KNAME TYPE SIZE MOUNTPOINT sdf sdf disk 5G └─centos_thissrv_data-data dm-5 lvm 5G /data sdg sdg disk 2T └─centos_thissrv_data-units dm-6 lvm 2T /data/units sdh sdh disk 1.8T └─centos_thissrv...