Variable context.node in Disk Usage alert should have only the node name, not the node name and percent used. #158850
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Stack Monitoring
Team:Monitoring
Stack Monitoring team
Describe the feature:
Currently there is a built-in rule in the Stack Monitoring to alert when the Disk Usage of a node is above some specified watermark, this rule have a couple of variables that can be used in the alert message.
One of these variables is the
context.node
and the description for this variable is The node reporting high disk usageBut if you use the variable
context.node
on any action the actual value will be the node name and the percent of disk usage in the formatnodeName:percent
, for examplenode-01:95
.The value for
context.node
should be split in two fields,context.node
with the node name andcontext.diskUsage
with the percentual of disk usage.This issue is based on this discuss post.
Describe a specific use case for the feature:
When getting alerts you need to have the exact node name, the way it is today you will have the node name and the disk usage percent, this can impact on some automation use cases for example,
node-01:95
andnode-01:97
are different values, but the issue is the same node.The text was updated successfully, but these errors were encountered: