This file contains hidden or 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
    
  
  
    
  | # Sends events to Flapjack for notification routing. See http://flapjack.io/ | |
| # | |
| # This extension requires Flapjack >= 0.8.7 and Sensu >= 0.13.1 | |
| # | |
| # In order for Flapjack to keep its entities up to date, it is necssary to set | |
| # metric to "true" for each check that is using the flapjack handler extension. | |
| # | |
| # Here is an example of what the Sensu configuration for flapjack should | |
| # look like, assuming your Flapjack's redis service is running on the | |
| # same machine as the Sensu server: | 
  
    
      This file contains hidden or 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
    
  
  
    
  | deb http://apt.postgresql.org/pub/repos/apt precise-pgdg main | 
  
    
      This file contains hidden or 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
    
  
  
    
  | vboxmanage list vms | sed -r 's/^"(.*)" \{(.*)\}$/\1 \2/' | xargs -n 2 sh -c 'echo -n "$1 ($2): "; vboxmanage guestproperty get $2 /VirtualBox/GuestAdd/Version' sh | 
  
    
      This file contains hidden or 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
    
  
  
    
  | #!/bin/bash | |
| umask 0022 | |
| export RAILS_ENV=production | |
| cmds=( | |
| 'bundle install --without development:test' | |
| 'bundle exec rake db:migrate' | |
| 'bundle exec rake assets:precompile' | |
| ) | 
  
    
      This file contains hidden or 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
    
  
  
    
  | - Setting up calendarserver on Ubuntu 12.04 LTS | |
| This describes how to setup a calendarserver with openldap | |
| authentication. | |
| The setup is specific to my needs, your millage may vary. | |
| Afterwards the setup should be as followed : | |
| - A running LDAP server, able to authenticate calendar users | |
| and maintain groups. Communicating with it's clients on TLS | |
| - A running calendar server, serving contents on SSL | 
  
    
      This file contains hidden or 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
    
  
  
    
  | - Setting up gerrit server on Ubuntu 12.04 LTS | |
| This describes how to setup a gerrit server. | |
| == Install the required packages == | |
| == w/ sudo == | |
| - if you are in a VM without swap, add some : | 
  
    
      This file contains hidden or 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
    
  
  
    
  | # Build script for jenkins | |
| set -xe | |
| export GEM_HOME=/var/lib/jenkins/.gem/ruby/1.9.1 | |
| export PATH=$GEM_HOME/bin:$PATH | |
| export RAILS_ENV=test | |
| # Clean up previous gembuilds | |
| rm -Rf /var/lib/jenkins/.gem/ruby/1.9.1/gems | |
| rm -Rf /var/lib/jenkins/.gem/ruby/1.9.1/bin | 
  
    
      This file contains hidden or 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
    
  
  
    
  | # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| require 'fileutils' ; FileUtils.mkdir_p 'shared' | |
| Vagrant::Config.run do |config| | |
| config.vm.define :vm1 do |config| | |
| config.vm.share_folder 'v-root', '/vagrant', 'shared' | |
| config.vm.box = "precise64" | |
| config.vm.network :hostonly, "192.168.99.2" | 
  
    
      This file contains hidden or 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
    
  
  
    
  | - Setting up nagios nrpe client on Ubuntu 12.04.3 LTS | |
| This describes how to setup a nagios nrpe with autossh | |
| tunneling to communicate with the nagios server, and | |
| configure various checks. | |
| The checks are specific to my needs, your millage may vary. | |
| == Install the required packages == | |
| == w/ sudo == | 
  
    
      This file contains hidden or 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
    
  
  
    
  | - Setting up nagios server on Ubuntu 12.04.3 LTS | |
| This describes how to setup a nagios server with nginx | |
| and configure various checks. | |
| The checks are specific to my needs, your millage may vary. | |
| == Install the required packages == | |
| == w/ sudo == | 
NewerOlder