From: Florian G. <fl...@bi...> - 2007-01-18 22:34:53
|
I think it depends on how long the cleanup lasts. I'm not sure, but i think mysql uses table locks and data inserts hang until the table is unlocked. So if the cleanup takes hours you might have a problem with nagios creating hundreds of processes waiting to insert data. You can also let nagios write the data in a file meanwhile and make a script to feed the data later to perfparse(d). Flo Ciro Iriarte wrote: > Hi, i'm running 106.1, and i have a doubt, i don't use the daemon to > submit the results, instead i run the DB insert with every check. I > would like to now if it's posible to launch the table cleanup while > nagios is inserting data or should i stop nagios the whole time the > procedure takes? > > Atte > Ciro > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Perfparse-users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perfparse-users > |