]> arthur.barton.de Git - netdata.git/commitdiff
varnish plugin: last collected alarm added
authorIlya <ilyamaschenko@gmail.com>
Sun, 15 Jan 2017 07:57:06 +0000 (16:57 +0900)
committerIlya <ilyamaschenko@gmail.com>
Sun, 15 Jan 2017 07:57:06 +0000 (16:57 +0900)
conf.d/health.d/varnish.conf [new file with mode: 0644]

diff --git a/conf.d/health.d/varnish.conf b/conf.d/health.d/varnish.conf
new file mode 100644 (file)
index 0000000..cca7446
--- /dev/null
@@ -0,0 +1,9 @@
+   alarm: varnish_last_collected
+      on: varnish.uptime
+    calc: $now - $last_collected_t
+   units: seconds ago
+   every: 10s
+    warn: $this > (($status >= $WARNING)  ? ($update_every) : ( 5 * $update_every))
+    crit: $this > (($status == $CRITICAL) ? ($update_every) : (60 * $update_every))
+    info: number of seconds since the last successful data collection
+      to: sysadmin