From: Ben C. <Be...@cl...> - 2004-09-02 07:43:47
|
Dear Arnar, You should be getting data. Can you do two things for me? Can you wait until you have a good sized log file. Then run 'perfparse -r' and return me the output from the run. Can you also check your drop file, which I see is /tmp/perfparse.drop. This might give you some reason why you have no data. Regards, Ben Arnar Thorarinsson wrote: > Just installed PerfParse ( version 0.100.1 ) and no data is put into the > mysql database. > > Running Nagios 1.2 on a redhat 9 system. > when running /usr/local/nagios/bin/perfparse I get no output > > > /usr/local/nagios/bin/perfparse --show_config > DB_User = "perfmon" > DB_Name = "perfmon" > DB_Pass = "perfmon123" > DB_Host = "localhost" > Drop_File = "/tmp/perfparse.drop" > Service_Log = "/usr/local/nagios/var/serviceperf.log" > Host_Log = "/usr/local/nagios/var/hostperf.log" > Dummy_Hostname = "dummy" > Delete_Service_Log = "No" > Delete_Host_Log = "No" > Nagios_Lock = "/usr/local/nagios/var/nagios.lock" > Lock_File = "/var/lock/perfparse.lock" > Be_Silent = "no" > Do_Report = "no" > Accept_Odd_Chars_in_Label = "no" > Default_user_permissions_Policy = "rw" > Default_user_permissions_Host_groups = "rw" > > > I am using the check_http plugin ( which to my understanding is fully > compatable with PerfParse ) > > in /usr/local/nagios/var/serviceperf.log getting : > 1094062001 rex HTTP HTTP OK HTTP/1.1 200 OK - 4746 bytes in > 0.531 seconds OK time=0.531222s;;;0.000000 size=4746B;;;0 > > but nothing is entered into the database for PerfParse, is the output in > the serviceperf.log not correct ? > > After initial installation of PerfParse are all the tables in the > database suppost to be empty ? > what am I missing here ??? > > > |