User info
First name | Tobe |
Last name | Deprez |
DevOps Program
Acquired rank |
Advocate
|
Points progress |
2993
DevOps Points
|
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits. | |
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
As the name suggests, these tables are indeed used by the analytics features. The large partition size for analytics_wavestream is likely caused by an element with a large table, as it stores a model for...
View QuestionYes, this is possible by using the Automatic Incident Tracking feature. This feature will try to group alarms together that belong to the same incident, taking into account certain information on the alarm....
View QuestionAlarm groups form alarm trees just like regular alarms. Upon creation the alarm group has an alarm ID equal to the root alarm ID. Every update to the alarm group then gets a new alarm ID, but keeps the...
View QuestionThe way conditions work might be a bit confusing. When putting a condition on a line in the alarm template, it will be excluded if that condition as a whole evaluates to true. Your condition consists of...
View QuestionFor variance changes, trend changes and flatlines, you can only specify whether you want alarms or not by selecting the checkbox in front. When selecting this option, DataMiner will decide whether the...
View QuestionIn addition to Simon's answer, you can use Automatic Incident Tracking to automatically group alarms in the alarm console based on what DataMiner detects as the most relevant reason these alarms are there....
View QuestionI do not think a join with a like clause is possible in GQI. However, depending on the exact format of the column in A, you might be able to do a regex column manipulation on 'b.column' to extract the...
View QuestionWe are aware that these errors seem to pop-up in certain circumstances. We are still investigating why and when they exactly occur, but as far as we know they do not seriously impact SLAnalytics or any...
View QuestionOn DataMiner Docs, I read the following If you have alarms grouped by view, and an alarm event occurs on an element that is in multiple views, the alarm is added for each of these views. However, only...
View QuestionYou might want to have a look at Automatic Incident Tracking. See here, for a nice introduction video. Unlike the correlation engine, this feature tries to automatically group your alarms according...
View QuestionUnfortunately, we currently don't have multivariate trend prediction in DataMiner. It also seems to me that trend prediction isn't the best approach to achieve what you want to achieve, as it would be...
View QuestionAs mentioned in the comments above, these alarms are indeed created by the feature Automatic Incident Tracking, which is enabled by default in version 10.2.0. You can find a quick demonstration at https://www.youtube.com/watch?v=m6ITgtTFz1E....
View QuestionI see two options. The easiest way is to use the SLNet message 'GenetateAlarmMessage'. This message can be used to create Notice or Error alarms with a custom value, and they will be shown in the active...
View QuestionThis can be done using the correlation module. You can create a correlation rule and set a rule condition 'alarm type not equal to Acknowledged' and set the rule to trigger only if the condition is met...
View QuestionDataMiner ModelHost is responsible for downloading and updating the Relation Learning model calculated in the cloud. This model contains information about which parameters in your DataMiner system are...
View QuestionAbout the alarm template you show: keep in mind that a condition will exclude a line in the alarm template if that condition evaluates to true. Hence, in your example the line will be included, unless...
View QuestionAs Ben mentioned above, it is indeed advisable to avoid situations like this all together as these limits are typically put in place for a reason. However, if you need to, you can configure some of them....
View QuestionIt might not be possible to achieve what you want directly with correlation rules, but you can trigger an automation script for every alarm update using correlation rules, and then check every time whether...
View QuestionI am not aware of a method to do this using a single row in a table. However, if you store the data in multiple rows as you are doing now, you can create a dashboard showing a graph of the relevant metrics...
View QuestionNot sure how you configured how you configured the alerting by email exactly, but I'm assuming you set an alert for every alarm matching a certain filter (as described here). As an alternative, you can...
View QuestionBoth for absolute and relative thresholds, the high and low thresholds can be different. For instance, if I set the low and high warning thresholds as below, then a warning will be given if the parameter...
View QuestionI assume your parameter is a table parameter and the 'Service Name' is the table index (i.e. the row identifier)? In that case, you can specify the index in the 'Parameter description (by protocol)' filter,...
View QuestionI am not completely sure that I understand the problem correctly, but it seems to me you can use the 'And Not (' option in the alarm filter to exclude alarms that are both on the faulty element and service,...
View QuestionNot sure I understand the question correctly, but it seems to me that you can collect all your alarms in a correlation rule by applying the necessary filters under 'Alarm Filter' and then select 'Send...
View QuestionIt seems your GetAlarmIds method is close to what you want. The Buckets field in the GetCorrelationStatusResponse message represents alarms grouped according to what you specified under 'Alarm Grouping'...
View QuestionI wasn't able to recreate the full graph (yet), but you can create part of it using the existing 'Get alarms' data source with the following query. This query first fetches all alarms since yesterday...
View QuestionUnfortunately, I do not think you can currently easily link an alarm in the alarm console to an incident in the Incident Manager app beyond manually filling in the alarm ID when creating an incident in...
View QuestionIn addition to the previous two answers, you also need to enable the focus column in the alarm console. Whether the alarm has focus is then shown in this column. The icon being present, means the...
View Question