From 990df106551075a226b80ee7130db5f17e20b1d1 Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Mon, 9 Mar 2015 16:18:25 +0100 Subject: [PATCH] Notification Service Document update Notification Service Document update --- Documentation/Tutorials/Notification-Service.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/Tutorials/Notification-Service.md b/Documentation/Tutorials/Notification-Service.md index ec9b0a3da..fa3159170 100644 --- a/Documentation/Tutorials/Notification-Service.md +++ b/Documentation/Tutorials/Notification-Service.md @@ -35,10 +35,10 @@ It tries to send data and if there is any failure (timeout, server is down, etc) This feature is not enabled by default: MaxScale must be configured in [feedback] section: -[feedback] -feedback_enable=1 -feedback_url=xxxxxx -feedback_user_info=yyyyy + [feedback] + feedback_enable=1 + feedback_url=xxxxxx + feedback_user_info=yyyyy ## Manual Operation @@ -52,7 +52,7 @@ MaxScale>show feedback report Report could be saved to report.txt file: -# maxadmin -uxxx -pyyy show feedbackreport > ./report.txt +maxadmin -uxxx -pyyy show feedbackreport > ./report.txt -# curl -F data=@./report.txt https://mariadb.org/feedback_plugin/post +curl -F data=@./report.txt https://mariadb.org/feedback_plugin/post