From: Yves <yme...@pe...> - 2005-02-22 09:36:19
|
> If I start perfparsed like this: ./perfparsed -e > /var/nagios/perfparsed.error.log & > > cat /usr/nagios/perfparsed.error.log > 2005/02/22 10:13:56 [clean_tools.c:101 13892 ] Could not open directo= ry > '/tmp/perfparse.drop' Why ? :) > 2005/02/22 10:15:03 [clean_tools.c:101 14071 ] Could not open directo= ry > '/var/nagios/perfparse.drop' Why ? :) > 2005/02/22 10:18:00 [log_reader.c:547 14071 ] Signal SIGINT abgefange= n > 2005/02/22 10:18:00 [ storage.c:208 14071 ] Perfparsed stopped > > and perfparsed stopped :-( Do you stop it with Ctrl-C ? If not, where does this SIGINT signal come f= rom ? A additionnal question : why don't you use the "pipe method" with perfapr= se -e "|some/path" ? If you want to do it, don't forget to 1/ remove the file you specified with the -e option if it is a file. If i= t is a pipe, you can keep it 2/ run perfparsed BEFORE nagios because perfparse creates the pipe but co= mplains if a file with the same name exists, and nagios-1.2 creates that file. Yves --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://www.perfparse.org/ - |