Search found 4 matches

by njcwotx
Tue Sep 29, 2015 3:54 pm
Forum: Open Source Nagios Projects
Topic: NDOUTILS 2.0.0 cannot start
Replies: 6
Views: 2442

Re: NDOUTILS 2.0.0 cannot start

Can you run the following commands and post the output so we can review it? echo 'show tables;' | mysql -t -u ndouser -pndoPa55w0rd nagios ll /var/lib/mysql ll /var/lib/mysql/nagios tail -50 /var/log/mariadb/mariadb.log Thanks Here is the requested information, Thanks. [root@localhost mariadb]# ech...
by njcwotx
Tue Sep 22, 2015 3:39 pm
Forum: Open Source Nagios Projects
Topic: NDOUTILS 2.0.0 cannot start
Replies: 6
Views: 2442

Re: NDOUTILS 2.0.0 cannot start

forgot to add when I try to start ndo2db I get no debug log file

Code: Select all

# /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg 
Support for the specified database server is either not yet supported, or was not found on your system.
# ls /var/run/nagios/
# 
by njcwotx
Tue Sep 22, 2015 3:36 pm
Forum: Open Source Nagios Projects
Topic: NDOUTILS 2.0.0 cannot start
Replies: 6
Views: 2442

Re: NDOUTILS 2.0.0 cannot start

for fun, recreated database, here are the results when I run installdb # ./installdb -u ndouser -p ndoPa55w0rd -d nagios -h localhost DBD::mysql::db do failed: Table 'nagios.nagios_dbversion' doesn't exist at ./installdb line 51. ** Creating tables for version 2.0.1 Using mysql.sql for installation....
by njcwotx
Tue Sep 22, 2015 2:08 pm
Forum: Open Source Nagios Projects
Topic: NDOUTILS 2.0.0 cannot start
Replies: 6
Views: 2442

NDOUTILS 2.0.0 cannot start

I have a Centos v7 server, fresh install. I have been building nagios core from scratch. I have Nagios 4 up and running with nagios-4.1.1 and v 2.1.1 of the plugins. No issues there. I downloaded ndoutils-2.0.0.tar.gz and compilied. Basically, I looked at a lot of doc, but this is roughly the recipe...