Riemann provides low-latency, transient shared state for systems with many moving parts. Riemann aggregates events from your servers and applications with a powerful stream processing language. Send an email for every exception raised by your code. Track the latency distribution of your web app. See the top processes on any host, by memory and CPU. Combine statistics from every Riak node in your cluster and forward to Graphite. Send alerts when a key process fails to check in. Know how many users signed up right this second. ok sthen@
13 lines
442 B
Clojure
13 lines
442 B
Clojure
$OpenBSD: patch-etc_riemann_config,v 1.1.1.1 2016/12/21 12:51:56 landry Exp $
|
|
--- etc/riemann.config.orig Tue Dec 6 07:47:54 2016
|
|
+++ etc/riemann.config Wed Dec 21 00:28:50 2016
|
|
@@ -1,7 +1,7 @@
|
|
; -*- mode: clojure; -*-
|
|
; vim: filetype=clojure
|
|
|
|
-(logging/init {:file "riemann.log"})
|
|
+(logging/init {:file "${LOCALSTATEDIR}/log/riemann/riemann.log"})
|
|
|
|
; Listen on the local interface over TCP (5555), UDP (5555), and websockets
|
|
; (5556)
|