# # This is a configuration file which contains objects for the # mail notification adapter. # # Based on GNA - the Generic Notification Adapter framework # # $Id: mail_notify.conf,v 1.1.2.3.2.2.2.4 2000/11/03 14:24:36 boaz Exp $ # # # The GNA notifier object. # GNA_Notifier::mail-Notifier { serverName = "DFM" # How long to wait, in seconds, before beginning to send events. Default # is 1 sec., to prevent a flood of notifications upon adapter startup. initialEventDelay = 1 # Additional parameters: A comma-separated list of recipients (who to # send to); the email address of the sender; and the fully qualified # domain name of the mail server. ProvidesAdditionalParams = MailAdapterParams::mail_Notifier-Parameters { Recipients = "" SenderId = "" MailServer = "" } ReadsInputFrom = GA_SubscriberFE::mail_Notifier-Subscriber-FrontEnd { # How long an event must remain active before the adapter sends a # notification, in units of seconds. eventSmoothingInterval = 0 # Notification threshold; discard notifications with a certainty # below this value. minimumCertainty = 0.01 SubscribesTo = { GA_ChoiceSubscription::Link_Down { # Subscribe to events whose class, instance, and event # names match the given pattern. className = ".*" instanceName = ".*" eventName = "OperationallyDown" # Include aggregates, but omit symptoms. aggregates = FALSE symptoms = TRUE }, GA_ChoiceSubscription::Device_Down { # Subscribe to events whose class, instance, and event # names match the given pattern. className = ".*" instanceName = ".*" eventName = "Unresponsive" # Include aggregates, but omit symptoms. aggregates = FALSE symptoms = TRUE } } } PerformsSend = MailAction::mail_NotifierInterface { # Trace all outgoing email messages to stderr trace = FALSE } # No user-serviceable parts below here. # filterRuleSet = "mail-notify/mailFilter_Notify.asl" adapterRuleSet = "mail-notify/mail_Notify.asl" } # These variables describe the formatting of this file. If you don't like the # template defaults, feel free to change them here (not in your .emacs file). # # Local Variables: # mode: Makefile # comment-column: 32 # fill-column: 79 # End: