From: Vanderveken, J. <JVa...@ic...> - 2004-11-23 11:06:29
|
> > If you have the time, I would be very interested in knowing > if you get > the same problem using 'Method 1': > > http://perfparse.sourceforge.net/docs.php#id265256 > I configured nagios to use this method, and now the single quote characters do not get stripped anymore. Problem solved I guess. While I was configuring filebased performance data, I came across this in nagios.cfg though: -- begin snippet -- # ILLEGAL MACRO OUTPUT CHARACTERS # This options allows you to specify illegal characters that are # stripped from macros before being used in notifications, event # handlers, etc. This DOES NOT affect macros used in service or # host check commands. # The following macros are stripped of the characters you specify: # $OUTPUT$, $PERFDATA$ illegal_macro_output_chars=`~$&|'"<> -- end snippet -- This probably explains why the single quotes were stripped from the performance data. Anyway many thanks for all the help Ben. Kind regards, Jan Van der Veken |