Skip to content

Instantly share code, notes, and snippets.

View philwinder's full-sized avatar

Phil Winder philwinder

View GitHub Profile
# Required application name for Spring
spring.application.name=mesos-monkey-minimesos
# Mesos framework name
mesos.framework.name=mesos-monkey-minimesos
# Mesos settings
mesos.master=zk://${mesos.zookeeper.server}/mesos
# mesos.zookeeper.server=$ZOOKEEPER:2181
# Introduction
# This example uses minimesos to run a simple hello world webapp.
# First, start minimesos with three agents.
# Required application name for Spring
spring.application.name=hello-world
# Mesos framework name
mesos.framework.name=hello-world
# Introduction
# This is an example properties file to run a jar version of kibana.
# All of the properties in the mesos-starter project are overridable.
# Required application name for Spring
spring.application.name=kibana
# Mesos framework name
mesos.framework.name=kibana
# Introduction
# This is an example properties file to run a dockerized version of kibana.
# All of the properties in the mesos-starter project are overridable.
# Required application name for Spring
spring.application.name=kibana-docker
# Mesos framework name
mesos.framework.name=kibana-docker
@philwinder
philwinder / kibana.yml
Last active March 10, 2016 16:01
Example Kibana yml file for testing
kibana.defaultAppId: "dashboard"
logging.verbose: true
@philwinder
philwinder / elasticsearch.yml
Last active March 3, 2016 10:08
Test url based yml file for Mesos ES project
index.auto_expand_replicas: false
path.plugins: /tmp/plugins
network.publish_host: 0.0.0.0
@philwinder
philwinder / .zshrc
Last active January 22, 2016 14:05
My oh-my-zsh configuration
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="gianu"
# Uncomment the following line to use case-sensitive completion.
@philwinder
philwinder / dcosDemo.sh
Last active August 29, 2015 14:24
Shell script for Container Solutions Software Circus Meetup
#!/bin/bash
################
# Introduction #
# This script is a demo of DCOS for the Container Solutions hosted Software Circus meetup.
# Don't run this as a script, it expects the DCOS CLI installed. Rather you should work
# through the examples one by one.
# Prerequisites:
# - A working DCOS cluster on AWS. See https://mesosphere.com/amazon/setup/
# Please make sure you enter your master AWS IP below.
@philwinder
philwinder / kibana4
Created May 20, 2015 10:06
Kibana4 init.d script for SLES 11 SP3
#!/bin/sh
### BEGIN INIT INFO
# Provides: kibana4
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start daemon at boot time
# Description: Enable service provided by daemon.
### END INIT INFO