2015-03-10 08:55:42 +01:00
|
|
|
site_name: Grafana Documentation
|
|
|
|
|
#site_url: http://docs.grafana.com/
|
|
|
|
|
site_url: /
|
|
|
|
|
site_description: Documentation for Grafana, The Graphite and Influxdb dashboard and graph composer
|
|
|
|
|
site_favicon: img/fav32.png
|
|
|
|
|
|
|
|
|
|
dev_addr: '0.0.0.0:8000'
|
|
|
|
|
|
|
|
|
|
repo_url: https://github.com/grafana/grafana/
|
|
|
|
|
|
|
|
|
|
docs_dir: sources
|
|
|
|
|
|
|
|
|
|
include_search: true
|
|
|
|
|
|
|
|
|
|
use_absolute_urls: true
|
|
|
|
|
|
|
|
|
|
# theme: docker
|
|
|
|
|
theme_dir: ./theme/mkdocs/
|
|
|
|
|
theme_center_lead: false
|
|
|
|
|
|
|
|
|
|
copyright: Copyright © 2014-2015, Coding Instinct AB.
|
|
|
|
|
google_analytics: ['UA-47280256-1', 'grafana.org']
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pages:
|
|
|
|
|
|
|
|
|
|
# Introduction:
|
2015-10-06 10:38:19 +02:00
|
|
|
- ['index.md', 'Project', 'About Grafana']
|
|
|
|
|
- ['project/cla.md', 'Project', 'Contributor License Agreement']
|
|
|
|
|
|
2015-03-11 15:13:52 +01:00
|
|
|
- ['installation/index.md', 'Installation', 'Installation']
|
2015-04-13 07:34:55 +02:00
|
|
|
- ['installation/debian.md', 'Installation', 'Installing on Debian / Ubuntu']
|
|
|
|
|
- ['installation/rpm.md', 'Installation', 'Installing on RPM-based Linux']
|
|
|
|
|
- ['installation/mac.md', 'Installation', 'Installing on Mac OS X']
|
2015-04-13 07:55:07 +02:00
|
|
|
- ['installation/windows.md', 'Installation', 'Installing on Windows']
|
2015-04-13 07:34:55 +02:00
|
|
|
- ['installation/docker.md', 'Installation', 'Installing on Docker']
|
2015-10-06 10:38:19 +02:00
|
|
|
- ['project/building_from_source.md', 'Installation', 'Building from Source']
|
2015-04-13 07:34:55 +02:00
|
|
|
|
2015-03-11 15:13:52 +01:00
|
|
|
- ['installation/configuration.md', 'Installation', 'Configuration']
|
2015-07-15 14:48:39 +02:00
|
|
|
- ['installation/ldap.md', 'Installation', 'LDAP Integration']
|
2015-03-10 08:55:42 +01:00
|
|
|
- ['installation/provisioning.md', 'Installation', 'Provisioning']
|
2015-08-11 10:12:58 -04:00
|
|
|
- ['installation/performance.md', 'Installation', 'Performance Tips']
|
2015-03-10 08:55:42 +01:00
|
|
|
- ['installation/troubleshooting.md', 'Installation', 'Troubleshooting']
|
2015-03-12 10:52:29 +01:00
|
|
|
- ['installation/migrating_to2.md', 'Installation', 'Migrating from v1.x to v2.x']
|
2015-03-10 08:55:42 +01:00
|
|
|
|
2015-08-11 10:12:58 -04:00
|
|
|
- ['guides/basic_concepts.md', 'User Guides', 'Basic Concepts']
|
|
|
|
|
- ['guides/gettingstarted.md', 'User Guides', 'Getting Started']
|
2015-03-26 18:03:37 +01:00
|
|
|
- ['guides/whats-new-in-v2.md', 'User Guides', "What's New in Grafana v2.0"]
|
2015-07-17 15:32:46 -05:00
|
|
|
- ['guides/whats-new-in-v2-1.md', 'User Guides', "What's New in Grafana v2.1"]
|
2015-03-10 14:41:19 +01:00
|
|
|
- ['guides/screencasts.md', 'User Guides', 'Screencasts']
|
|
|
|
|
|
2015-03-13 09:46:53 +01:00
|
|
|
- ['reference/graph.md', 'Reference', 'Graph Panel']
|
|
|
|
|
- ['reference/singlestat.md', 'Reference', 'Singlestat Panel']
|
2015-08-11 10:12:58 -04:00
|
|
|
- ['reference/dashlist.md', 'Reference', 'Dashboard List Panel']
|
2015-03-26 17:55:07 +01:00
|
|
|
- ['reference/sharing.md', 'Reference', 'Sharing']
|
2015-03-10 14:41:19 +01:00
|
|
|
- ['reference/annotations.md', 'Reference', 'Annotations']
|
2015-08-11 10:12:58 -04:00
|
|
|
- ['reference/timerange.md', 'Reference', 'Time Range Controls']
|
2015-03-10 14:41:19 +01:00
|
|
|
- ['reference/search.md', 'Reference', 'Dashboard Search']
|
2015-08-11 10:12:58 -04:00
|
|
|
- ['reference/templating.md', 'Reference', 'Templated Dashboards']
|
|
|
|
|
- ['reference/scripting.md', 'Reference', 'Scripted Dashboards']
|
2015-03-10 14:41:19 +01:00
|
|
|
- ['reference/playlist.md', 'Reference', 'Playlist']
|
|
|
|
|
- ['reference/export_import.md', 'Reference', 'Import & Export']
|
2015-03-30 10:12:24 +02:00
|
|
|
- ['reference/admin.md', 'Reference', 'Administration']
|
2015-03-13 10:20:39 +01:00
|
|
|
- ['reference/http_api.md', 'Reference', 'HTTP API']
|
2015-08-10 18:19:56 -04:00
|
|
|
- ['reference/keyboard_shortcuts.md', 'Reference', 'Keyboard Shortcuts']
|
2015-03-10 14:41:19 +01:00
|
|
|
|
2015-08-11 14:26:32 -04:00
|
|
|
- ['datasources/overview.md', 'Data Sources', 'Data Source Overview']
|
2015-03-10 16:17:50 +01:00
|
|
|
- ['datasources/graphite.md', 'Data Sources', 'Graphite']
|
|
|
|
|
- ['datasources/influxdb.md', 'Data Sources', 'InfluxDB']
|
|
|
|
|
- ['datasources/opentsdb.md', 'Data Sources', 'OpenTSDB']
|
2015-06-24 06:54:36 +09:00
|
|
|
- ['datasources/kairosdb.md', 'Data Sources', 'KairosDB']
|
2015-09-30 12:42:48 +01:00
|
|
|
- ['datasources/prometheus.md', 'Data Sources', 'Prometheus']
|
2015-03-10 14:41:19 +01:00
|
|
|
|
2015-08-13 09:51:31 +02:00
|
|
|
- ['tutorials/index.md', 'Tutorials', 'Tutorials']
|
2015-08-18 14:39:04 +02:00
|
|
|
- ['tutorials/hubot_howto.md', 'Tutorials', 'How To integrate Hubot and Grafana']
|
2015-08-13 08:52:50 +02:00
|
|
|
|
2015-03-10 08:55:42 +01:00
|
|
|
- ['jsearch.md', '**HIDDEN**']
|