summaryrefslogtreecommitdiffstats
path: root/templates/uptime.ini
diff options
context:
space:
mode:
Diffstat (limited to 'templates/uptime.ini')
-rw-r--r--templates/uptime.ini32
1 files changed, 32 insertions, 0 deletions
diff --git a/templates/uptime.ini b/templates/uptime.ini
new file mode 100644
index 0000000..588ab2c
--- /dev/null
+++ b/templates/uptime.ini
@@ -0,0 +1,32 @@
+[uptime.graph]
+check_command = "mysql_health, uptime-windows"
+
+[uptime.metrics_filters]
+value = "$service_name_template$.perfdata.uptime.value"
+
+[uptime.urlparams]
+areaAlpha = "0.5"
+areaMode = "all"
+lineWidth = "2"
+min = "0"
+yUnitSystem = "sec"
+
+[uptime.functions]
+value = "alias(color($metric$, '#1a7dd7'), 'Uptime (s)')"
+
+
+[uptime-snmp.graph]
+check_command = "snmp-uptime"
+
+[uptime-snmp.metrics_filters]
+value = "$service_name_template$.perfdata.uptime.value"
+
+[uptime-snmp.urlparams]
+areaAlpha = "0.5"
+areaMode = "all"
+lineWidth = "2"
+min = "0"
+yUnitSystem = "sec"
+
+[uptime-snmp.functions]
+value = "alias(color(scale($metric$, 86400), '#1a7dd7'), 'Uptime (s)')"