Skip to content

Instantly share code, notes, and snippets.

@kyzh
Last active December 16, 2015 22:29
Show Gist options
  • Save kyzh/5507659 to your computer and use it in GitHub Desktop.
Save kyzh/5507659 to your computer and use it in GitHub Desktop.
Updated gdash.yaml
:graphite: http://graphite.example.net
:templatedir: /path/to/my/graph/templates
#:username: admin
#:password: secret
:options:
:title: My Dashboard
:prefix: ""
:refresh_rate: 60
:graph_columns: 2
:graph_width: 500
:graph_height: 250
:graphite_url_displayed: true
:interval_filters:
- :label: Last Hour
:from: -1hour
:to: now
- :label: Last Day
:from: -1day
- :label: Last Week
:from: -1week
- :label: Last Month
:from: -1month
- :label: Last Year
:from: -1year
:intervals:
- [ "-1hour", "1 hour" ]
- [ "-2hour", "2 hour" ]
- [ "-1day", "1 day" ]
- [ "-1month", "1 month" ]
- [ "-1year", "1 year" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment