An open API service indexing awesome lists of open source software.

https://github.com/mikejoh/annotationer

A small script that helps you POST Events via the Graphite API.
https://github.com/mikejoh/annotationer

graphite-api

Last synced: 12 months ago
JSON representation

A small script that helps you POST Events via the Graphite API.

Awesome Lists containing this project

README

          

# annotationer
A small script that helps you POST Events to the Graphite API. When i wrote this script i had to send a POST-request to two Graphite nodes because we had two servers behind a load balancer and the Event database wasn't mirrored between the nodes.

### Examples

```
$> annotationer.py -ip -w "Something happened" -t "tag1 tag2 tag3"
$> annotationer.py -ip -w "Something happened" -t "tag1 tag2 tag3" -e 1488326400
```