Back to Graphite Web

graphite events

webapp/graphite/templates/events.html

1.1.10480 B
Original Source

{% load static %}

Events

graphite events

{% if events %}

whenwhattags
{% for event in events %}{{event.whendate:"H:i:s D d M Y" }}
{% endfor %} {% else %}
No events. Add events using the admin interface or by posting (eg, curl -X POST {{ protocol }}://{{ site.domain }}{% url "events" %} -d '{"what": "Something Interesting", "tags" : "tag1"}') {% endif %}