[PATCH] alfred-proxy: Make curl silent

mail at adrianschmutzler.de mail at adrianschmutzler.de
Do Jun 18 12:21:34 CEST 2020


Hallo,

Reviewed-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
Tested-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>

Im Erfolgsfall bekomme ich immer noch ein "{}" als Ausgabe.

Wird gleich gemergt, auch hier werde ich das PKG_RELEASE erhöhen.

Grüße

Adrian

> -----Original Message-----
> From: franken-dev [mailto:franken-dev-bounces at freifunk.net] On Behalf
> Of Fabian Bläse
> Sent: Sonntag, 14. Juni 2020 13:17
> To: franken-dev at freifunk.net
> Subject: [PATCH] alfred-proxy: Make curl silent
> 
> As we now log output of cron scripts to syslog, the debug output of curl
> spams the rather short-lived syslog. As this debug output is unessesary most
> of the time, it now is disabled.
> 
> Instead, curl's silent option is used, together with '-S', which reenables error
> output.
> 
> Signed-off-by: Fabian Bläse <fabian at blaese.de>
> ---
>  .../files/usr/sbin/alfred-monitoring-proxy                      | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/packages/fff/fff-alfred-monitoring-
> proxy/files/usr/sbin/alfred-monitoring-proxy b/src/packages/fff/fff-alfred-
> monitoring-proxy/files/usr/sbin/alfred-monitoring-proxy
> index d2c2f61..8b241f6 100755
> --- a/src/packages/fff/fff-alfred-monitoring-proxy/files/usr/sbin/alfred-
> monitoring-proxy
> +++ b/src/packages/fff/fff-alfred-monitoring-proxy/files/usr/sbin/alfred
> +++ -monitoring-proxy
> @@ -4,4 +4,4 @@ api_url="https://monitoring.freifunk-
> franken.de/api/alfred2"
>  fetch_id="64"
> 
>  /bin/alfred-json -r "$fetch_id" | \
> -    /usr/bin/curl -k -v -H "Content-type: application/json; charset=UTF-8" --
> data-binary @- "$api_url"
> +    /usr/bin/curl -k -sS -H "Content-type: application/json; charset=UTF-8" --
> data-binary @- "$api_url"
> --
> 2.27.0
-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname   : openpgp-digital-signature.asc
Dateityp    : application/pgp-signature
Dateigröße  : 834 bytes
Beschreibung: nicht verfügbar
URL         : <https://lists.freifunk.net/pipermail/franken-dev-freifunk.net/attachments/20200618/044a5959/attachment.sig>


Mehr Informationen über die Mailingliste franken-dev