I hereby claim:
- I am baylisscg on github.
- I am baylisscg (https://keybase.io/baylisscg) on keybase.
- I have a public key ASC21F5xSI-OCEKJuBea3GaQiV56Ga6nl0Ero8PBB2csYAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # Fix up config files | |
| cat <<EOF > /etc/resolv.conf | |
| search rc.melbourne.nectar.org.au | |
| nameserver 115.146.82.4 | |
| nameserver 115.146.80.4 | |
| EOF |
| #!/bin/sh | |
| # | |
| # /etc/init.d/tomcat7 -- startup script for the Tomcat 7 servlet engine | |
| # | |
| # Written by Miquel van Smoorenburg <[email protected]>. | |
| # Modified for Debian GNU/Linux by Ian Murdock <[email protected]>. | |
| # Modified for Tomcat by Stefan Gybas <[email protected]>. | |
| # Modified for Tomcat6 by Thierry Carrez <[email protected]>. | |
| # Additional improvements by Jason Brittain <[email protected]>. | |
| # |
| # Take the $scheme variable and set $is_ssl to either "on" or "off" | |
| # depending on whether HTTPS is in use. ( Defaults to OFF ) | |
| map $scheme $is_ssl { | |
| default off; | |
| http off; | |
| https on; | |
| } |
| # Properly inform PHP code if HTTPS is in use. | |
| fastcgi_param HTTPS on; # on if using HTTPS off otherwise | |
| fastcgi_param SSL_PROTOCOL $ssl_protocol; # the SSL version in use e.g. TLSv1, SSLv3 ... |
| [your.domain;Totals] | |
| # Comments are hashed | |
| update no # This is not a real machine so turn of fetching | |
| temp.graph_title My Graph # Name the graph | |
| # Indicate the data we want to use in this graph (average and trend are dummy values) | |
| temp.graph_order host1=host1.your.domain:plugin_name.value \ | |
| host2=host2.your.domain:plugin_name.value \ |