From: Michael T. H. <mi...@ha...> - 2004-11-24 00:56:10
|
Is there a way to make perfparse send some sort of log somewhere? My perfparse setup seems to have worked fine now for 3 weeks, then poof, it died sometime around 1pm yesterday and I've got no reason why, just a whole lot of blank graphs and no indicator as to what is going wrong. ------------------- BitPusher, LLC http://www.bitpusher.com/ 1.888.9PUSHER (415) 724.7998 - Mobile |
From: Ben C. <BCl...@pe...> - 2004-11-24 08:54:09
|
There is a log, check your config file. What method are you using to import the data? Ben Michael T. Halligan wrote: > Is there a way to make perfparse send some sort of log somewhere? > > My perfparse setup seems to have worked fine now for 3 weeks, then poof, > it died sometime around 1pm yesterday and I've got no reason why, just a > whole lot of blank graphs and no indicator as to what is going wrong. > > > ------------------- > BitPusher, LLC > http://www.bitpusher.com/ > 1.888.9PUSHER > (415) 724.7998 - Mobile > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |
From: Michael T. H. <mi...@ha...> - 2004-11-24 19:12:03
|
I'm using Method 3.. I'm not actually seeing anything in the logs perfparse related. Perfparse will work fine for Xdays, but then if I don't look at it for 2 or 3 days, it will just stop graphing.. There will be a 2-3 day gap in the graphs, and then once I start looking at it again, it 's as if it's gotten the attention it wants and goes back to graphing. All the while the logs are being written to and my every 5 minute cronjob to generate the graphs are running.. > There is a log, check your config file. > > What method are you using to import the data? > > Ben > > > > Michael T. Halligan wrote: > >> Is there a way to make perfparse send some sort of log somewhere? >> >> My perfparse setup seems to have worked fine now for 3 weeks, then poof, >> it died sometime around 1pm yesterday and I've got no reason why, just a >> whole lot of blank graphs and no indicator as to what is going wrong. >> >> >> ------------------- >> BitPusher, LLC >> http://www.bitpusher.com/ >> 1.888.9PUSHER >> (415) 724.7998 - Mobile >> >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://productguide.itmanagersjournal.com/ >> _______________________________________________ >> Perfparse-users mailing list >> Per...@li... >> https://lists.sourceforge.net/lists/listinfo/perfparse-users >> > -- ------------------- BitPusher, LLC http://www.bitpusher.com/ 1.888.9PUSHER (415) 724.7998 - Mobile |
From: Ben C. <BCl...@pe...> - 2004-11-25 09:08:48
|
Michael, I can see no obvious reason for this. Can I ask you to look at all parts. Especially when the systems seems to stop. Can you check that the file you are writing to is still being populated. The lines being added are valid. Please return a sample line to this mail thread. Do you delete the file on each parse? If not can you check your 'state' file contains valid data. If so can you make sure that this stage is working correctly. Can you complete the parse manually by extracting the command from your script: $USER2=/perfparse/installation/directory cat ${USER2}/var/perfdata-service.log | ${USER2}/bin/perfparse-log2db -s -r -c ${USER2}/etc/perfparse.cfg You can add the flags '-s -r' which will give you extra verbose output. If you run the parse manually, does this work? Do you use MySQL for Nagios? Do you run the check_mysql plugin from Nagios to monitor your database? (You may need to symbolically link the mysql.sock to /tmp/mysql.sock for older plugin.) Does this show the database in good state when data is not importing? Please let me know, Ben Michael T. Halligan wrote: > I'm using Method 3.. I'm not actually seeing anything in the logs > perfparse related. Perfparse will > work fine for Xdays, but then if I don't look at it for 2 or 3 days, it > will just stop graphing.. There will > be a 2-3 day gap in the graphs, and then once I start looking at it > again, it 's as if it's gotten the attention > it wants and goes back to graphing. All the while the logs are being > written to and my every 5 minute > cronjob to generate the graphs are running.. > >> There is a log, check your config file. >> >> What method are you using to import the data? >> >> Ben >> >> >> >> Michael T. Halligan wrote: >> >>> Is there a way to make perfparse send some sort of log somewhere? >>> >>> My perfparse setup seems to have worked fine now for 3 weeks, then poof, >>> it died sometime around 1pm yesterday and I've got no reason why, just a >>> whole lot of blank graphs and no indicator as to what is going wrong. >>> >>> >>> ------------------- >>> BitPusher, LLC >>> http://www.bitpusher.com/ >>> 1.888.9PUSHER >>> (415) 724.7998 - Mobile >>> >>> >>> >>> ------------------------------------------------------- >>> SF email is sponsored by - The IT Product Guide >>> Read honest & candid reviews on hundreds of IT Products from real users. >>> Discover which products truly live up to the hype. Start reading now. >>> http://productguide.itmanagersjournal.com/ >>> _______________________________________________ >>> Perfparse-users mailing list >>> Per...@li... >>> https://lists.sourceforge.net/lists/listinfo/perfparse-users >>> >> > > |