Skip to content

Instantly share code, notes, and snippets.

View star3am's full-sized avatar

Riaan Nolan star3am

View GitHub Profile
@star3am
star3am / cloudformation.json
Last active July 18, 2017 15:23
Cloudformation Template Aurora, MySQL, Redshift, Memcache and Redis
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Database Stack by riaan@riaannolan.com",
"Parameters": {
"InboundTraffic": {
"Description": "Allow inbound traffic to the cluster from this CIDR range.",
"Type": "String",
{
"title": "Collectd dashboard",
"services": {
"query": {
"list": {
"0": {
"query": "plugin:\"load\"",
"alias": "Load",
"color": "#E5AC0E",
"id": 0,
# /etc/collectd/collectd.conf
LoadPlugin exec
<Plugin exec>
NotificationExec "sys:sys" "/usr/bin/slack.sh"
</Plugin>
# /usr/bin/slack.sh
#!/bin/bash -x
PATH=/usr/bin:/bin:$PATH
input=$(cat)
@star3am
star3am / meh
Created February 14, 2016 13:29
{
"title": "Collectd: hostname",
"services": {
"query": {
"list": {
"0": {
"query": "plugin:\"load\"",
"alias": "Load",
"color": "#7EB26D",
"id": 0,
{
"title": "Collectd: hostname",
"services": {
"query": {
"list": {
"0": {
"query": "plugin:\"load\"",
"alias": "Load",
"color": "#7EB26D",
"id": 0,