On Tue, Sep 6, 2016 at 8:40 PM, Jochen Schalanda <joc...@graylog.com> wrote:

> Hi Jason,
>
> which outputs are you using specifically?
>

execommand-alarmcallback-1.0.0.jar and the standard "HTTP Alarm Callback".
I think you're right - it is issues with them. I've currently got  a test
alarm triggering email, execommand and HTTP and only the email contains
details - the others trigger - but with no detail


> If these are 3rd party plugins, you might want to create a GitHub issue in
> the issue trackers of those projects.
>
>
I'll do that for execommand - but I think HTTP is standard graylog?


BTW, I just pointed the HTTP callback at the following PHP script. The file
it generates _SERVER vars but shows no POST/GET values and obviously works
fine via "curl -dxx=yy"

<?php
$fd=fopen("/tmp/graylog-alerts.txt","w");
fwrite($fd,"_SERVER vars\n");
foreach ($_SERVER as $key => $value){
fwrite($fd,"$key=$value\n");
}
fwrite($fd,"\n\n_REQUEST vars\n");
foreach ($_REQUEST as $key => $value){
        fwrite($fd,"$key=$value\n");
}
fclose($fd);

echo "OK, all done\n";
?>


-- 
Cheers

Jason Haar
Information Security Manager, Trimble Navigation Ltd.
Phone: +1 408 481 8171
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1

-- 
You received this message because you are subscribed to the Google Groups 
"Graylog Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to graylog2+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/graylog2/CAFChrgJxiqpJ3p_oOrDj2aX5KG%2BHN8pMx_B5EYwV4MMMrgS%3D_Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to