-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathmkdocs.yml
More file actions
209 lines (202 loc) · 5.81 KB
/
mkdocs.yml
File metadata and controls
209 lines (202 loc) · 5.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
# Project information
site_name: Zabbix 7 Monitoring
site_url: https://trikke76.github.io/Zabbix-Book
site_author: Patrik Uytterhoeven and all github contributors
site_description: An open-source Zabbix book
copyright: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License
# Repository
repo_name: trikke76
repo_url: https://github.com/trikke76/Zabbix-Book
edit_uri: edit/master/docs
docs_dir: docs
# Navigation
nav:
- Welcome: "index.md"
- "Getting started":
- installation/Requirements.md
- installation/installing-zabbixdb.md
- installation/installing-zabbix.md
- installation/installing-zabbix-ha.md
- "The basics":
- configuration/Dashboard.md
- configuration/zabbix-users.md
- configuration/zabbix-hosts.md
- configuration/zabbix-hostgroups.md
- configuration/zabbix-interfaces.md
- configuration/zabbix-templates.md
- configuration/zabbix-items.md
- configuration/zabbix-triggers.md
- configuration/zabbix-macros.md
- configuration/zabbix-dataflow.md
- "Data collection":
- data-collection/zabbix-agent.md
- "Problem detection":
- problems/zabbix-triggers.md
- "Taking action when problems come":
- actions/zabbix-eventactions.md
- "Managing permissions":
- permissions/managing-permissions.md
- "Visualising Problems":
- visualising/Visualising-our-problems.md
- "Automating configuration":
- automation/automating-configuration.md
- "VMWare monitoring":
- vmware/vmware-monitoring.md
- "Monitoring websites":
- websites/monitoring-websites.md
- "Monitoring SNMP, IPMI and JAVA":
- extra-monitoring/SNMP-monitoring.md
- extra-monitoring/SNMP-traps-monitoring.md
- extra-monitoring/JAVA-monitoring.md
- extra-monitoring/IPMI-monitoring.md
- "Authentication":
- authentication/zabbix-http.md
- authentication/zabbix-ldap.md
- authentication/zabbix-saml.md
- authentication/zabbix-mfa.md
- "Monitoring with Proxies":
- proxies/installing-proxies.md
- proxies/active-proxy.md
- proxies/passive-proxy.md
- proxies/loadbalancing-proxies.md
- "Securing Zabbix":
- security/securing-zabbix.md
- security/securing-zabbix-selinux.md
- "Maintaining Zabbix":
- maintenance/maintaining-zabbix.md
- "Monitoring Windows":
- windows/monitoring-windows.md
- "Zabbix API":
- api/zabbix-api.md
- "Zabbix Extras":
- extras/modbus.md
- extras/contributors.md
- Translation and Guidlines: "Guidlines-for-translations.md"
theme:
language: en
name: material
custom_dir: docs/overrides
font:
text: Roboto
code: Nunito
icon:
logo: material/library
features:
- header.autohide
- navigation.sections
# - navigation.instant can't be used with i18n
- navigation.expand
palette:
- scheme: default
primary: blue
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: light blue
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra_css:
- stylesheets/extra.css
# Plugins
plugins:
- search
- i18n:
reconfigure_material: true
fallback_to_default: true
docs_structure: suffix
languages:
- locale: fr
name: Français
build: true
- locale: de
name: German
build: true
- locale: it
name: Italian
build: true
- locale: nl
name: Nederlands
build: true
nav_translations:
Welcome: Welkom
Getting started: Aan de slag
The basics: De basis
Problem detection: Probleem detectie
- locale: pt
name: Portuguese
build: true
- locale: es
name: Spanish
build: true
- locale: th
name: ภาษาไทย
build: true
nav_translations:
Welcome: ยินดีต้อนรับ
Getting started: การเริ่มต้น
The basics: พื้นฐาน
Problem detection: การตรวจจับปัญหา
- locale: zh
name: 中国人
build: true
nav_translations:
Welcome: 欢迎
Getting started: 入门
The basics: 基础
Problem detection: 问题检测
- locale: en
default: true
name: English
build: true
- print-site:
add_to_navigation: false
print_page_title: "Print Book"
add_print_site_banner: true
print_site_banner_template: "docs/assets/templates/custom_banner.tpl"
# Table of contents
add_table_of_contents: true
toc_title: "Table of Contents"
toc_depth: 6
# Content-related
add_full_urls: false
enumerate_headings: true
enumerate_figures: true
add_cover_page: true
cover_page_template: "docs/assets/templates/custom_cover_page.tpl"
path_to_pdf: ""
include_css: true
enabled: true
exclude:
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- footnotes
- def_list
- meta
- toc:
permalink: true
- pymdownx.details
- pymdownx.blocks.admonition
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.progressbar
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg