-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
227 lines (227 loc) · 9.28 KB
/
Copy pathmkdocs.yml
File metadata and controls
227 lines (227 loc) · 9.28 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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
site_name: NOC
site_description: NOC, the open-source network management system
site_author: Gufo Labs
site_url: https://getnoc.com/
repo_url: https://github.com/gufolabs/noc
repo_name: GitHub
edit_uri: -/edit/master/docs/
copyright: 2007-2026, Gufo Labs
nav:
- Home: index.md
- Installation: installation-guide/
- Guides:
- Overview: sections-overview/guides.md
- Quickstart: quickstart-guide/index.md
- Community Guide: community-guide/
- Docs Contributing Guide: docs-contributing-guide/index.md
- Docs Translation Guide: docs-translation-guide/index.md
- Docs Style Guide: docs-style-guide/
- References:
- Overview: sections-overview/references.md
- Concepts: concepts/
- Profiles: profiles-reference/
- Capabilities: caps-reference/
- Alarm Classes: alarm-classes-reference/
- Event Classes: event-classes-reference/
- Measurement Units: measurement-units-reference/index.md
- Metrics: metrics-reference/
- MX Messages: mx-messages-reference/
- Technologies: technologies-reference/index.md
- Services: services-reference/
- Configuration: config-reference/
- Discovery: discovery-reference/
- Internal Metrics: internal-metrics-reference/index.md
- noc-agent: agent-reference/
- Merge Request Labels: mr-labels-reference/index.md
- DataStream API: datastream-api-reference/
- NBI API: nbi-api-reference/
- BI Dictionaries: bi-dict-reference/
- BI Models: bi-models-reference/
- ConfDB: confdb-reference/
- Scripts Reference: scripts-reference/
- Handlers: handlers-reference/
- Object Models: object-models-reference/
- Model Interfaces: model-interfaces-reference/
- Connection Types: connection-types-reference/
- Inventory Protocols: inventory-protocols-reference/index.md
- Streams: streams-reference/
- Alarm Reference Format: alarm-reference-format/index.md
- Date and Time Formats: datetime-format/index.md
- Man Pages: man/
- Feature Gates: feature-gates-reference/index.md
- Operational Alerts: operational-alerts-reference/
- Supported Standards: supported-standards/index.md
- How-to:
- Overview: sections-overview/howto.md
- Deploy NOC: deploy-noc-howto/index.md
- Backup NOC: backup-noc-howto/index.md
- Shell: noc-shell-howto/index.md
- Add devices from network scan: add-from-network-scan-howto/index.md
- Sharing Collections Howto: sharing-collections-howto/index.md
- Loading FIAS Data Howto: fias-loading-howto/
- Custom Static Dashbord with Device Charts: custom-dev-grafana-dashboard-howto/index.md
- How to Import MIB Files: import-mib-file-howto/index.md
- Using Housekeeper to Collect Device Data: using-hk-to-collect-data-howto/index.md
- Upgrade Your Single-node Postgres Server: upgrade-single-postgres-howto/index.md
- NOC Monitoring: noc-monitoring-howto/index.md
- Reclaim Database Space: reclaim-db-space-howto/index.md
- Migrate Liftbridge to Kafka: liftbridge-to-kafka-howto/index.md
- Cleaning False Config Changes: cleaning-false-config-changes-howto/index.md
- Create Object Models: create-object-models-howto/
- Writing NOC Command: writing-noc-command-howto/index.md
- Language translation: language-translation-howto/index.md
- Configure vCenter on NOC as Device Source: howto-add-vcenter-to-noc/index.md
- Connect Zabbix Remote System as Managed Object Source: howto-add-zabbix-rs-to-noc/index.md
- Background:
- Overview: sections-overview/background.md
- NOC Governance: governance/index.md
- Connection Restrictions: connection-restrictions/index.md
- Connection Type Restrictions: connection-type-restrictions/index.md
- Topology Processing Features: topology-processing-features/index.md
- Configuration Management: configuration-management/index.md
- Host Discovery Network: host-discovery-network/index.md
- Fault Management: fault-management/index.md
- Alarm Escalation: alarm-escalation-reference/index.md
- Performance Management: performance-management/
- Working with Report: reference-report-configuration/index.md
- Peering Management: peering-management/index.md
- Monitoring by Service Operation Status: service-status-monitoring/index.md
- Message Notification: message-notification/index.md
- Custom: custom/index.md
- Cards: card/index.md
- ETL: etl/index.md
- Storm Protection: storm-protection/index.md
- UI Guideline: ui-guideline/index.md
- NOC Products Highlights: highlights/
- Blog:
- blog/index.md
- Releases: releases/
- Glossary: glossary/index.md
- License: license.md
- Thanks: thanks.md
# Russian translations
# nav:
# - User's Guide:
# - How-to Guides:
# - Собственный статичный дашборд с графиками устройства в НОКе: user/howto/how-to-create-custom-device-grafana-dash.md
# - Использование Housekeeper для сбора данных с устройства: user/howto/how-to-use-hk-for-collect-device-data.md
# - Как импортировать MIB файл в НОК: user/howto/how-to-import-mib-file.md
# - Background:
# - Работа с конфигурацией оборудования: user/background/configuration-management/index.md
# - Работа с топологией: user/background/topology/index.md
# - Работа с авариями: user/background/fault-management/index.md
# - Работа с метриками: user/background/performance-management/index.md
# - Учет BGP сессий: user/background/peering-management/index.md
# - Reference:
# - Concepts:
# - Developer's Guide:
# - Tools:
# - Использование консоли разработчика для настройки системы: dev/tools/howto-noc-shell-example-work-1.md
# - Handlers:
# - Удаление лишних данных из конфигурационного файла MO: dev/handlers/howto-delete-config-data.md
# - Data Models: dev/data-models/index.md
# - Типы соединений: dev/object-model/connection-type.md
# - Правила соединений: dev/object-model/connection-rule.md
# - Ограничения на соединения: dev/object-model/connection-restrictions.md
# - Ограничения на типы соединения: dev/object-model/connection-type-restrictions.md
# - Создания Модели Объекта: dev/object-model/how-to-create-object-model.md
theme:
name: material
logo: assets/logo.svg
custom_dir: docs/overrides
features:
- content.action.edit
- navigation.tabs
- navigation.tabs.sticky
# - navigation.path
- navigation.prune
# - navigation.instant
- navigation.footer
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
primary: deep purple
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
toggle:
icon: material/weather-night
name: Switch to light mode
extra_css:
- assets/extra.css
use_directory_urls: true
site_dir: dist/docs
strict: false
markdown_extensions:
- toc:
permalink: true
- admonition
- attr_list
- def_list
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
watch:
- docs/
- mkdocs.yml
- macros.py
plugins:
- search
- macros:
module_name: macros
on_error_fail: true
- blog:
blog_dir: blog/
post_url_date_format: yyyy
post_url_format: "{date}-{slug}"
- literate-nav:
nav_file: SUMMARY.md
- i18n:
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
default: true
name: English
build: true
- locale: ru
name: Русский
build: true
nav_translations:
Installation: Установка
Using Gufo Thor: Используя Gufo Thor
Overview: Обзор
External Storage: Внешнее хранилище
Interface: Интерфейс
Interface Profile: Профиль интерфейса
Label: Метка
hooks:
- scripts/docs/hooks/blog.py
extra:
analytics:
provider: google
property: G-9JQSC5GQTM
tab: ":material-arrow-right:"
tab2: ":material-arrow-right: :material-arrow-right:"
tab3: ":material-arrow-right: :material-arrow-right: :material-arrow-right:"
complex: ":material-arrow-down:"
"yes": ":material-check:"
"no": ":material-close:"
wbr: "<wbr>"
version: "25.1.2"