-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
97 lines (96 loc) · 3.38 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
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
site_name: NSClient++
site_url: https://nsclient.org
repo_url: https://github.com/mickem/nscp-docs
repo_name: GitHub
edit_uri: /
theme: mkdocs
theme_dir: 'custom_theme'
copyright: "NSClient++ is released under a GPLv2 license"
extra_css:
- pygments.css
- custom.css
extra:
versions:
- 0.5.1
- 0.5.0
- 0.4.4
- 0.4.3
- 0.4.2
pages:
- Manual:
- NSClient++: index.md
- Getting Started: getting_started.md
- Theory: theory.md
- Checking Things: checks.md
- Installing NSClient++: installing.md
- Configuration: settings.md
- FAQ: faq.md
- About:
- Documentation: about/index.md
- Whats New:
- 0.4.0: about/whatsnew/0.4.0.md
- 0.4.1: about/whatsnew/0.4.1.md
- 0.4.2: about/whatsnew/0.4.2.md
- 0.4.3: about/whatsnew/0.4.3.md
- 0.4.4: about/whatsnew/0.4.4.md
- 0.5.0: about/whatsnew/0.5.0.md
- Building NSClient++: about/build.md
- Reporting Bugs: about/bugs.md
- Copyright: about/copyright.md
- License: about/license.md
- Tutorial: tutorial/index.md
- Howto:
- Checking things: howto/checks.md
- Performance Counters: howto/counters.md
- External scripts: howto/external_scripts.md
- Running commands: howto/run_commands.md
- NRPE: howto/nrpe.md
- NSCA: howto/nsca.md
- Migrate from 0.3: howto/03x_migration.md
- Reference:
- Reference: reference/index.md
- Check commands:
- CheckDisk (Windows): reference/windows/CheckDisk.md
- CheckExternalScripts: reference/check/CheckExternalScripts.md
- CheckEventLog (Windows): reference/windows/CheckEventLog.md
- CheckHelpers: reference/check/CheckHelpers.md
- CheckLogFile: reference/check/CheckLogFile.md
- CheckMKClient: reference/check/CheckMKClient.md
- CheckMKServer: reference/check/CheckMKServer.md
- CheckNet: reference/misc/CheckNet.md
- CheckNSCP: reference/check/CheckNSCP.md
- CheckSystemUnix (unix): reference/unix/CheckSystemUnix.md
- CheckSystem (Windows): reference/windows/CheckSystem.md
- CheckTaskSched (Windows): reference/windows/CheckTaskSched.md
- CheckWMI (Windows): reference/windows/CheckWMI.md
- Clients & Servers:
- WEBServer: reference/generic/WEBServer.md
- WEBClient: reference/misc/WEBClient.md
- NRPEServer: reference/client/NRPEServer.md
- NRPEClient: reference/client/NRPEClient.md
- NSClientServer: reference/windows/NSClientServer.md
- NSCAServer: reference/client/NSCAServer.md
- NSCAClient: reference/client/NSCAClient.md
- NRDPClient: reference/client/NRDPClient.md
- SMTPClient: reference/client/SMTPClient.md
- GraphiteClient: reference/client/GraphiteClient.md
- SyslogClient: reference/client/SyslogClient.md
- CollectdClient: reference/misc/CollectdClient.md
- Helper modules:
- Scheduler: reference/generic/Scheduler.md
- SimpleFileWriter: reference/generic/SimpleFileWriter.md
- CommandClient: reference/generic/CommandClient.md
- SimpleCache: reference/generic/SimpleCache.md
- PythonScript: reference/generic/PythonScript.md
- LUAScript: reference/generic/LUAScript.md
- DotnetPlugins: reference/windows/DotnetPlugins.md
- API:
- API: api/index.md
- Plugin: api/plugin.md
markdown_extensions:
- admonition
- toc:
permalink: '#'
- codehilite(css_class=code)
- smarty
- sane_lists