SERVICEOUTPUT macro

Martin pozda at mfservis.cz
Fri Jan 25 14:51:13 CET 2008


Hi

It seems that the SERVICEOUTPUT macro is not working in Nagios 3 RC1.

I defined simple command for saving notification (serviceoutput) to 
file. This definition does not write to file.

define command{
        command_name    notify-service-by-email
        command_line    /usr/bin/printf "$HOSTALIAS$ $SERVICEOUTPUT" > 
/tmp/a.txt
}


Command definition without $SERVICEOUTPUT$ works correctly.

define command{
        command_name    notify-service-by-email
        command_line    /usr/bin/printf "$HOSTALIAS$ " > /tmp/a.txt
}


Martin Pozdilek

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/




More information about the Developers mailing list