User 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.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| onboarding:mobile:devicealarmthreshold [2020/11/16 12:43] – 10.91.120.28 | onboarding:mobile:devicealarmthreshold [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | |||
| + | ======DeviceAlarmThreshold====== | ||
| + | --- // | ||
| + | |||
| + | ===== 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: | ||
| + | |||
| + | ===== Example of UI Display ===== | ||
| + | {{: | ||
| + | |||
| + | |||
| + | |||
| + | ===== Configuration ===== | ||
| + | * Current configuration of these values can be done via the following controller link: **SnmpManager/ | ||
| + | |||
| + | * Or via sql insert into the database table **device_alarm_threshold** . | ||
| + | |||
| + | ===== Description of Fields ===== | ||
| + | |||
| + | static belongsTo = [networkElement: | ||
| + | | ||
| + | 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 ===== | ||
| + | {{: | ||
| + | |||