These are the Kickstarter Engineering and Data role definitions for both teams.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1: https://repo1.maven.org/maven2/ -> am.ik.archetype:maven-reactjs-blank-archetype (Blank Project for React.js) | |
2: https://repo1.maven.org/maven2/ -> am.ik.archetype:msgpack-rpc-jersey-blank-archetype (Blank Project for Spring Boot + Jersey) | |
3: https://repo1.maven.org/maven2/ -> am.ik.archetype:mvc-1.0-blank-archetype (MVC 1.0 Blank Project) | |
4: https://repo1.maven.org/maven2/ -> am.ik.archetype:spring-boot-blank-archetype (Blank Project for Spring Boot) | |
5: https://repo1.maven.org/maven2/ -> am.ik.archetype:spring-boot-docker-blank-archetype (Docker Blank Project for Spring Boot) | |
6: https://repo1.maven.org/maven2/ -> am.ik.archetype:spring-boot-gae-blank-archetype (GAE Blank Project for Spring Boot) | |
7: https://repo1.maven.org/maven2/ -> am.ik.archetype:spring-boot-jersey-blank-archetype (Blank Project for Spring Boot + Jersey) | |
8: https://repo1.maven.org/maven2/ -> at.chrl.archetypes:chrl-spring-sample (Archetype for Spring Vaadin Webapps) | |
9: https://repo1.maven.org/maven2/ -> br.com.address.archetypes:struts2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Sparkline Generator | |
; Copyright (c) Jonathan A Watmough. All Rights Reserved. | |
; | |
; The use and distribution terms for this software are covered by the | |
; Common Public License 1.0 (http://opensource.org/licenses/cpl1.0.txt). | |
; By using this software in any fashion, you are agreeing to be bound by | |
; the terms of this license. Do not remove this notice. | |
(import 'java.io.File) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"riemann" : { | |
"riemann_host" : "localhost", | |
"port" : 5555 | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We liked this cocktail place: http://www.experimentalcocktailclub.fr/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Interval 2 | |
CheckThresholds true | |
CollectInternalStats true | |
LoadPlugin syslog | |
LoadPlugin cpu | |
LoadPlugin df | |
LoadPlugin interface | |
LoadPlugin load | |
LoadPlugin memory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Interval 2 | |
CheckThresholds true | |
LoadPlugin syslog | |
LoadPlugin cpu | |
LoadPlugin df | |
LoadPlugin interface | |
LoadPlugin load | |
LoadPlugin memory | |
LoadPlugin processes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
service collectd restart | |
* Restarting statistics collection and monitoring daemon collectd option = Interval; value = 5.000000; | |
Created new plugin context. | |
. . . . . . . . . . . . . . . . [fail] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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) |