43 lines
1.5 KiB
YAML
43 lines
1.5 KiB
YAML
site_name: Grafana-Zabbix Documentation
|
|
site_description: Documentation for Grafana-Zabbix, Zabbix monitoring system plugin bundle for Grafana
|
|
site_url: https://alexanderzobnin.github.io/grafana-zabbix/
|
|
repo_url: https://github.com/alexanderzobnin/grafana-zabbix/
|
|
edit_uri: blob/docs/docs/sources/
|
|
copyright: Copyright © 2015-2018, Alexander Zobnin
|
|
|
|
docs_dir: sources
|
|
|
|
theme:
|
|
name: readthedocs
|
|
highlightjs: true
|
|
hljs_languages:
|
|
- yaml
|
|
- sql
|
|
extra_css:
|
|
- css/custom.css
|
|
|
|
nav:
|
|
- Project:
|
|
- 'About Grafana-Zabbix': 'index.md'
|
|
- 'Feature Highlights': 'features.md'
|
|
- Installation:
|
|
- 'Installation': 'installation/index.md'
|
|
- 'Building from sources': 'installation/run_from_master.md'
|
|
- 'Upgrade': 'installation/upgrade.md'
|
|
- Configuration:
|
|
- 'Configuration': 'configuration/index.md'
|
|
- 'SQL Data Source Configuration': 'configuration/sql_datasource.md'
|
|
- 'Provisioning': 'configuration/provisioning.md'
|
|
- 'Troubleshooting': 'configuration/troubleshooting.md'
|
|
- User Guides:
|
|
- 'Getting Started': 'guides/gettingstarted.md'
|
|
- 'Templating': 'guides/templating.md'
|
|
- Reference:
|
|
- 'Zabbix Datasource': 'reference/datasource-zabbix.md'
|
|
- 'Triggers Panel': 'reference/panel-triggers.md'
|
|
- 'Functions': 'reference/functions.md'
|
|
- 'Alerting': 'reference/alerting.md'
|
|
- 'Direct DB Connection': 'reference/direct-db-connection.md'
|
|
# - Tutorials:
|
|
# - 'Building Host Dashboard': 'tutorials/host_dashboard.md'
|