Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bramblek1/c89704e6eae9df92465c5383cd59b48f to your computer and use it in GitHub Desktop.
Save bramblek1/c89704e6eae9df92465c5383cd59b48f to your computer and use it in GitHub Desktop.
ALERT StorageThreshold IF
node_filesystem_free / node_filesystem_size
< 0.15
FOR 10m
LABELS {
service = "storage"
}
ANNOTATIONS {
summary = "Node has {{ $value }} free space",
cooler_summary = "Node has {{ promquery to fetch additional info from instance }}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment