diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-09 18:09:52 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-06-09 18:09:52 +0100 |
commit | 495c44445642cfae8f23fadde299ad5307f5be58 (patch) | |
tree | 0104c9eef164235aa5ab05b126c8f63e52fb8624 /bytemark_example_alerts.sh | |
parent | 0c88fcc91db1b003cd5d5311f62700c7867b4099 (diff) |
Big commit
--HG--
rename : views/please_authenticate.haml => views/login.haml
Diffstat (limited to 'bytemark_example_alerts.sh')
-rwxr-xr-x | bytemark_example_alerts.sh | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/bytemark_example_alerts.sh b/bytemark_example_alerts.sh index e0d9205..6e90c5c 100755 --- a/bytemark_example_alerts.sh +++ b/bytemark_example_alerts.sh @@ -1,17 +1,17 @@ #!/bin/sh -PRE="./mauve_starter.rb ./bin/mauvesend 127.0.0.1 " +PRE="ruby -I lib ./bin/mauveclient 127.0.0.1 " $PRE -o supportbot -i 173123 \ - -s "My server is not responding" \ - -d "<strong>From:</strong> John Smith <john@smith.name><br/> -<strong>To:</strong> support@support.bytemark.co.uk</br/> -<br/> -<pre>It has been several hours now since I have been able to contact my server -foo.bar.bytemark.co.uk. I am very upset that blah blah blah blah -and furthermore by business is under threat because £15.00 per month -is far too much blah blah blah</pre> -" + -s "My server is not responding" \ + -d "<strong>From:</strong> John Smith <john@smith.name><br/> +#<strong>To:</strong> support@support.bytemark.co.uk</br/> +#<br/> +#<pre>It has been several hours now since I have been able to contact my server +#foo.bar.bytemark.co.uk. I am very upset that blah blah blah blah +#and furthermore by business is under threat because £15.00 per month +#is far too much blah blah blah</pre> +#" $PRE -o networkmonitor -i 1 -u cr01.man.bytemark.co.uk \ -s "cr01.man.bytemark.co.uk did not respond to pings" @@ -23,8 +23,10 @@ $PRE -o networkmonitor -i 2 -u cr01.thn.bytemark.co.uk \ $PRE -o vmhs -i 12346 -u ventham.bytemark.co.uk \ -s "ventham.bytemark.co.uk heartbeat not received" -r +5 + $PRE -o vmhs -i 12345 -u partridge.bytemark.co.uk \ - -s "partridge.bytemark.co.uk heartbeat not received" -r +2 + -s "partridge.bytemark.co.uk heartbeat not received" -r +10 -c now + $PRE -o vmhs -i 12347 -u eider.bytemark.co.uk \ -s "eider.bytemark.co.uk heartbeat not received" -r +2 |