fix help for url syntax (#3627)
This commit is contained in:
parent
fa6bde7d94
commit
15058cc39b
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue