summaryrefslogtreecommitdiffstats
path: root/templates/snmp-memory.ini
diff options
context:
space:
mode:
Diffstat (limited to 'templates/snmp-memory.ini')
-rw-r--r--templates/snmp-memory.ini23
1 files changed, 23 insertions, 0 deletions
diff --git a/templates/snmp-memory.ini b/templates/snmp-memory.ini
new file mode 100644
index 0000000..8b154da
--- /dev/null
+++ b/templates/snmp-memory.ini
@@ -0,0 +1,23 @@
+[memory.graph]
+check_command = "snmp-memory"
+
+[memory.metrics_filters]
+value = "$service_name_template$.perfdata.$mem$.value"
+max = "$service_name_template$.perfdata.$mem$.max"
+crit = "$service_name_template$.perfdata.$mem$.crit"
+warn = "$service_name_template$.perfdata.$mem$.warn"
+
+[memory.urlparams]
+areaAlpha = "0.5"
+lineWidth = "2"
+min = "0"
+title = "Memory $mem$"
+yUnitSystem = "binary"
+
+[memory.functions]
+value = "alias(color($metric$, '#1a7dd7'), 'Used (bytes)')"
+max = "alias(color($metric$, '#cfd7e6'), 'Size (bytes)')"
+crit = "alias(color($metric$, '#ff0000'), 'Crit (bytes)')"
+warn = "alias(color($metric$, '#ff8d00'), 'Warn (bytes)')"
+
+