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
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • 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)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

OFFLOAD – Parsing issue with some alarm parameter

Solved1.16K views18th April 2024central database offload offload database parsing
4
Alexandre Lievens [DevOps Member]237 4th April 2023 1 Comment

Hello guys,

I would like to know if there is some characters restriction into the “alarm parameter description”

We experience an issue with our offload file and it seems to be linked with the parsing method to perfom the offload file for central database. We are using offload central database mechanism without the insertion into a DB.

Here is an example of our issue :

Here is the content of alarm parameter into Dataminer :

severity : GRPC request failure rate in Etcd is over threshold (default 5%) for 5 minutes.
The etcd cluster is a key-value database that manages all elements of the Kubernetes cluster.
It is vitally important to the overall health of the Kubernetes cluster. In an VN Kubernetes
cluster, etcd is run as docker containers that exist on the master nodes. To troubleshoot
issues with the etcd cluster, log in to the master nodes. Run the following commands and include
their output with any support ticket that is raised.
docker exec etcd etcdctl member list
docker exec -e ETCDCTL_ENDPOINTS=$(docker exec etcd /bin/sh -c “etcdctl member list | cut -d, -f5 | sed -e ‘s/ //g’ | paste -sd ‘,'”) etcd etcdctl endpoint status –write-out table
docker exec -e ETCDCTL_ENDPOINTS=$(docker exec etcd /bin/sh -c “etcdctl member list | cut -d, -f5 | sed -e ‘s/ //g’ | paste -sd ‘,'”) etcd etcdctl endpoint health
docker exec etcd etcdctl alarm list
| | | | | |

Here is the part of the offload file :

133628376 2208 6470 2024 133628315 warning 5 5 2023-04-01 13:50:41 33 11 1 16 18 133628315 : GRPC request failure rate in Etcd is over threshold (default 1%) for 5 minutes. The etcd cluster is a key-value database that manages all elements of the Kubernetes cluster. It is vitally important to the overall health of the Kubernetes cluster. In an VN Kubernetes cluster, etcd is run as docker containers that exist on the master nodes. To troubleshoot issues with the etcd cluster, log in to the master nodes. Run the following commands and include their output with any support ticket that is raised. docker exec etcd etcdctl member list docker exec -e ETCDCTL_ENDPOINTS=$(docker exec etcd /bin/sh -c “etcdctl member list | cut -d, -f5 | sed -e ‘s/ //g’ | paste -sd ‘,'”) etcd etcdctl endpoint status –write-out table docker exec -e ETCDCTL_ENDPOINTS=$(docker exec etcd /bin/sh -c “etcdctl member list | cut -d, -f5 | sed -e ‘s/ //g’ | paste -sd ‘,'”) etcd etcdctl endpoint health docker exec etcd etcdctl alarm list | | | | | | -1 : grpc request failure rate in etcd is over threshold (default 1%) for 5 minutes.
the etcd cluster is a key-value database that manages all elements of the kubernetes cluster.
it is vitally important to the overall health of the kubernetes cluster. in an vn kubernetes
cluster, etcd is run as docker containers that exist on the master nodes. to troubleshoot
issues with the etcd cluster, log in to the master nodes. run the following commands and include
their output with any support ticket that is raised.
docker exec etcd etcdctl member list
docker exec -e etcdctl_endpoints=$(docker exec etcd /bin/sh -c “etcdctl member list | cut -d, -f5 | sed -e ‘s/ //g’ | paste -sd ‘,'”) etcd etcdctl endpoint status –write-out table
docker exec -e etcdctl_endpoints=$(docker exec etcd /bin/sh -c “etcdctl member list | cut -d, -f5 | sed -e ‘s/ //g’ | paste -sd ‘,'”) etcd etcdctl endpoint health
docker exec etcd etcdctl alarm list
| | | | | | Prometheus_k8s_ANS_LAB severity : GRPC request failure rate in Etcd is over threshold (default 1%) for 5 minutes. The etcd cluster is a key-value database that manages all elements of the Kubernetes cluster. It is vitally important to the overall health of the Kubernetes cluster. In an VN Kubernetes cluster, etcd is run as docker containers that exist on the master nodes. To troubleshoot issues with the etcd cluster, log in to the master nodes. Run the following commands and include their output with any support ticket that is raised. docker exec etcd etcdctl member list docker exec -e ETCDCTL_ENDPOINTS=$(docker exec etcd /bin/sh -c “etcdctl member list | cut -d, -f5 | sed -e ‘s/ //g’ | paste -sd ‘,'”) etcd etcdctl endpoint status –write-out table docker exec -e ETCDCTL_ENDPOINTS=$(docker exec etcd /bin/sh -c “etcdctl member list | cut -d, -f5 | sed -e ‘s/ //g’ | paste -sd ‘,'”) etcd etcdctl endpoint health docker exec etcd etcdctl alarm list | | | | | | warning 2023-04-01 13:50:41

As you see it seems that the “| | | | | | ” at the end generate a parsing issue and duplicate the element name and alarm parameter description.

So, my question is : There is a mechanism to implement into the driver to avoid that kind of parsing issue ? There is some restriction to take into account?

Thanks in advance 🙂

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 18th April 2024
Marieke Goethals [SLC] [DevOps Catalyst] commented 25th January 2024

If you still need an answer to this question, could you provide additional information as requested below? Otherwise, we will close this question.

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
0
Alexandre Lievens [DevOps Member]237 Posted 17th April 2024 0 Comments

Hello,

You can close this topic.

The error never appeared again

Thanks

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 18th April 2024
0
Marieke Goethals [SLC] [DevOps Catalyst]5.54K Posted 27th October 2023 0 Comments

Could you explain what exactly the parsing issue is you are encountering? This isn’t entirely clear from your question.

Marieke Goethals [SLC] [DevOps Catalyst] Answered question 27th October 2023
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs