Situation with two trigger for SSL-certificate-warnings:
1st Trigger:
Severity: Information
Problem expression:
{Website:ssl_cert_check.sh["expire","{HOST.HOST}","443"].last()}<28 and {Website:ssl_cert_check.sh["expire","{HOST.HOST}","443"].last()}>=14
Recovery expression:
{Website:ssl_cert_check.sh["expire","{HOST.HOST}","443"].last()}<14 or {Website:ssl_cert_check.sh["expire","{HOST.HOST}","443"].last()}>=28
2nd Trigger:
Severity: Warning
Problem expression:
{Website:ssl_cert_check.sh["expire","{HOST.HOST}","443"].last()}<14
Last value = 8
Both triggers show “Problem”, while I expect only the 2nd trigger to show “Problem”.
How can that be?

Is it a bug?
I already upgraded to the latest version, but the problem remains.
Does anybody know why the 1st trigger still shows “problem”?
1st Trigger:
Severity: Information
Problem expression:
{Website:ssl_cert_check.sh["expire","{HOST.HOST}","443"].last()}<28 and {Website:ssl_cert_check.sh["expire","{HOST.HOST}","443"].last()}>=14
Recovery expression:
{Website:ssl_cert_check.sh["expire","{HOST.HOST}","443"].last()}<14 or {Website:ssl_cert_check.sh["expire","{HOST.HOST}","443"].last()}>=28
2nd Trigger:
Severity: Warning
Problem expression:
{Website:ssl_cert_check.sh["expire","{HOST.HOST}","443"].last()}<14
Last value = 8
Both triggers show “Problem”, while I expect only the 2nd trigger to show “Problem”.
How can that be?

Is it a bug?
I already upgraded to the latest version, but the problem remains.
Does anybody know why the 1st trigger still shows “problem”?

Comment