-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
148 lines (133 loc) · 4.25 KB
/
Copy pathmkdocs.yml
File metadata and controls
148 lines (133 loc) · 4.25 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
site_name: "Monitooring ja Jälgitavus — Täienduskoolitus"
site_url: https://hkhk-tk.github.io/monitoring/
site_description: "Kaasaegne IT-süsteemide monitooring ja jälgitavus — 26 akadeemilist tundi, Haapsalu KHK, 2026"
site_author: "Maria Talvik"
exclude_docs: |
_snippets/**
repo_name: hkhk-tk/monitoring
repo_url: https://github.com/hkhk-tk/monitoring
edit_uri: edit/main/docs/
theme:
name: material
language: et
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.top
- navigation.indexes
- navigation.tracking
- navigation.instant
- toc.follow
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
- content.code.annotate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: amber
toggle:
icon: material/weather-night
name: Tume teema
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: amber
toggle:
icon: material/weather-sunny
name: Hele teema
font:
text: Inter
code: JetBrains Mono
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/extra.v2.css
extra_javascript:
- https://unpkg.com/mermaid@10.4.0/dist/mermaid.min.js
markdown_extensions:
- toc:
permalink: true
permalink_title: "Lingi sektsioonile"
- abbr
- attr_list
- md_in_html
- admonition
- footnotes
- tables
- def_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ""
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.snippets
- pymdownx.keys
- pymdownx.critic
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji ""
emoji_generator:
!!python/name:material.extensions.emoji.to_svg ""
plugins:
- search:
lang: en
- tags
- git-revision-date-localized:
fallback_to_build_date: true
type: date
locale: et
nav:
- Avaleht: index.md
- "Päev 1 — Prometheus + Grafana":
- "Kava": teacher/paev1-kava.md
- "Loeng 1: Observability": materials/lectures/paev1-observability.md
- "Loeng 2: Prometheus + Grafana": materials/lectures/paev1-loeng.md
- "Labor": labs/01_prometheus_grafana/lab.md
- "Koolitaja juhend": labs/01_prometheus_grafana/koolitaja-juhend.md
- "Päev 2 — Zabbix + Loki":
- "Loeng: Zabbix": materials/lectures/paev2-zabbix.md
- "Loeng: Loki": materials/lectures/paev2-loki.md
- "Labor: Zabbix": labs/02_zabbix_loki/zabbix_lab.md
- "Labor: Loki": labs/02_zabbix_loki/loki_lab.md
- "Päev 3 — ELK Stack & OpenSearch":
- "Kava": teacher/paev3-kava.md
- "Loeng: ELK & OS — kust tuli, kus on, kuhu läheb": materials/lectures/paev3-elk-loeng.md
- "Lisalugemine: Vector search, RAG ja AI": materials/lectures/paev3-vector-rag-lisalugemine.md
- "Lisalugemine: RAG retrieval — BM25, vector, hübriid": materials/lectures/paev3-rag-hybrid-monitooring.md
- "Labor": labs/03_elk_stack/lab.md
- "Päev 4 — TICK + Kesksed logimissüsteemid":
- "Kava": teacher/paev4-kava.md
- "Loeng: TICK Stack intro": materials/lectures/intro-to-tick-stack.md
- "Loeng: aegread, keskne logimine ja SIEM": materials/lectures/paev4-loeng.md
- "Otsustustabelid (cheat sheet)": materials/lectures/paev4-cheat-sheet.md
- "TICK labor": labs/04_tick_keskne_logimine/tick_lab.md
- "Wazuh labor": labs/04_tick_keskne_logimine/wazuh_lab.md
- "Päev 5 — Tempo + OTel + Kokkuvõte":
- "Loeng: Hajutatud jälgimine": materials/lectures/paev5-tracing-loeng.md
- "Loeng: Töökindlus ja käitamine": materials/lectures/paev5-tookindlus-loeng.md
- "Labor": labs/05_tempo_otel/lab.md
- "Trendid 2026": labs/05_tempo_otel/trendid.md
- Ressursid:
- "VM ligipääs": resources/vm-access.md
- "Grafana Stack — LGTM ülevaade": resources/grafana-stack.md
- "Docker Compose cheatsheet": resources/docker-cheatsheet.md
- "Materjalide stiilijuhend": resources/material-style.md
copyright: >
© 2026 Maria Talvik · Haapsalu Kutsehariduskeskus