Skip to content

Instantly share code, notes, and snippets.

@attebury
attebury / status.sh
Created June 16, 2011 14:52
GeekTool website monitor
#!/bin/bash
# GeekTool script to display status of websites you monitor. See http://projects.tynsoe.org/en/geektool/
# Displays name of site if there's no error. Adds "!!!!" in front of unavailable site.
# Sends an email when a site is unavailable.
ARRAY=(
'awebsite.com'
'anotherwebsite.com'
'onemore.com'
)