Search found 6 matches

by kad
Thu Nov 07, 2013 3:44 am
Forum: Open Source Nagios Projects
Topic: ndoutils: problem importing historical data to DB with log2n
Replies: 10
Views: 5278

Re: ndoutils: problem importing historical data to DB with l

One thing I will point out is that the reports in Core DO NOT pull the info from NDOUtils. Right, if I undestand correctly the nagios core web gui is using a cgi to extract information from the archived logs. I´d like thought to generate custom reports querying the data in the ndo DB. Since I got t...
by kad
Wed Nov 06, 2013 3:56 pm
Forum: Open Source Nagios Projects
Topic: ndoutils: problem importing historical data to DB with log2n
Replies: 10
Views: 5278

Re: ndoutils: problem importing historical data to DB with l

Correct me if I am wrong, but I thought log2ndo does only import the logentries. The rest of the info gets in the DB from memory through the NEB, I don't believe there is a way to "import" that Is that the case? The whole point (in my case) of using ndoutils is to have all that informatio...
by kad
Wed Nov 06, 2013 4:21 am
Forum: Open Source Nagios Projects
Topic: ndoutils: problem importing historical data to DB with log2n
Replies: 10
Views: 5278

Re: ndoutils: problem importing historical data to DB with l

Hi sreinhardt, I am using NDOutils 1.4, specifically: log2ndo version: 1.4b9 ndo2db version: 1.4b9 My Nagios version is 3.4.4 As for 5668 being open and bound: >> netstat -apn |grep 5668 tcp 0 0 0.0.0.0:5668 0.0.0.0:* LISTEN 4523/ndo2db tcp 0 0 127.0.0.1:5668 127.0.0.1:56019 ESTABLISHED 4617/ndo2db ...
by kad
Tue Nov 05, 2013 4:25 am
Forum: Open Source Nagios Projects
Topic: ndoutils: problem importing historical data to DB with log2n
Replies: 10
Views: 5278

ndoutils: problem importing historical data to DB with log2n

Hello, I am trying to import the nagios historical data from the logs into a DB using ndoutils, but something is amiss since the only table that is getting populated is nagios_logentries. This is the command that I am using to import: log2ndo /var/log/nagios/archives/nagios-09-24-2013-00.log -d 127....