Table of Contents

DeviceAlarmThreshold

Anna Dowling 2020/11/16 08:53

Overview

The SnmpManager domain DeviceAlarmThreshold is utilised for inserting parameter alarming threshold entries for display on the parameter threshold vertical slider in the Mobile Navigator. These entries are associated with a technology and network element entry via this table. The downstream impact of this configuration is that an alarm can be thrown for a parameter is it breaches either a high or low threshold for its discovered value. This alarm will then display in the mobile navigator with the alarm colouring indicators for the parameter.

See also: MobileUiConfiguration

Example of UI Display

Configuration

Description of Fields

static belongsTo = [networkElement: NetworkElement, technology: Technology] // (technology and element id to associate this rule with)

String parameterName // (parameter discovered name)

String prettyName // (parameter pretty name)

String triggerValue // (The value which indicates a low or high threshold breach)

DeviceAlarmThresholdTriggerType triggerType // (Options are OVER, UNDER to indicate whether this is a high or low threshold value.)

Example Entry