forked from sentinl/sentinl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
46 lines (46 loc) · 1.79 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
site_name: SENTINL Docs
site_url: https://github.com/sirensolutions/sentinl
repo_url: https://github.com/sirensolutions/sentinl
site_author: Lorenzo Mangani <[email protected]>
copyright: "2018 QXIP BV and Siren"
extra:
name: 'SENTINL'
link: 'https://github.com/sirensolutions/sentinl'
pages:
- Home:
- 'index.md'
- 'Introduction.md'
- 'Installation.md'
- 'Config-Example.md'
- 'Authentication.md'
- 'Troubleshoot.md'
- 'FAQ.md'
- User Guide:
- 'Alerts as Annotations': 'HOWTO-Kibana-Annotations.md'
- 'Alerts in Dashboards': 'HOWTO-Alerts-in-Dashboard.md'
- 'Alerts to Nagios NRDP': 'HOWTO-Alerts-in-Nagios-NRDP.md'
- 'Anomaly Detection': 'HOWTO-Anomaly-Detection.md'
- 'Anomaly Detection (ATLAS)': 'HOWTO-Statistical-Anomaly-Detector.md'
- 'Outlier Detection': 'HOWTO-Outlier-Detection.md'
- 'Watcher from SPY': 'HOWTO-Form-Watchers-from-SPY-Panel.md'
- 'Transform Examples': 'HOWTO-Transform-Examples.md'
- Watchers:
- 'Anatomy': 'Watcher-Anatomy.md'
- 'Controls': 'Watcher-Controls.md'
- 'Actions': 'Watcher-Actions.md'
- 'Wizard': 'Watcher-Wizard.md'
- Examples:
- 'Watchers': 'Watcher-Examples.md'
- 'Reports': 'HOWTO-Create-Reports.md'
- Development:
- 'API': 'API.md'
- Howto:
- 'Alerts in a dashboard': 'HOWTO-Alerts-in-Dashboard.md'
- 'Create a watcher from a dashboard': 'HOWTO-Form-Watchers-from-SPY-Panel.md'
- 'Alerts in Nagios': 'HOWTO-Alerts-in-Nagios-NRDP.md'
- 'Anomaly detection': 'HOWTO-Anomaly-Detection.md'
- 'Statistical anomaly detector': 'HOWTO-Statistical-Anomaly-Detector.md'
- 'Outlier detection': 'HOWTO-Outlier-Detection.md'
- 'Create report': 'HOWTO-Create-Reports.md'
- 'Kibana annotations': 'HOWTO-Kibana-Annotations.md'
- 'Transform example': 'HOWTO-Transform-Examples.md'