This file contains 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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
% CODE WRITTEN BY LANA DAMILARE YOMI (Copyright November 2009) % | |
% FOR HIS MPHIL THESIS 2009 % | |
% AT THE % | |
% UNIVERSITY OF MANCHESTER % | |
% (Note that this code also contains some useful functions % | |
% written by my Supervisor Dr. Alexander Lanzon) % | |
% % | |
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | |
delete compareMsys.jpg |
This file contains 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 | |
# Set this hostname | |
HOSTNAME=`hostname --short` | |
# Set Graphite host | |
GRAPHITE=my.graphite.host | |
GRAPHITE_PORT=2003 | |
# Loop forever |