We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have this in the alert rules:
expr: node_disk_device_size_used_perc > 60 for: 1m labels: severity: "warning" annotations: description: "Disk device {{ $labels.device }} on {{ $labels.instance }} at {{ $value }}% used"
What I get in my text message is:
FIRING device=/dev/sda1 instance=bababoom job=bababoomjob severity=warning
I would like the text to contain the description -- do you know how ot do it?
The text was updated successfully, but these errors were encountered:
I also tried like this
rules: labels: severity: "warning" text: "Disk device {{ $labels.device }} on {{ $labels.instance }} at {{ $value }}% used"
and
sachet.yaml: text: '{{ .Labels.text }}'
Now I don't even get the text.
Sorry, something went wrong.
No branches or pull requests
I have this in the alert rules:
What I get in my text message is:
I would like the text to contain the description -- do you know how ot do it?
The text was updated successfully, but these errors were encountered: