diff --git a/scripts/config.in b/scripts/config.in index cf13cb312..c5c9a02e2 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -174,6 +174,12 @@ block_begin 3 text 'Recipient address' ROCKCFG_SENDMAIL_TO 'root' block_end fi + bool 'HTTP GET request on special events' ROCKCFG_HTTP 0 + if [ "$ROCKCFG_HTTP" = 1 ] ; then + block_begin + text 'Website' ROCKCFG_HTTP_SITE 'http://pallas.crash-override.net/cgi-bin/rocklogbot?package=PACKAGE&config=CONFIG&status=STATUS&stage=STAGE' + block_end + fi block_end %include misc/*/noexpertconfig.in