Type maint:NotifCond


Specifies notification behavior in between sets of maintenance operation. This notification(email/text) is not related to Events and Alarms that may be raised a given condition.

Constants
notifyOnlyOnFailures 0 notifyOnlyOnFailures Notify admin after a maintenance set, only if there were failures in the set.
notifyAlwaysBetweenSets 1 notifyAlwaysBetweenSets Always notify admin after a maintenance set.
notifyNever 2 notifyNever Never notify admin after a maintenance set.
DEFAULT notifyOnlyOnFailures(0) notifyOnlyOnFailures Notify admin after a maintenance set, only if there were failures in the set.