From 15058cc39bbde7e65ade1ba5538e4f8b2518a288 Mon Sep 17 00:00:00 2001 From: Thibault S <48209914+thibaults-centreon@users.noreply.github.com> Date: Mon, 2 May 2022 13:37:31 +0200 Subject: [PATCH] fix help for url syntax (#3627) --- .../notification/microsoft/office365/teams/mode/alert.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/centreon-plugins/notification/microsoft/office365/teams/mode/alert.pm b/centreon-plugins/notification/microsoft/office365/teams/mode/alert.pm index b3035f71e..6cfb6dcc9 100644 --- a/centreon-plugins/notification/microsoft/office365/teams/mode/alert.pm +++ b/centreon-plugins/notification/microsoft/office365/teams/mode/alert.pm @@ -207,7 +207,7 @@ Send notifications to a Microsoft Teams Channel. Example for a Host: centreon_plugins.pl --plugin=notification::microsoft::office365::teams::plugin --mode=alert --teams-webhook='https:/teams.microsoft.com/1/channel/...' --host-name='my_host_1' --host-state='DOWN' --host-output='CRITICAL - my_host_1: rta nan, lost 100%' ---centreon-url='https://127.0.0.1/centreon/' --action-links' +--centreon-url='https://127.0.0.1/centreon' --action-links' =over 8 @@ -247,6 +247,7 @@ Add actions links buttons to the notification card (resource status & graph page =item B<--centreon-url> Specify the Centreon interface URL (to be used with the action links). +Syntax: --centreon-url='https://mycentreon.mydomain.local/centreon' =item B<--bam>