{{ reactor.options.get('prefix') }} {{ level.upper() }}
{{ '=' * len(reactor.options.get('prefix') + level)}}

Alert: {{ alert.name }}
Status: {{ level }}
Value: {{value}}

Time: {{ dt.datetime.now().strftime('%H:%M %d/%m/%Y') }}
URL: {{ alert.query }}
Status: {{ value }}
{% if rule %}
Rule: {{ rule['raw'] }}{% end %}

--

You can configure alerts for notifications in your congifuration file.
See https://github.com/klen/graphite-beacon

