Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Blog
  • Questions
  • Learning
    • Courses
    • Certification
      • DataMiner Operator
      • DataMiner Administrator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
    • Video Library
    • Books We Like
    • Third-party Courses
    • DevOps Enablement Services
    • Quizzes
  • RESOURCES
  • Agile
    • Agile Webspace
    • Everything Agile
      • The Agile Manifesto
      • Best Practices
      • Retro Recipes
    • Methodologies
      • The Scrum Framework
      • Kanban
      • Extreme Programming
    • Roles
      • The Product Owner
      • The Agile Coach
      • The Quality & UX Coach (QX)
  • Expert Hubs
    • DataMiner DevOps Professional Program
    • DataMiner
      • DataMiner Releases & Updates
      • System Architecture
      • Integration Studio
      • Visual Overview
      • Security
    • Technologies
      • CI/CD
      • Converged Interconnect Networks
      • DOCSIS 3.1 / DAA
      • Elasticsearch
      • Kubernetes
      • Telemetry / Flow Monitoring
      • PTP
      • SDN / ST2110 / NMOS
    • Business
      • Software Business models
      • Perpetual Use or Usage-based Services
  • Discover
    • Markets
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Solutions
    • Use Case Library
    • DataMiner Dashboards
    • DataMiner Downloads
    • DataMiner Modules
      • Core features
      • SRM features
    • DataMiner Apps
    • Professional Services
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • Pricing
  • More
    • Feature Suggestions
    • Online DataMiner Systems
    • Leaderboard
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
    • Verify a certificate
  • >> Go to dataminer.services

How to set the correct filters when i am using ALARM ID as base parameter

100 views4th July 2023
0
Marian Bacana125 30th May 2023 1 Comment

Hello,

I need some guidance. I am trying to set some filters on alarms so i can get something specific. Below is a capture from the filters window.

I am trying to use the Alarm ID to get exactly what i want.

So, on short, the id of the alarm i want to pick is 4653069. I tried to put this value on Filters column but the alarm does not disappears or appears. If i set the value of filter to *, and i place the ID of the alarm to the severity i want (eg. Critical Hi), i can get the alarm but there is also picking other alarms as well that do not have same ID.

I do not understand how the filter works in these cases. How can i set the alarm id so i can get the desired effect ?

Also, what should i write to the severity columns ? It only accepts a number... but what should i put in?

Thanks!

Marieke Goethals [SLC] [DevOps Enabler] Posted new comment 4th July 2023
Marieke Goethals [SLC] [DevOps Enabler] commented 4th July 2023

Hi Marian,
Has Randy’s comment helped you solve this? If not, could you add more information so we can help you further?

3 Answers

  • Active
  • Voted
  • Newest
  • Oldest
0
Marian Bacana125 Posted 31st May 2023 1 Comment

I found some information in the logs but i am not sure how to get it right.

Dataminer is sending SOAP Request to the unit.

The unit replies back:

"

<?xml version="1.0"?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"><env:Body><getAlarmListResponse xmlns="http://www.appeartv.com/automation/v1">

<code>100</code>

<message>OK</message>

<alarmList><alarmListEntry>

<msgSlot>0</msgSlot>

<msgPort>10</msgPort>

<msgId>1048580</msgId>

<msgText>No bitrate on input 10</msgText><msgSourceName>Stream</msgSourceName><msgSeverity>CRITICAL</msgSeverity>

<msgInstance>0</msgInstance><msgSetTime>2023-05-11 11:17:45</msgSetTime>

<msgCardId>32</msgCardId>

</alarmListEntry></alarmList>

</getAlarmListResponse></env:Body></env:Envelope>

"

Now, i need to understand how does Dataminer translate that ID so i can use it as as a filter. So, any ideas?

Randy Ulvenes [SLC] [DevOps Advocate] Posted new comment 1st June 2023
Randy Ulvenes [SLC] [DevOps Advocate] commented 1st June 2023

Hi Marian,

Is the Alarm ID that you are describing come from Alarm ID from a SOAP query to a device or is the Alarm ID the DataMainer AlarmID parameter displayed in the Alarm console?  Is the MSG ID the Alarm ID the same thing in your question? 

If it is the DataMiner AlarmID then  need to filter on the Displaykey column of a table and the displaykey is defined with a [IDX] in the column.   In the example I attached shows the display key as IF ID [IDX].    Sometimes the Displaykey could be a hidden column.  Right click on a colunm header row and you can see all the columns that are shown or hidden. 

In your cut and past, I see there is a message ID.  Do you know if the message ID is unique where every message ever sent will be unique  or does the MSG ID represents a specific type of alarm value (i.e.  Critical, Major, No Bitrate).  

0
Marian Bacana125 Posted 31st May 2023 0 Comments

Hi Miguel,

Honestly you lost me.

Where can i see the display key ? How can i see the raw alarms?

I am pretty sure that the way this works is specific to my equipment. I already asked for additional information over the AppearTV drivers but there is not much.

Any other ideas?

Sorry for keep coming back but i am trying to understand how this alarming part works with AppearTV.

Thank you!

Marian Bacana Answered question 31st May 2023
0
Miguel Obregon [SLC] [DevOps Enabler]8.14K Posted 30th May 2023 0 Comments

Hi Marian,

Since you are trying to alarm a specific row from a table, you will need to look for the display key column (it is the column that contains the suffix [IDX]). Normally the display key column is built based on values from other columns (values that are concatenated with a separator).

Most probably the alarm ID is included in the display key. Can you confirm if this is the case? If so, check where the alarm ID is located and try to build the filter based on this information.

For example, if the display key of the row is '4653069.MyAlarm', you could use as a filter 4653069.* (in this case the connector used the dot as separator)

Please also keep in mind that you should assign a severity to a column of that table that has a meaning for that alarm. Assign a severity to the column alarm ID does not provide meaningful information.

Hope it helps!

Miguel Obregon [SLC] [DevOps Enabler] Edited answer 30th May 2023
Please login to be able to comment or post an answer.

My Dojo Points

0 Credits
0 Reputation

Question Tag Cloud

adl2099 (54) Alarm Console (53) alarms (70) alarm template (58) API (35) Automation (144) automation scipt (65) Automation script (95) backup (54) Cassandra (142) cloud (37) Connector (44) Correlation (42) Cube (114) Dashboard (134) Dashboards (136) database (64) DataMiner Cube (37) DIS (53) DMS (48) DOM (68) driver (48) DVE (43) Elastic (73) Elasticsearch (99) elements (49) Failover (90) GQI (51) HTTP (45) IDP (55) low code app (70) low code apps (43) MySQL (50) protocol (145) QAction (58) resources (35) security (71) SNMP (56) SRM (267) SRM resources (39) timeout (35) trending (66) upgrade (44) Visio (373) Visual Overview (290)
Privacy Policy • Terms & Conditions • Contact

© 2023 Skyline Communications. All rights reserved.

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin