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 remove some correlated alarm information printed in the console

Solved191 views19th July 2023automation scipt correlated alarms correlation engine Correlation rule information event
0
A B M Sidddique130 12th July 2023 0 Comments

Hello Dojo !

I am using this piece of code to parse a correlation alarm info, The last 3 lines inside the curly brackets prints out all the properties associated with that correlated alarm , some of the properties printed do not have a value and just prints statements. I wanted to remove some of those prints which return no value. Is there any way to block some properties from printing in the information event console ?

For example, I would like to remove the red marked properties if possible. Any help or suggestion will be appreciated.

Kind Regards
A B M

Marieke Goethals [SLC] [DevOps Enabler] Selected answer as best 19th July 2023

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
3
Miguel Obregon [SLC] [DevOps Enabler]7.90K Posted 12th July 2023 9 Comments

Hi,

Property values are strings. In this case a possible solution could be printing only the properties where the value is different from empty. For example:

for (int i=0; int < amountProperties; i++) {

string propertyName = parts[21 + i*2];

string propertyValue = parts[21 + i*2 + 1];

if(!string.IsNullOrEmpty(propertyValue)){

engine.GenerateInformation("Property:" + propertyName + " == " + propertyValue);

}

}

Hope it helps.

Marieke Goethals [SLC] [DevOps Enabler] Selected answer as best 19th July 2023
A B M Sidddique commented 12th July 2023

Hi could you please elaborate what should I add in the ” // print something ” because if property value is null , I don’t want to print anything ? sorry if I sound confusing

Miguel Obregon [SLC] [DevOps Enabler] commented 12th July 2023

Hi,
Sorry for the confusion. I updated the answer. Basically you can use the same piece of code that you have in your example to generate the information event.

A B M Sidddique commented 12th July 2023

Hi tried this piece of code with an alarm simulator , the output seen is a bit weird. The script starts once and keeps on executing a few time to find the property but does not print the properties I need and performs the specific action 5 times for a single alarm (unnecessary)

A B M Sidddique commented 12th July 2023

I would prefer “IsNotNullOrNotEmpty(propertyValue)” if there is something like this ?

Miguel Obregon [SLC] [DevOps Enabler] commented 12th July 2023

Hi,
Sorry, I updated the answer. I forgot to include the ‘not’ operator which is the exclamation mark.
it should be if(!string.IsNullOrEmpty(propertyValue))

Show 4 more comments
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 (69) alarm template (58) API (34) Automation (143) automation scipt (65) Automation script (95) backup (54) Cassandra (141) cloud (36) Connector (44) Correlation (42) Cube (114) Dashboard (134) Dashboards (134) database (64) DataMiner Cube (37) DIS (53) DMS (48) DOM (66) driver (48) DVE (43) Elastic (73) Elasticsearch (99) elements (49) Failover (90) GQI (49) HTTP (45) IDP (54) low code app (68) low code apps (42) MySQL (50) protocol (145) QAction (56) resources (34) security (71) SNMP (55) SRM (266) SRM resources (37) timeout (35) trending (66) upgrade (44) Visio (370) 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