+ update emc symmetrics

This commit is contained in:
garnier-quentin 2016-06-17 10:35:15 +02:00
parent ebf154d9ce
commit 0c7511b84a
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ sub send_email {
-from => $self->{option_results}->{email_smtp_from},
-subject => $subject,
-body => $stdout,
-attachments => $self->{option_results}->{file_health_env});
-attachments => $self->{option_results}->{file_health} . ',' . $self->{option_results}->{file_health_env});
$mail->bye();
if ($result == -1) {
$self->{output}->add_option_msg(severity => 'UNKNOWN', short_msg => "problem to send the email");

View File

@ -243,7 +243,7 @@ sub send_email {
-from => $self->{option_results}->{email_smtp_from},
-subject => $subject,
-body => $stdout,
-attachments => $self->{option_results}->{file_health_env});
-attachments => $self->{option_results}->{file_health} . "," . $self->{option_results}->{file_health_env});
$mail->bye();
if ($result == -1) {
$self->{output}->add_option_msg(severity => 'UNKNOWN', short_msg => "problem to send the email");