User Tools

Site Tools


Writing /app/www/public/data/meta/onboarding/mobile/devicealarmthreshold.meta failed
onboarding:mobile:devicealarmthreshold

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
onboarding:mobile:devicealarmthreshold [2020/11/16 12:47] 10.91.120.28onboarding:mobile:devicealarmthreshold [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +
 +======DeviceAlarmThreshold======
 + --- //[[anna.dowling@errigal.com|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: [[onboarding:mobile:mobiluiconfig|MobileUiConfiguration]]
 +
 +===== Example of UI Display =====
 +{{:onboarding:mobile:screenshot_2020-11-16_at_12.42.03.png?200|}}
 +
 +
 +
 +===== 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:screenshot_2020-11-16_at_12.42.40.png?400|}}
 +