User Tools
onboarding:mobile:devicealarmthreshold
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
- Current configuration of these values can be done via the following controller link: SnmpManager/deviceAlarmThreshold/create
- Or via sql insert into the database table device_alarm_threshold .
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
onboarding/mobile/devicealarmthreshold.txt · Last modified: 2021/06/25 10:09 by 127.0.0.1

