
   Notifications : be creative
  =============================
  
  (notifier sms
    "echo '%date% %function% CRITICAL on %hostname%' |
     curl http://somewebservice")
  
  (notifier sms-from-usb-phone
    "./magic-script.sh 'Error %date% %function')
  
  (notifier creepy-voice
    "espeak 'problem with %hostname%')
  
  (notifier sound-file
    "mpg321 submarine_alert.mp3")
  
  (notifier irc
    "./send_to_irc.sh error %function% %name%'")
  
  (notifier ii
    "echo 'error %function%' | tee server/#chan/in")
  
  (notifier desktop-notification
    "notify-send 'error %function% %name%'")
  
