Relay
|
|
| |
G1 G2
| | | |
G1C1 G1C2 G2C1 G2C2
Essentially:
(require 'riemann.common) | |
(require 'clojure.pprint) | |
(let [host "0.0.0.0"] | |
(graphite-server :host host | |
:port 5559) | |
(tcp-server :host host) | |
(udp-server :host host | |
:max-size 65000) | |
(repl-server :host host) |
BAM - http://www.brooklynmuseum.org/about/rental.php | |
The Bell House - http://www.thebellhouseny.com/private-events/ | |
Knowndown - http://knockdown.center/about/ | |
Grand Prospect - http://www.grandprospect.com/ | |
BRIC House - http://bricartsmedia.org/about/bric-house/rentals-space-use | |
Brooklyn Expo Center - http://www.brooklynexpocenter.com/ |
Relay
|
|
| |
G1 G2
| | | |
G1C1 G1C2 G2C1 G2C2
Essentially:
$ git clone http://.... | |
$ cd riemann | |
$ lein repl :connect 127.0.0.1:5557 | |
----------------------------------------------------- | |
this realm = plexus.core | |
Number of imports: 0 | |
----------------------------------------------------- | |
Exception in thread "main" java.lang.ExceptionInInitializerError (NO_SOURCE_FILE:0) | |
at clojure.lang.Compiler.eval(Compiler.java:5441) |
service collectd restart | |
* Restarting statistics collection and monitoring daemon collectd option = Interval; value = 5.000000; | |
Created new plugin context. | |
. . . . . . . . . . . . . . . . [fail] |
Interval 2 | |
CheckThresholds true | |
LoadPlugin syslog | |
LoadPlugin cpu | |
LoadPlugin df | |
LoadPlugin interface | |
LoadPlugin load | |
LoadPlugin memory | |
LoadPlugin processes |
epoch,value | |
1439908088.867,0.000000 | |
1439908090.868,0.000000 | |
1439908092.867,0.000000 | |
1439908094.867,0.000000 | |
1439908098.868,1.000000 | |
1439908403.791,3.000000 | |
1439908403.793,5.000000 | |
1439908405.887,0.000000 |
Interval 2 | |
CheckThresholds true | |
CollectInternalStats true | |
LoadPlugin syslog | |
LoadPlugin cpu | |
LoadPlugin df | |
LoadPlugin interface | |
LoadPlugin load | |
LoadPlugin memory |
We liked this cocktail place: http://www.experimentalcocktailclub.fr/ |
{ | |
"riemann" : { | |
"riemann_host" : "localhost", | |
"port" : 5555 | |
} | |
} |