[Check_mk (english)] how to remove from notification NTP Time

Hi,

I want „remove” all email notification from “NTP Time” service from all hosts. How to do that? I was trying to do this like below but unfortunately this do not work ;(

extra_service_conf[“notification_options”] = [

(“n”, ALL_HOSTS, [“NTP Time”])

]

Pozdrawiam,

Radosław Bąk

Interesting, this is how I've disabled those notification, which is
the same as what you've set.

extra_service_conf["notification_options"] = [
        ( "n", ALL_HOSTS, ["NTP Time"]),
]

···

--
Later,
Darin

2011/6/10 Radosław Bąk <radoslaw.bak@ipopema.pl>:

Hi,

I want "remove" all email notification from "NTP Time" service from all
hosts. How to do that? I was trying to do this like below but unfortunately
this do not work ;(

extra_service_conf["notification_options"] = [

                ("n", ALL_HOSTS, ["NTP Time"])

]

Pozdrawiam,

Radosław Bąk

_______________________________________________
checkmk-en mailing list
checkmk-en@lists.mathias-kettner.de
http://lists.mathias-kettner.de/mailman/listinfo/checkmk-en

extra_service_conf[“notifications_enabled”] = [

(“0”, ALL_HOSTS, “NTP Time”),

]

···

From: checkmk-en-bounces@lists.mathias-kettner.de [mailto:checkmk-en-bounces@lists.mathias-kettner.de] On Behalf Of Radoslaw Bak
Sent: Friday, June 10, 2011 7:26 AM
To: checkmk-en@lists.mathias-kettner.de
Subject: [Check_mk (english)] how to remove from notification NTP Time

Hi,

I want „remove” all email notification from “NTP Time” service from all hosts. How to do that? I was trying to do this like below but unfortunately this do not work ;(

extra_service_conf[“notification_options”] = [

(“n”, ALL_HOSTS, [“NTP Time”])

]

Pozdrawiam,

Radosław Bąk


This e-mail message is intended only for the personal use of the recipient(s) named above. If you are not an intended recipient, you may not review, copy or distribute this message. If you have received this communication in error, please notify the Hearst Service Center (cadmin@hearstsc.com) immediately by email and delete the original message.