Search found 8 matches
- Mon Mar 25, 2019 2:50 pm
- Forum: Open Source Nagios Projects
- Topic: ndo2db is running out of kernel queue space.
- Replies: 10
- Views: 2453
Re: ndo2db is running out of kernel queue space.
To update on this: I figured out there was an underlying mariadb issue. Well, more, I am forcing nagios to use galera cluster which technically is not supported. Nagios runs a script for db maintenance that runs optimizes that galera cluster does NOT like. This freaks out maxscale which intern, make...
- Tue Mar 19, 2019 2:20 pm
- Forum: Open Source Nagios Projects
- Topic: ndo2db is running out of kernel queue space.
- Replies: 10
- Views: 2453
Re: ndo2db is running out of kernel queue space.
oh sweet, I did not realize that was a thing. Done and its fine, thanks!
I cant reboot until later tonight so I will do the above tonight.
I cant reboot until later tonight so I will do the above tonight.
- Tue Mar 19, 2019 11:40 am
- Forum: Open Source Nagios Projects
- Topic: ndo2db is running out of kernel queue space.
- Replies: 10
- Views: 2453
Re: ndo2db is running out of kernel queue space.
Added -i to get mariadb. We dont use mysql, we use mariadb here. [nagios@prvlopsnsrv01 ~]$ rpm -qa | grep -i "httpd\|php\|mysql\|mariadb" perl-DBD-MySQL-4.023-6.el7.x86_64 MariaDB-shared-10.2.22-1.el7.centos.x86_64 php-gd-5.4.16-46.el7.x86_64 php-process-5.4.16-46.el7.x86_64 php-pdo-5.4.16...
- Tue Mar 19, 2019 11:14 am
- Forum: Open Source Nagios Projects
- Topic: ndo2db is running out of kernel queue space.
- Replies: 10
- Views: 2453
Re: ndo2db is running out of kernel queue space.
I submitted the profile to your inbox. Thanks for looking. [root@prvlopsnsrv01 ~]# ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 47216 max locked memory (kbytes, -l) 64 max memory size (kb...
- Mon Mar 18, 2019 5:30 pm
- Forum: Open Source Nagios Projects
- Topic: ndo2db is running out of kernel queue space.
- Replies: 10
- Views: 2453
ndo2db is running out of kernel queue space.
So I got this: Mar 18 16:24:14 <servname> ndo2db: Error: max retries exceeded sending message to queue. Kernel queue parameters may need to be tuned. See README. Mar 18 16:24:14 <servname> ndo2db: Warning: queue send error, retrying... message queue, of course, is full: ------ Message Queues -------...
- Wed Aug 08, 2018 9:41 am
- Forum: Nagios XI
- Topic: 5.4.13 -> 5.5.2
- Replies: 5
- Views: 246
Re: 5.4.13 -> 5.5.2
Yes, I was able to upgrade to 5.5.2 once I made the changes. Thanks everyone!
- Tue Aug 07, 2018 3:23 pm
- Forum: Nagios XI
- Topic: 5.4.13 -> 5.5.2
- Replies: 5
- Views: 246
Re: 5.4.13 -> 5.5.2
After making the above changes, since I dont want to downgrade, I also had to make comment out these lines:
Code: Select all
# Delete the old directory
#rm -rf "$pkgname"
# Extract archive
#tar -xzf "$pkgname.tar.gz"
# Apply our patches
#./apply-patches "$pkgname"
- Tue Aug 07, 2018 11:58 am
- Forum: Nagios XI
- Topic: 5.4.13 -> 5.5.2
- Replies: 5
- Views: 246
5.4.13 -> 5.5.2
I am getting a build error when I upgrade: /bin/sh ../libtool --tag=CC --mode=link gcc -DNP_VERSION='"2.2.1"' -g -O2 -L. -o check_ide_smart check_ide_smart.o libnpcommon.a ../lib/libnagiosplug.a ../gl/libgnu.a -lpthread -ldl libtool: link: gcc -DNP_VERSION=\"2.2.1\" -g -O2 -o che...