mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
Update alert.pm (#4982)
Co-authored-by: omercier <32134301+omercier@users.noreply.github.com>
This commit is contained in:
parent
a5d2ace884
commit
8045d12d46
@ -382,7 +382,7 @@ sub service_message {
|
||||
' . $self->{option_results}->{service_output} . '
|
||||
' . $self->{option_results}->{service_longoutput};
|
||||
|
||||
$self->{option_results}->{service_longoutput} =~ s/\\n/<br \/>/g;
|
||||
$self->{option_results}->{service_longoutput} =~ s/\n/<br \/>/g;
|
||||
my $output = $self->{option_results}->{service_output} . $line_break . $self->{option_results}->{service_longoutput};
|
||||
|
||||
my $background_color= 'white';
|
||||
@ -829,7 +829,7 @@ Use this option to disable SSL.
|
||||
|
||||
=item B<--smtp-debug>
|
||||
|
||||
Enable smtp-debug mode.
|
||||
Enable debugging of SMTP.
|
||||
|
||||
=item B<--to-address>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user