Hello,
I'd have a question about the calculation of the final score in a message.
I have a message here which received the following score from mx_check:
MX_GOOD(-32)[mx4.hotmail.com,mx2.hotmail.com,mx3.hotmail.com,mx1.hotmail.com]
In the local.d/metrics.conf I have the following settings:
symbol "MX_INVALID" {
score = 1.0;
description = "No connectable MX";
one_shot = "true";
}
symbol "MX_MISSING" {
score = 2.0;
description = "No MX record";
one_shot = "true";
}
symbol "MX_GOOD" {
score = -0.5;
description = "MX was ok";
one_shot = "true";
}
So as how I understand it should have received the -0.5 score from the settings and not -32 points?
Thanks,
Thomas