mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 23:54:18 +02:00
+ fix emc dmx
This commit is contained in:
parent
6901311e80
commit
d2dbf18227
@ -185,6 +185,7 @@ sub send_email {
|
|||||||
$send_email = 0 if ($status ne 'ok' && defined($prev_output) && $prev_output eq $subject);
|
$send_email = 0 if ($status ne 'ok' && defined($prev_output) && $prev_output eq $subject);
|
||||||
# recovery email
|
# recovery email
|
||||||
$send_email = 1 if ($status eq 'ok' && defined($prev_status) && $prev_status ne 'ok');
|
$send_email = 1 if ($status eq 'ok' && defined($prev_status) && $prev_status ne 'ok');
|
||||||
|
$self->{statefile_cache}->write(data => $self->{new_datas});
|
||||||
}
|
}
|
||||||
|
|
||||||
my $smtp_to = '';
|
my $smtp_to = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user