fix help for url syntax (#3627)

This commit is contained in:
Thibault S 2022-05-02 13:37:31 +02:00 committed by GitHub
parent fa6bde7d94
commit 15058cc39b
1 changed files with 2 additions and 1 deletions

View File

@ -207,7 +207,7 @@ Send notifications to a Microsoft Teams Channel.
Example for a Host: Example for a Host:
centreon_plugins.pl --plugin=notification::microsoft::office365::teams::plugin --mode=alert --teams-webhook='https:/teams.microsoft.com/1/channel/...' 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%' --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 =over 8
@ -247,6 +247,7 @@ Add actions links buttons to the notification card (resource status & graph page
=item B<--centreon-url> =item B<--centreon-url>
Specify the Centreon interface URL (to be used with the action links). Specify the Centreon interface URL (to be used with the action links).
Syntax: --centreon-url='https://mycentreon.mydomain.local/centreon'
=item B<--bam> =item B<--bam>