No Notifications sent . Only to Fallback Address

Hello ,

I created an Contact Group , i bind Users on these Contact Group . The Users are able to receive Notifications.

I have to become an Notification if an Certificate runs into a Warning State ( Time for Expiration )

So i create an Assignment of Service to Contact Group for my Group and the Service HTTPS*.

I checked all of my Services and the Contact Group is connected .

I create a new Notification Rule for Mail :

But i receive Mails only on my Fallback Email Address .

What i doing wrong .

Recheck more Times .

Michael

Hi Michael,

at least your regex is not correct.
In regular expression the star means, zero or unlimited times of the previous character, in this case the “S”.
You either want a .* at the end or leave it as it matches anyway.
I don’t know If it is a prefix Match in that Case, it might be, that you need a .* in the beginning.
If you enable the inline help its mostly documented what is needed.

You can analyze that in the notify.log in the /var/log folder of the site and with “analyze notifications” in setup - notifications.

Worked now with all possibilitys .

No one worked for me . Hmm .

Service: HTTPS cert
Event: OK → WARN

Maybe is there an “is” is missing ?

Hi Michael,

does it work, if you leave the Service Regex empty at all ?

Can you post the resulting entries from then notify log ?

And what is the"Match Contact Group" meant for ?
If the condition is the exact service name, you don´t need that, addtitionally this is only available in the enterprise Edition and above.

Additionally, the contact setting “Member of contactgroups” depends on what you want to achieve.

If you created a contact group CG_Zertifikate and the users are in that contact group, you can just use “All contacts of notified object”.
Then you assign tat contact group to the host or services you want them to be contacts for.

Hello Andre,

Now it works fine.
First i have an mistake in my Assignment of Service to Contact Group Rule.
And Second, i think when i Press Resend Message in the Notification Screen , than Check mk resent with the new Settings, but unfortunately CheckMK Rechteck wifh the old Settings .

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.