summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorGuillaume Hospital <guillaumeh_bib_com>2018-07-03 14:38:35 +0200
committerGuillaume Hospital <guillaumeh_bib_com>2018-07-03 14:38:35 +0200
commit939a54d273c6398a91824424a4960bda0b252334 (patch)
treeffedda3cf9d28a6945d067798352f696d2099582 /conf.d
parent83ccbbdf0dee39cc5143eea084f7f1527dd235d3 (diff)
removing curl option setup '--insecure' & specific export for test purpose in alarm-notify.sh
Diffstat (limited to 'conf.d')
-rwxr-xr-xconf.d/health_alarm_notify.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/health_alarm_notify.conf b/conf.d/health_alarm_notify.conf
index 58c09bad59..9f7b029c2a 100755
--- a/conf.d/health_alarm_notify.conf
+++ b/conf.d/health_alarm_notify.conf
@@ -96,7 +96,7 @@ logger=""
# '--insecure' here, but be warned that it will make it much easier for
# third-parties to block notification delivery, and may allow disclosure
# of potentially sensitive information.
-#curl_options="--insecure"
+#curl_options=""
# Extra options to pass to logger. You shouldn't have to specify anything
# here in most cases.