ndo2db[2726]: Error: queue recv error
followed by
Error: queue remove error.
and then finally
Successfully disconnected from MySQL database
Any help would be greatly appreciated
I did have one error on install when I did
systemctl enable ndo2db.service
I got the error Synchronizing state of ndo2db.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable ndo2db
update-rc.d: error: ndo2db Default-Start contains no runlevels, aborting.
however I can start and restart the ndo2db service just find so I thought that was not the root of this problem.
in other topics I have seen requests for the following so will provide incase it helps
root@NGIOS_PI:/etc/init.d# chage -l nagios
Last password change : Mar 12, 2018
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 99999
Number of days of warning before password expires : 7
root@NGIOS_PI:/etc/init.d# grep nag /etc/group
nagios
nagcmd
root@NGIOS_PI:/etc/init.d# ipcs -q
------ Message Queues --------
key msqid owner perms used-bytes messages
root@NGIOS_PI:/etc/init.d# tail -n50 /var/log/messages /var/log/mysqld.log /var/log/mariadb/mariadb.log
==> /var/log/messages <==
tail: cannot open '/var/log/mysqld.log' for reading: No such file or directory
tail: cannot open '/var/log/mariadb/mariadb.log' for reading: No such file or directory
My goal is to save the nagios info to a mysql dbso that I can use cacti to graph it with other snmpo dat I am collecting on my network in case that matters to anyone