-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
64 lines (58 loc) · 1.67 KB
/
mkdocs.yml
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
site_name: ReChecked Agent Docs
site_author: ReChecked, Jake Omann
site_description: >-
Technical documentation for ReChecked Agent (rcagent), quick start guide, how
to use the plugin, agent, and Nagios XI config wizard.
repo_name: rcagent
repo_url: https://github.com/rechecked/rcagent
copyright: Copyright © 2023 <a href="https://rechecked.io">ReChecked</a>
extra:
generator: false
theme:
name: material
language: en
logo: assets/rechecked-white.png
favicon: assets/favicon.ico
palette:
primary: black
features:
- navigation.instant
- navigation.sections
- navigation.tracking
- navigation.expand
#- toc.integrate
- content.tabs.link
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- offline:
enabled: !ENV [OFFLINE, false]
- search
nav:
- Introduction: index.md
- Getting Started:
- Installation: getting-started/installation.md
- Configuration: getting-started/configuration.md
- Nagios XI: getting-started/nagios-xi.md
- Checks:
- Active Checks: checks/active-checks.md
- Passive Checks: checks/passive-checks.md
- Status API Reference:
- CPU: status-api/cpu.md
- Disk: status-api/disk.md
- Load: status-api/load.md
- Memory: status-api/memory.md
- Network: status-api/network.md
- Plugins: status-api/plugins.md
- Processes: status-api/processes.md
- Services: status-api/services.md
- System: status-api/system.md
- Config File Reference:
- Config Options: config/options.md
- Optional Sections:
- Checks: config/checks.md
- Manager: config/manager.md