Skip to content

Instantly share code, notes, and snippets.

View jamtur01's full-sized avatar
💭
I may be slow to respond.

James Turnbull jamtur01

💭
I may be slow to respond.
View GitHub Profile
@jamtur01
jamtur01 / ladder.md
Last active February 17, 2025 09:09
Kickstarter Engineering Ladder
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
@jamtur01
jamtur01 / sparklines.clj
Created September 13, 2015 17:43
Sparklines generator modified from Jonathan A Watmough
; 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)
@jamtur01
jamtur01 / riemann.json
Created September 3, 2015 16:37
Riemann metrics handler for Sensu
{
"riemann" : {
"riemann_host" : "localhost",
"port" : 5555
}
}
We liked this cocktail place: http://www.experimentalcocktailclub.fr/
Interval 2
CheckThresholds true
CollectInternalStats true
LoadPlugin syslog
LoadPlugin cpu
LoadPlugin df
LoadPlugin interface
LoadPlugin load
LoadPlugin memory
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
LoadPlugin syslog
LoadPlugin cpu
LoadPlugin df
LoadPlugin interface
LoadPlugin load
LoadPlugin memory
LoadPlugin processes
service collectd restart
* Restarting statistics collection and monitoring daemon collectd option = Interval; value = 5.000000;
Created new plugin context.
. . . . . . . . . . . . . . . . [fail]
@jamtur01
jamtur01 / gist:cb68349f7beeba85e5c2
Last active August 29, 2015 14:23
Riemann REPL server
$ 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)