Bulk add frontmatter to all documentation (#8354)
* Bulk add frontmatter * A few extra edge cases
Joel Hans committed
Mar 10, 2020 at 15:29 UTC
9342704a41cbd20a315e55f0b1ff3efd9f039498
271 files changed
+1896
-2
.travis/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Description of CI build configuration"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/.travis/README.md
5
+---
6
+-->
7
+
8
# Description of CI build configuration
9
10
## Variables needed by travis
BREAKING_CHANGES.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Breaking Changes"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/BREAKING_CHANGES.md
5
+---
6
+-->
7
+
8
# Breaking Changes
9
10
- remove deprecated bash modules (`apache`, `cpu_apps`, `cpufreq`, `exim`, `hddtemp`, `load_average`, `mem_apps`, `mysql`, `nginx`, `phpfpm`, `postfix`, `squid`, `tomcat`) [[#7962](https://github.com/netdata/netdata/pull/7962)]
BUILD.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "The build system"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/BUILD.md
5
+---
6
+-->
7
+
8
# The build system
9
10
We are currently migrating from `autotools` to `CMake` as a build-system. This document
CHANGELOG.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Changelog"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/CHANGELOG.md
5
+---
6
+-->
7
+
8
# Changelog
9
10
## [**Next release**](https://github.com/netdata/netdata/tree/HEAD)
CODE_OF_CONDUCT.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Contributor Covenant Code of Conduct"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/CODE_OF_CONDUCT.md
5
+---
6
+-->
7
+
8
# Contributor Covenant Code of Conduct
9
10
## Our Pledge
CONTRIBUTING.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Contributing"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/CONTRIBUTING.md
5
+---
6
+-->
7
+
8
# Contributing
9
10
Thank you for considering contributing to Netdata.
DOCUMENTATION.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata Documentation"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/DOCUMENTATION.md
5
+---
6
+-->
7
+
8
# Netdata Documentation
9
10
**Netdata is real-time health monitoring and performance troubleshooting for systems and applications.** It helps you
README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata [](https://travis-ci.com/netdata/netdata) [](https://bestpractices.coreinfrastructure.org/projects/2231) [](https://www.gnu.org/licenses/gpl-3.0) [](<>)"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/README.md
5
+---
6
+-->
7
+
8
# Netdata [](https://travis-ci.com/netdata/netdata) [](https://bestpractices.coreinfrastructure.org/projects/2231) [](https://www.gnu.org/licenses/gpl-3.0) [](<>)
9
10
[ plugin.
collectors/idlejitter.plugin/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "idlejitter.plugin"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/idlejitter.plugin/README.md
5
+---
6
+-->
7
+
8
# idlejitter.plugin
9
10
It works like this:
collectors/ioping.plugin/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "ioping.plugin"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/ioping.plugin/README.md
5
+---
6
+-->
7
+
8
# ioping.plugin
9
10
The ioping plugin supports monitoring latency for any number of directories/files/devices,
collectors/macos.plugin/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "macos.plugin"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/macos.plugin/README.md
5
+---
6
+-->
7
+
8
# macos.plugin
9
10
Collects resource usage and performance data on MacOS systems
collectors/nfacct.plugin/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "nfacct.plugin"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/nfacct.plugin/README.md
5
+---
6
+-->
7
+
8
# nfacct.plugin
9
10
`nfacct.plugin` collects Netfilter statistics.
collectors/node.d.plugin/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "node.d.plugin"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/node.d.plugin/README.md
5
+---
6
+-->
7
+
8
# node.d.plugin
9
10
`node.d.plugin` is a Netdata external plugin. It is an **orchestrator** for data collection modules written in `node.js`.
collectors/node.d.plugin/fronius/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Fronius Symo monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/node.d.plugin/fronius/README.md
5
+---
6
+-->
7
+
8
# Fronius Symo monitoring with Netdata
9
10
Collects metrics from the configured solar power installation from Fronius Symo.
collectors/node.d.plugin/named/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "ISC BIND monitoring with Netdata "
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/node.d.plugin/named/README.md
5
+---
6
+-->
7
+
8
# ISC BIND monitoring with Netdata
9
10
Monitor one or more ISC Bind servers.
collectors/node.d.plugin/sma_webbox/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "SMA Sunny WebBox monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/node.d.plugin/sma_webbox/README.md
5
+---
6
+-->
7
+
8
# SMA Sunny WebBox monitoring with Netdata
9
10
[SMA Sunny Webbox](http://files.sma.de/dl/4253/WEBBOX-DUS131916W.pdf)
collectors/node.d.plugin/snmp/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "SNMP device monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/node.d.plugin/snmp/README.md
5
+---
6
+-->
7
+
8
# SNMP device monitoring with Netdata
9
10
Collects data from any SNMP device and uses the [net-snmp](https://github.com/markabrahams/node-net-snmp) module.
collectors/node.d.plugin/stiebeleltron/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Stiebel Eltron ISG monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/node.d.plugin/stiebeleltron/README.md
5
+---
6
+-->
7
+
8
# Stiebel Eltron ISG monitoring with Netdata
9
10
Collects metrics from the configured heat pump and hot water installation from Stiebel Eltron ISG web.
collectors/perf.plugin/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "perf.plugin"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/perf.plugin/README.md
5
+---
6
+-->
7
+
8
# perf.plugin
9
10
`perf.plugin` collects system-wide CPU performance statistics from Performance Monitoring Units (PMU) using
collectors/plugins.d/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "External plugins overview"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/plugins.d/README.md
5
+---
6
+-->
7
+
8
# External plugins overview
9
10
`plugins.d` is the Netdata internal plugin that collects metrics
collectors/proc.plugin/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "proc.plugin"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/proc.plugin/README.md
5
+---
6
+-->
7
+
8
# proc.plugin
9
10
- `/proc/net/dev` (all network interfaces for all their values)
collectors/python.d.plugin/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "python.d.plugin"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/README.md
5
+---
6
+-->
7
+
8
# python.d.plugin
9
10
`python.d.plugin` is a Netdata external plugin. It is an **orchestrator** for data collection modules written in `python`.
collectors/python.d.plugin/adaptec_raid/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Adaptec RAID controller monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/adaptec_raid/README.md
5
+---
6
+-->
7
+
8
# Adaptec RAID controller monitoring with Netdata
9
10
Collects logical and physical devices metrics.
collectors/python.d.plugin/am2320/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "AM2320 sensor monitoring with netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/am2320/README.md
5
+---
6
+-->
7
+
8
# AM2320 sensor monitoring with netdata
9
10
Displays a graph of the temperature and humity from a AM2320 sensor.
collectors/python.d.plugin/apache/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Apache monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/apache/README.md
5
+---
6
+-->
7
+
8
# Apache monitoring with Netdata
9
10
Monitors one or more Apache servers depending on configuration.
collectors/python.d.plugin/beanstalk/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Beanstalk monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/beanstalk/README.md
5
+---
6
+-->
7
+
8
# Beanstalk monitoring with Netdata
9
10
Provides server and tube-level statistics.
collectors/python.d.plugin/bind_rndc/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "ISC Bind monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/bind_rndc/README.md
5
+---
6
+-->
7
+
8
# ISC Bind monitoring with Netdata
9
10
Collects Name server summary performance statistics using `rndc` tool.
collectors/python.d.plugin/boinc/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "BOINC monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/boinc/README.md
5
+---
6
+-->
7
+
8
# BOINC monitoring with Netdata
9
10
Monitors task counts for the Berkely Open Infrastructure Networking Computing (BOINC) distributed computing client using the same RPC interface that the BOINC monitoring GUI does.
collectors/python.d.plugin/ceph/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "CEPH monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/ceph/README.md
5
+---
6
+-->
7
+
8
# CEPH monitoring with Netdata
9
10
Monitors the ceph cluster usage and consumption data of a server, and produces:
collectors/python.d.plugin/chrony/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Chrony monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/chrony/README.md
5
+---
6
+-->
7
+
8
# Chrony monitoring with Netdata
9
10
Monitors the precision and statistics of a local chronyd server, and produces:
collectors/python.d.plugin/couchdb/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Apache CouchDB monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/couchdb/README.md
5
+---
6
+-->
7
+
8
# Apache CouchDB monitoring with Netdata
9
10
Monitors vital statistics of a local Apache CouchDB 2.x server, including:
collectors/python.d.plugin/dns_query_time/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "DNS query RTT monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/dns_query_time/README.md
5
+---
6
+-->
7
+
8
# DNS query RTT monitoring with Netdata
9
10
Measures DNS query round trip time.
collectors/python.d.plugin/dnsdist/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "PowerDNS dnsdist monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/dnsdist/README.md
5
+---
6
+-->
7
+
8
# PowerDNS dnsdist monitoring with Netdata
9
10
Collects load-balancer performance and health metrics, and draws the following charts:
collectors/python.d.plugin/dockerd/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Docker engine monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/dockerd/README.md
5
+---
6
+-->
7
+
8
# Docker engine monitoring with Netdata
9
10
Collects docker container health metrics.
collectors/python.d.plugin/dovecot/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Dovecot monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/dovecot/README.md
5
+---
6
+-->
7
+
8
# Dovecot monitoring with Netdata
9
10
Provides statistics information from Dovecot server.
collectors/python.d.plugin/elasticsearch/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Elasticsearch monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/elasticsearch/README.md
5
+---
6
+-->
7
+
8
# Elasticsearch monitoring with Netdata
9
10
Monitors [Elasticsearch](https://www.elastic.co/products/elasticsearch) performance and health metrics.
collectors/python.d.plugin/energid/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Energi Core node monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/energid/README.md
5
+---
6
+-->
7
+
8
# Energi Core node monitoring with Netdata
9
10
Monitors blockchain, memory, network and unspent transactions statistics.
collectors/python.d.plugin/example/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Example"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/example/README.md
5
+---
6
+-->
7
+
8
# Example
9
10
An example python data collection module.
collectors/python.d.plugin/exim/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Exim monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/exim/README.md
5
+---
6
+-->
7
+
8
# Exim monitoring with Netdata
9
10
Simple module executing `exim -bpc` to grab exim queue.
collectors/python.d.plugin/fail2ban/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Fail2ban monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/fail2ban/README.md
5
+---
6
+-->
7
+
8
# Fail2ban monitoring with Netdata
9
10
Monitors the fail2ban log file to show all bans for all active jails.
collectors/python.d.plugin/freeradius/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "FreeRADIUS monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/freeradius/README.md
5
+---
6
+-->
7
+
8
# FreeRADIUS monitoring with Netdata
9
10
Uses the `radclient` command to provide freeradius statistics. It is not recommended to run it every second.
collectors/python.d.plugin/gearman/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Gearman monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/gearman/README.md
5
+---
6
+-->
7
+
8
# Gearman monitoring with Netdata
9
10
Monitors Gearman worker statistics. A chart is shown for each job as well as one showing a summary of all workers.
collectors/python.d.plugin/go_expvar/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Go application monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/go_expvar/README.md
5
+---
6
+-->
7
+
8
# Go application monitoring with Netdata
9
10
Monitors Go application that exposes its metrics with the use of `expvar` package from the Go standard library. The package produces charts for Go runtime memory statistics and optionally any number of custom charts.
collectors/python.d.plugin/haproxy/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "HAProxy monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/haproxy/README.md
5
+---
6
+-->
7
+
8
# HAProxy monitoring with Netdata
9
10
Monitors frontend and backend metrics such as bytes in, bytes out, sessions current, sessions in queue current.
collectors/python.d.plugin/hddtemp/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Hard drive temperature monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/hddtemp/README.md
5
+---
6
+-->
7
+
8
# Hard drive temperature monitoring with Netdata
9
10
Monitors disk temperatures from one or more `hddtemp` daemons.
collectors/python.d.plugin/hpssa/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "HP Smart Storage Arrays monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/hpssa/README.md
5
+---
6
+-->
7
+
8
# HP Smart Storage Arrays monitoring with Netdata
9
10
Monitors controller, cache module, logical and physical drive state and temperature using `ssacli` tool.
collectors/python.d.plugin/httpcheck/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "HTTP endpoint monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/httpcheck/README.md
5
+---
6
+-->
7
+
8
# HTTP endpoint monitoring with Netdata
9
10
Monitors remote http server for availability and response time.
collectors/python.d.plugin/icecast/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Icecast monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/icecast/README.md
5
+---
6
+-->
7
+
8
# Icecast monitoring with Netdata
9
10
Monitors the number of listeners for active sources.
collectors/python.d.plugin/ipfs/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "IPFS monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/ipfs/README.md
5
+---
6
+-->
7
+
8
# IPFS monitoring with Netdata
9
10
Collects [IPFS](https://ipfs.io) basic information like file system bandwidth, peers and repo metrics.
collectors/python.d.plugin/isc_dhcpd/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "ISC DHCP monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/isc_dhcpd/README.md
5
+---
6
+-->
7
+
8
# ISC DHCP monitoring with Netdata
9
10
Monitors the leases database to show all active leases for given pools.
collectors/python.d.plugin/litespeed/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "LiteSpeed monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/litespeed/README.md
5
+---
6
+-->
7
+
8
# LiteSpeed monitoring with Netdata
9
10
Collects web server performance metrics for network, connection, requests, and cache.
collectors/python.d.plugin/logind/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Systemd-Logind monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/logind/README.md
5
+---
6
+-->
7
+
8
# Systemd-Logind monitoring with Netdata
9
10
Monitors active sessions, users, and seats tracked by `systemd-logind` or `elogind`.
collectors/python.d.plugin/megacli/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "MegaRAID controller monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/megacli/README.md
5
+---
6
+-->
7
+
8
# MegaRAID controller monitoring with Netdata
9
10
Collects adapter, physical drives and battery stats.
collectors/python.d.plugin/memcached/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Memcached monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/memcached/README.md
5
+---
6
+-->
7
+
8
# Memcached monitoring with Netdata
9
10
Collects memory-caching system performance metrics. It reads server response to stats command ([stats interface](https://github.com/memcached/memcached/wiki/Commands#stats)).
collectors/python.d.plugin/mongodb/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "MongoDB monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/mongodb/README.md
5
+---
6
+-->
7
+
8
# MongoDB monitoring with Netdata
9
10
Monitors performance and health metrics of MongoDB.
collectors/python.d.plugin/monit/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Monit monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/monit/README.md
5
+---
6
+-->
7
+
8
# Monit monitoring with Netdata
9
10
Monit monitoring module. Data is grabbed from stats XML interface (exists for a long time, but not mentioned in official documentation). Mostly this plugin shows statuses of monit targets, i.e. [statuses of specified checks](https://mmonit.com/monit/documentation/monit.html#Service-checks).
collectors/python.d.plugin/mysql/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "MySQL monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/mysql/README.md
5
+---
6
+-->
7
+
8
# MySQL monitoring with Netdata
9
10
Monitors one or more MySQL servers.
collectors/python.d.plugin/nginx/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "NGINX monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/nginx/README.md
5
+---
6
+-->
7
+
8
# NGINX monitoring with Netdata
9
10
Monitors one or more NGINX servers depending on configuration. Servers can be either local or remote.
collectors/python.d.plugin/nginx_plus/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "NGINX Plus monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/nginx_plus/README.md
5
+---
6
+-->
7
+
8
# NGINX Plus monitoring with Netdata
9
10
Monitors one or more NGINX Plus servers depending on configuration. Servers can be either local or remote.
collectors/python.d.plugin/nsd/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "NSD monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/nsd/README.md
5
+---
6
+-->
7
+
8
# NSD monitoring with Netdata
9
10
Uses the `nsd-control stats_noreset` command to provide `nsd` statistics.
collectors/python.d.plugin/ntpd/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "NTP daemon monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/ntpd/README.md
5
+---
6
+-->
7
+
8
# NTP daemon monitoring with Netdata
9
10
Monitors the system variables of the local `ntpd` daemon (optional incl. variables of the polled peers) using the NTP Control Message Protocol via UDP socket, similar to `ntpq`, the [standard NTP query program](http://doc.ntp.org/current-stable/ntpq.html).
collectors/python.d.plugin/nvidia_smi/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "NVIDIA GPU monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/nvidia_smi/README.md
5
+---
6
+-->
7
+
8
# NVIDIA GPU monitoring with Netdata
9
10
Monitors performance metrics (memory usage, fan speed, pcie bandwidth utilization, temperature, etc.) using `nvidia-smi` cli tool.
collectors/python.d.plugin/openldap/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "OpenLDAP monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/openldap/README.md
5
+---
6
+-->
7
+
8
# OpenLDAP monitoring with Netdata
9
10
Provides statistics information from openldap (slapd) server.
collectors/python.d.plugin/oracledb/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "OracleDB monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/oracledb/README.md
5
+---
6
+-->
7
+
8
# OracleDB monitoring with Netdata
9
10
Monitors the performance and health metrics of the Oracle database.
collectors/python.d.plugin/ovpn_status_log/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "OpenVPN monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/ovpn_status_log/README.md
5
+---
6
+-->
7
+
8
# OpenVPN monitoring with Netdata
9
10
Parses server log files and provides summary (client, traffic) metrics.
collectors/python.d.plugin/phpfpm/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "PHP-FPM monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/phpfpm/README.md
5
+---
6
+-->
7
+
8
# PHP-FPM monitoring with Netdata
9
10
Monitors one or more PHP-FPM instances depending on configuration.
collectors/python.d.plugin/portcheck/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "TCP endpoint monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/portcheck/README.md
5
+---
6
+-->
7
+
8
# TCP endpoint monitoring with Netdata
9
10
Monitors TCP endpoint availability and response time.
collectors/python.d.plugin/postfix/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Postfix monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/postfix/README.md
5
+---
6
+-->
7
+
8
# Postfix monitoring with Netdata
9
10
Monitors MTA email queue statistics using postqueue tool.
collectors/python.d.plugin/postgres/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "PostgreSQL monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/postgres/README.md
5
+---
6
+-->
7
+
8
# PostgreSQL monitoring with Netdata
9
10
Collects database health and performance metrics.
collectors/python.d.plugin/powerdns/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "PowerDNS monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/powerdns/README.md
5
+---
6
+-->
7
+
8
# PowerDNS monitoring with Netdata
9
10
Monitors authoritative server and recursor statistics.
collectors/python.d.plugin/proxysql/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "ProxySQL monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/proxysql/README.md
5
+---
6
+-->
7
+
8
# ProxySQL monitoring with Netdata
9
10
Monitors database backend and frontend performance metrics.
collectors/python.d.plugin/puppet/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Puppet monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/puppet/README.md
5
+---
6
+-->
7
+
8
# Puppet monitoring with Netdata
9
10
Monitor status of Puppet Server and Puppet DB.
collectors/python.d.plugin/rabbitmq/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "RabbitMQ monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/rabbitmq/README.md
5
+---
6
+-->
7
+
8
# RabbitMQ monitoring with Netdata
9
10
Collects message broker global and per virtual host metrics.
collectors/python.d.plugin/redis/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Redis monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/redis/README.md
5
+---
6
+-->
7
+
8
# Redis monitoring with Netdata
9
10
Monitors database status. It reads server response to `INFO` command.
collectors/python.d.plugin/rethinkdbs/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "RethinkDB monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/rethinkdbs/README.md
5
+---
6
+-->
7
+
8
# RethinkDB monitoring with Netdata
9
10
Collects database server and cluster statistics.
collectors/python.d.plugin/retroshare/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "RetroShare monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/retroshare/README.md
5
+---
6
+-->
7
+
8
# RetroShare monitoring with Netdata
9
10
Monitors application bandwidth, peers and DHT metrics.
collectors/python.d.plugin/riakkv/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "RiakKV monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/riakkv/README.md
5
+---
6
+-->
7
+
8
# RiakKV monitoring with Netdata
9
10
Collects database stats from `/stats` endpoint.
collectors/python.d.plugin/samba/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Samba monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/samba/README.md
5
+---
6
+-->
7
+
8
# Samba monitoring with Netdata
9
10
Monitors the performance metrics of Samba file sharing.
collectors/python.d.plugin/sensors/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Linux machines sensors monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/sensors/README.md
5
+---
6
+-->
7
+
8
# Linux machines sensors monitoring with Netdata
9
10
Reads system sensors information (temperature, voltage, electric current, power, etc.).
collectors/python.d.plugin/smartd_log/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Storage devices monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/smartd_log/README.md
5
+---
6
+-->
7
+
8
# Storage devices monitoring with Netdata
9
10
Monitors `smartd` log files to collect HDD/SSD S.M.A.R.T attributes.
collectors/python.d.plugin/spigotmc/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "SpigotMC monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/spigotmc/README.md
5
+---
6
+-->
7
+
8
# SpigotMC monitoring with Netdata
9
10
Performs basic monitoring for Spigot Minecraft servers.
collectors/python.d.plugin/springboot/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Spring Boot2 monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/springboot/README.md
5
+---
6
+-->
7
+
8
# Spring Boot2 monitoring with Netdata
9
10
Monitors one or more Java Spring-boot applications depending on configuration.
collectors/python.d.plugin/squid/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Squid monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/squid/README.md
5
+---
6
+-->
7
+
8
# Squid monitoring with Netdata
9
10
Monitors one or more squid instances depending on configuration.
collectors/python.d.plugin/tomcat/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Apache Tomcat monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/tomcat/README.md
5
+---
6
+-->
7
+
8
# Apache Tomcat monitoring with Netdata
9
10
Presents memory utilization of tomcat containers.
collectors/python.d.plugin/tor/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Tor monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/tor/README.md
5
+---
6
+-->
7
+
8
# Tor monitoring with Netdata
9
10
Connects to the Tor control port to collect traffic statistics.
collectors/python.d.plugin/traefik/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Traefik monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/traefik/README.md
5
+---
6
+-->
7
+
8
# Traefik monitoring with Netdata
9
10
Uses the `health` API to provide statistics.
collectors/python.d.plugin/uwsgi/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "uWSGI monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/uwsgi/README.md
5
+---
6
+-->
7
+
8
# uWSGI monitoring with Netdata
9
10
Monitors performance metrics exposed by [`Stats Server`](https://uwsgi-docs.readthedocs.io/en/latest/StatsServer.html).
collectors/python.d.plugin/varnish/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Varnish Cache monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/varnish/README.md
5
+---
6
+-->
7
+
8
# Varnish Cache monitoring with Netdata
9
10
Provides HTTP accelerator global, backends (VBE) and disks (SMF) statistics using `varnishstat` tool.
collectors/python.d.plugin/w1sensor/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "1-Wire Sensors monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/w1sensor/README.md
5
+---
6
+-->
7
+
8
# 1-Wire Sensors monitoring with Netdata
9
10
Monitors sensor temperature.
collectors/python.d.plugin/web_log/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Apache/NGINX/Squid monitoring with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/python.d.plugin/web_log/README.md
5
+---
6
+-->
7
+
8
# Apache/NGINX/Squid monitoring with Netdata
9
10
Tails access log file and Collects web server/caching proxy metrics.
collectors/slabinfo.plugin/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "slabinfo.plugin"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/slabinfo.plugin/README.md
5
+---
6
+-->
7
+
8
# slabinfo.plugin
9
10
SLAB is a cache mechanism used by the Kernel to avoid fragmentation.
collectors/statsd.plugin/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "statsd.plugin"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/statsd.plugin/README.md
5
+---
6
+-->
7
+
8
# statsd.plugin
9
10
statsd is a system to collect data from any application. Applications are sending metrics to it, usually via non-blocking UDP communication, and statsd servers collect these metrics, perform a few simple calculations on them and push them to backend time-series databases.
collectors/tc.plugin/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "tc.plugin"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/tc.plugin/README.md
5
+---
6
+-->
7
+
8
# tc.plugin
9
10
Live demo - **[see it in action here](https://registry.my-netdata.io/#menu_tc)** !
collectors/xenstat.plugin/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "xenstat.plugin"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/collectors/xenstat.plugin/README.md
5
+---
6
+-->
7
+
8
# xenstat.plugin
9
10
`xenstat.plugin` collects XenServer and XCP-ng statistics.
contrib/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata contrib"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/contrib/README.md
5
+---
6
+-->
7
+
8
# Netdata contrib
9
10
## Building .deb packages
contrib/sles11/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Spec to build Netdata RPM for sles 11"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/contrib/sles11/README.md
5
+---
6
+-->
7
+
8
# Spec to build Netdata RPM for sles 11
9
10
Based on [openSUSE rpm spec](https://build.opensuse.org/package/show/network/netdata) with some
daemon/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata daemon"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/daemon/README.md
5
+---
6
+-->
7
+
8
# Netdata daemon
9
10
## Starting netdata
daemon/config/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Daemon configuration"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/daemon/config/README.md
5
+---
6
+-->
7
+
8
# Daemon configuration
9
10
<details markdown="1"><summary>The daemon configuration file is read from `/etc/netdata/netdata.conf`.</summary>
database/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Database"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/database/README.md
5
+---
6
+-->
7
+
8
# Database
9
10
Netdata is fully capable of long-term metrics storage, at per-second granularity, via its default database engine
database/engine/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Database engine"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/database/engine/README.md
5
+---
6
+-->
7
+
8
# Database engine
9
10
The Database Engine works like a traditional database. There is some amount of RAM dedicated to data caching and
diagrams/data_structures/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Data structures"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/diagrams/data_structures/README.md
5
+---
6
+-->
7
+
8
# Data structures
9
10
These are the main internal data structures of `netdata`. Created with `draw.io`.
docs/Add-more-charts-to-netdata.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Add more charts to Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Add-more-charts-to-netdata.md
5
+---
6
+-->
7
+
8
# Add more charts to Netdata
9
10
This file has been deprecated. Please see our [collectors docs](../collectors/README.md) or the collectors [quickstart
docs/Demo-Sites.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Demo sites"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Demo-Sites.md
5
+---
6
+-->
7
+
8
# Demo sites
9
10
Live demo installations of Netdata are available at **[https://www.netdata.cloud](https://www.netdata.cloud/#live-demo)**:
docs/Donations-netdata-has-received.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Donations"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Donations-netdata-has-received.md
5
+---
6
+-->
7
+
8
# Donations
9
10
This is a list of the donations we have received for Netdata (sorted alphabetically on their name):
docs/Performance.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Performance"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Performance.md
5
+---
6
+-->
7
+
8
# Performance
9
10
Netdata performance is affected by:
docs/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Read documentation on <https://docs.netdata.cloud>"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/README.md
5
+---
6
+-->
7
+
8
# Read documentation on <https://docs.netdata.cloud>
9
10
Welcome to the Netdata documentation! While you can read Netdata documentation here, or throughout the Netdata repository, our intention is that these pages are read on [docs.netdata.cloud](https://docs.netdata.cloud).
docs/Running-behind-apache.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata via apache's mod_proxy"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Running-behind-apache.md
5
+---
6
+-->
7
+
8
# Netdata via apache's mod_proxy
9
10
Below you can find instructions for configuring an apache server to:
docs/Running-behind-caddy.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata via Caddy"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Running-behind-caddy.md
5
+---
6
+-->
7
+
8
# Netdata via Caddy
9
10
To run Netdata via [Caddy's proxying,](https://caddyserver.com/docs/proxy) set your Caddyfile up like this:
docs/Running-behind-haproxy.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata via HAProxy"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Running-behind-haproxy.md
5
+---
6
+-->
7
+
8
# Netdata via HAProxy
9
10
> HAProxy is a free, very fast and reliable solution offering high availability, load balancing,
docs/Running-behind-lighttpd.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata via lighttpd v1.4.x"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Running-behind-lighttpd.md
5
+---
6
+-->
7
+
8
# Netdata via lighttpd v1.4.x
9
10
Here is a config for accessing Netdata in a suburl via lighttpd 1.4.46 and newer:
docs/Running-behind-nginx.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Running Netdata behind Nginx"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Running-behind-nginx.md
5
+---
6
+-->
7
+
8
# Running Netdata behind Nginx
9
10
## Intro
docs/a-github-star-is-important.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "A GitHub star is important"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/a-github-star-is-important.md
5
+---
6
+-->
7
+
8
# A GitHub star is important
9
10
**GitHub stars** allow Netdata to expand its reach, its community, especially attract people with skills willing to
docs/anonymous-statistics.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Anonymous statistics"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/anonymous-statistics.md
5
+---
6
+-->
7
+
8
# Anonymous statistics
9
10
Starting with v1.12, Netdata collects anonymous usage information by default and sends it to Google Analytics. We use
docs/configuration-guide.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Configuration guide"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/configuration-guide.md
5
+---
6
+-->
7
+
8
# Configuration guide
9
10
No configuration is required to run Netdata, but you will find plenty of options to tweak, so that you can adapt it to
docs/contributing/contributing-documentation.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Contributing to documentation"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/contributing/contributing-documentation.md
5
+---
6
+-->
7
+
8
# Contributing to documentation
9
10
We welcome contributions to Netdata's already extensive documentation, which we host at
docs/contributing/style-guide.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata style guide"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/contributing/style-guide.md
5
+---
6
+-->
7
+
8
# Netdata style guide
9
10
This in-progress style guide establishes editorial guidelines for anyone who wants to write documentation for Netdata
docs/getting-started.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Getting started guide"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/getting-started.md
5
+---
6
+-->
7
+
8
# Getting started guide
9
10
Thanks for trying Netdata! In this getting started guide, we'll quickly walk you through the first steps you should take
docs/high-performance-netdata.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "High performance Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/high-performance-netdata.md
5
+---
6
+-->
7
+
8
# High performance Netdata
9
10
If you plan to run a Netdata public on the internet, you will get the most performance out of it by following these
docs/netdata-cloud/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata Cloud"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/README.md
5
+---
6
+-->
7
+
8
# Netdata Cloud
9
10
Netdata Cloud is core to our ongoing mission to provide real-time, distributed health monitoring and performance troubleshooting. It's the foundation of an ecosystem of tools that will help you build more extraordinary infrastructures.
docs/netdata-cloud/nodes-view.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Using the Nodes View"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/nodes-view.md
5
+---
6
+-->
7
+
8
# Using the Nodes View
9
10
## Introduction
docs/netdata-cloud/signing-in.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Registration and signing in"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/netdata-cloud/signing-in.md
5
+---
6
+-->
7
+
8
# Registration and signing in
9
10
To use the features of [Netdata Cloud](README.md), you must first register an account with Netdata Cloud and associate your first Netdata node with the Netdata Cloud [registry](../../registry/README.md). **Netdata Cloud is entirely free for all Netdata users**, and does not store any metrics created by your machines. You keep your data—Netdata Cloud just connects it all together.
docs/netdata-for-IoT.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata for IoT"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/netdata-for-IoT.md
5
+---
6
+-->
7
+
8
# Netdata for IoT
9
10

docs/netdata-security.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Security design"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/netdata-security.md
5
+---
6
+-->
7
+
8
# Security design
9
10
We have given special attention to all aspects of Netdata, ensuring that everything throughout its operation is as secure as possible. Netdata has been designed with security in mind.
docs/privacy-policy.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Privacy Policy"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/privacy-policy.md
5
+---
6
+-->
7
+
8
# Privacy Policy
9
10
## 1. Preamble
docs/step-by-step/step-00.md
+4
-2
@@ -1,7 +1,9 @@
1
+<!--
2
---
2
-title: The step-by-step Netdata tutorial
3
-description: Learn what Netdata is, what it's capable of, and how it'll help you make faster and more informed decisions about the health and performance of your systems and applications.
3
+title: "The step-by-step Netdata tutorial"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/step-by-step/step-00.md
5
---
6
+-->
7
8
# The step-by-step Netdata tutorial
9
docs/step-by-step/step-01.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Step 1. Netdata's building blocks"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/step-by-step/step-01.md
5
+---
6
+-->
7
+
8
# Step 1. Netdata's building blocks
9
10
Netdata is a distributed and real-time _health monitoring and performance troubleshooting toolkit_ for monitoring your
docs/step-by-step/step-02.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Step 2. Get to know Netdata's dashboard"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/step-by-step/step-02.md
5
+---
6
+-->
7
+
8
# Step 2. Get to know Netdata's dashboard
9
10
Welcome to Netdata proper! Now that you understand how Netdata works, how it's built, and why we built it, you can start
docs/step-by-step/step-03.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Step 3. Monitor more than one system with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/step-by-step/step-03.md
5
+---
6
+-->
7
+
8
# Step 3. Monitor more than one system with Netdata
9
10
The Netdata agent is _distributed_ by design. That means each agent operates independently from any other, collecting
docs/step-by-step/step-04.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Step 4. The basics of configuring Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/step-by-step/step-04.md
5
+---
6
+-->
7
+
8
# Step 4. The basics of configuring Netdata
9
10
Welcome to the fourth step of the Netdata tutorial.
docs/step-by-step/step-05.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Step 5. Health monitoring alarms and notifications"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/step-by-step/step-05.md
5
+---
6
+-->
7
+
8
# Step 5. Health monitoring alarms and notifications
9
10
In the fifth step of the Netdata tutorial, we're introducing you to one of our core features: **health monitoring**.
docs/step-by-step/step-06.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Step 6. Collect metrics from more services and apps"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/step-by-step/step-06.md
5
+---
6
+-->
7
+
8
# Step 6. Collect metrics from more services and apps
9
10
When Netdata _starts_, it auto-detects dozens of **data sources**, such as database servers, web servers, and more.
docs/step-by-step/step-07.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Step 7. Netdata's dashboard in depth"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/step-by-step/step-07.md
5
+---
6
+-->
7
+
8
# Step 7. Netdata's dashboard in depth
9
10
Welcome to the seventh step of the Netdata guide!
docs/step-by-step/step-08.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Step 8. Build your first custom dashboard"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/step-by-step/step-08.md
5
+---
6
+-->
7
+
8
# Step 8. Build your first custom dashboard
9
10
In previous steps of the tutorial, you have learned how several sections of the Netdata dashboard worked.
docs/step-by-step/step-09.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Step 9. Long-term metrics storage"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/step-by-step/step-09.md
5
+---
6
+-->
7
+
8
# Step 9. Long-term metrics storage
9
10
By default, Netdata stores metrics in a custom database we call the [database engine](../../database/engine/), which
docs/step-by-step/step-10.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Step 10. Set up a proxy"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/step-by-step/step-10.md
5
+---
6
+-->
7
+
8
# Step 10. Set up a proxy
9
10
You're almost through! At this point, you should be pretty familiar with now Netdata works and how to configure it to
docs/step-by-step/step-99.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Step ∞. You're finished!"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/step-by-step/step-99.md
5
+---
6
+-->
7
+
8
# Step ∞. You're finished!
9
10
Congratulations. 🎉
docs/terms-of-use.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Terms of Use"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/terms-of-use.md
5
+---
6
+-->
7
+
8
# Terms of Use
9
10
Netdata Master Terms of Use
docs/tutorials/collect-apache-nginx-web-logs.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Monitor Nginx or Apache web server log files with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/tutorials/collect-apache-nginx-web-logs.md
5
+---
6
+-->
7
+
8
# Monitor Nginx or Apache web server log files with Netdata
9
10
Log files have been a critical resource for developers and system administrators who want to understand the health and
docs/tutorials/collect-unbound-metrics.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Monitor Unbound DNS servers with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/tutorials/collect-unbound-metrics.md
5
+---
6
+-->
7
+
8
# Monitor Unbound DNS servers with Netdata
9
10
[Unbound](https://nlnetlabs.nl/projects/unbound/about/) is a "validating, recursive, caching DNS resolver" from NLNet
docs/tutorials/longer-metrics-storage.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Change how long Netdata stores metrics"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/tutorials/longer-metrics-storage.md
5
+---
6
+-->
7
+
8
# Change how long Netdata stores metrics
9
10
Netdata helps you collect thousands of system and application metrics every second, but what about storing them for the
docs/tutorials/monitor-cockroachdb.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Monitor CockroachDB metrics with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/tutorials/monitor-cockroachdb.md
5
+---
6
+-->
7
+
8
# Monitor CockroachDB metrics with Netdata
9
10
[CockroachDB](https://github.com/cockroachdb/cockroach) is an open-source project that brings SQL databases into
docs/tutorials/monitor-hadoop-cluster.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Monitor a Hadoop cluster with Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/tutorials/monitor-hadoop-cluster.md
5
+---
6
+-->
7
+
8
# Monitor a Hadoop cluster with Netdata
9
10
Hadoop is an [Apache project](https://hadoop.apache.org/) is a framework for processing large sets of data across a
docs/tutorials/using-host-labels.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Use host labels to organize systems, metrics, and alarms"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/tutorials/using-host-labels.md
5
+---
6
+-->
7
+
8
# Use host labels to organize systems, metrics, and alarms
9
10
When you use Netdata to monitor and troubleshoot an entire infrastructure, whether that's dozens or hundreds of systems,
docs/what-is-netdata.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "What is Netdata?"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/what-is-netdata.md
5
+---
6
+-->
7
+
8
# What is Netdata?
9
10
[](https://travis-ci.com/netdata/netdata) [](https://bestpractices.coreinfrastructure.org/projects/2231) [](https://www.gnu.org/licenses/gpl-3.0) [](<>)
docs/why-netdata/1s-granularity.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "1s granularity"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/why-netdata/1s-granularity.md
5
+---
6
+-->
7
+
8
# 1s granularity
9
10
High resolution metrics are required to effectively monitor and troubleshoot systems and applications.
docs/why-netdata/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Why Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/why-netdata/README.md
5
+---
6
+-->
7
+
8
# Why Netdata
9
10
> Any performance monitoring solution that does not go down to per second
docs/why-netdata/immediate-results.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Immediate results"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/why-netdata/immediate-results.md
5
+---
6
+-->
7
+
8
# Immediate results
9
10
Most of our infrastructure is based on standardized systems and applications.
docs/why-netdata/meaningful-presentation.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Meaningful presentation"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/why-netdata/meaningful-presentation.md
5
+---
6
+-->
7
+
8
# Meaningful presentation
9
10
Metrics are a lot more than name-value pairs over time. It is just not practical to require from all users to have a deep understanding of all metrics for monitoring their systems and applications.
docs/why-netdata/unlimited-metrics.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Unlimited metrics"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/why-netdata/unlimited-metrics.md
5
+---
6
+-->
7
+
8
# Unlimited metrics
9
10
All metrics are important and all metrics should be available when you need them.
exporting/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Exporting metrics to external databases (experimental)"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/exporting/README.md
5
+---
6
+-->
7
+
8
# Exporting metrics to external databases (experimental)
9
10
The exporting engine is an update for the former [backends](../backends/). It's still work in progress. It has a
exporting/aws_kinesis/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Export metrics to AWS Kinesis Data Streams"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/exporting/aws_kinesis/README.md
5
+---
6
+-->
7
+
8
# Export metrics to AWS Kinesis Data Streams
9
10
## Prerequisites
health/QUICKSTART.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Health quickstart"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/QUICKSTART.md
5
+---
6
+-->
7
+
8
# Health quickstart
9
10
In this getting started guide, you'll learn the basics of editing health configuration files. With this knowledge, you
health/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Health monitoring"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/README.md
5
+---
6
+-->
7
+
8
# Health monitoring
9
10
With Netdata, you can monitor the health and performance of your systems and applications. You start with hundreds of
health/REFERENCE.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Health configuration reference"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/REFERENCE.md
5
+---
6
+-->
7
+
8
# Health configuration reference
9
10
Welcome to the health configuration reference.
health/notifications/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata alarm notifications"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/README.md
5
+---
6
+-->
7
+
8
# Netdata alarm notifications
9
10
The `exec` line in health configuration defines an external script that will be called once
health/notifications/alerta/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "alerta.io"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/alerta/README.md
5
+---
6
+-->
7
+
8
# alerta.io
9
10
The [Alerta](https://alerta.io) monitoring system is a tool used to
health/notifications/awssns/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Amazon SNS"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/awssns/README.md
5
+---
6
+-->
7
+
8
# Amazon SNS
9
10
As part of it's AWS suite, Amazon provides a notification broker service called 'Simple Notification Service' or SNS. Amazon SNS works kind of similarly to Netdata's own notification system, allowing dispatch of a single notification to multiple subscribers of different types. Among other things, SNS supports sending notifications to:
health/notifications/custom/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Custom"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/custom/README.md
5
+---
6
+-->
7
+
8
# Custom
9
10
Netdata allows you to send custom notifications to any endpoint you choose.
health/notifications/discord/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Discordapp.com"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/discord/README.md
5
+---
6
+-->
7
+
8
# Discordapp.com
9
10
This is what you will get:
health/notifications/email/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Email"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/email/README.md
5
+---
6
+-->
7
+
8
# Email
9
10
You need a working `sendmail` command for email alerts to work. Almost all MTAs provide a `sendmail` interface.
health/notifications/flock/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "flock.com"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/flock/README.md
5
+---
6
+-->
7
+
8
# flock.com
9
10
This is what you will get:
health/notifications/hangouts/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Hangouts Chat"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/hangouts/README.md
5
+---
6
+-->
7
+
8
# Hangouts Chat
9
10
This is what you will get:
health/notifications/irc/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "IRC"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/irc/README.md
5
+---
6
+-->
7
+
8
# IRC
9
10
This is what you will get:
health/notifications/kavenegar/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Kavenegar"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/kavenegar/README.md
5
+---
6
+-->
7
+
8
# Kavenegar
9
10
[Kavenegar](https://www.kavenegar.com/) as service for software developers, based in Iran, provides send and receive SMS, calling voice by using its APIs.
health/notifications/messagebird/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Messagebird"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/messagebird/README.md
5
+---
6
+-->
7
+
8
# Messagebird
9
10
The messagebird notifications will look like this on your Android device:
health/notifications/pagerduty/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "PagerDuty"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/pagerduty/README.md
5
+---
6
+-->
7
+
8
# PagerDuty
9
10
[PagerDuty](https://www.pagerduty.com/company/) is the enterprise incident resolution service that integrates with ITOps and DevOps monitoring stacks to improve operational reliability and agility. From enriching and aggregating events to correlating them into incidents, PagerDuty streamlines the incident management process by reducing alert noise and resolution times.
health/notifications/prowl/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "prowl"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/prowl/README.md
5
+---
6
+-->
7
+
8
# prowl
9
10
(Prowl)[1] is a push notification service for iOS devices. Netdata
health/notifications/pushbullet/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "PushBullet"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/pushbullet/README.md
5
+---
6
+-->
7
+
8
# PushBullet
9
10
Will look like this on your browser:
health/notifications/pushover/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "PushOver"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/pushover/README.md
5
+---
6
+-->
7
+
8
# PushOver
9
10
pushover.net allows you to receive push notifications on your mobile phone. The service seems free for up to 7.500 messages per month.
health/notifications/rocketchat/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Rocket.Chat"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/rocketchat/README.md
5
+---
6
+-->
7
+
8
# Rocket.Chat
9
10
This is what you will get:
health/notifications/slack/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Slack"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/slack/README.md
5
+---
6
+-->
7
+
8
# Slack
9
10
This is what you will get:
health/notifications/smstools3/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "SMS Server Tools 3"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/smstools3/README.md
5
+---
6
+-->
7
+
8
# SMS Server Tools 3
9
10
The [SMS Server Tools 3](http://smstools3.kekekasvi.com/) is a SMS Gateway software which can send and receive short messages through GSM modems and mobile phones.
health/notifications/syslog/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Syslog"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/syslog/README.md
5
+---
6
+-->
7
+
8
# Syslog
9
10
You need a working `logger` command for this to work. This is the case on pretty much every Linux system in existence, and most BSD systems.
health/notifications/telegram/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Telegram"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/telegram/README.md
5
+---
6
+-->
7
+
8
# Telegram
9
10
[Telegram](https://telegram.org/) is a messaging app with a focus on speed and security, it’s super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.
health/notifications/twilio/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Twilio"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/twilio/README.md
5
+---
6
+-->
7
+
8
# Twilio
9
10
Will look like this on your Android device:
health/notifications/web/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Dashboard"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/web/README.md
5
+---
6
+-->
7
+
8
# Dashboard
9
10
The Netdata dashboard shows HTML notifications, when it is open.
health/tutorials/dimension-templates.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Use dimension templates to create dynamic alarms"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/tutorials/dimension-templates.md
5
+---
6
+-->
7
+
8
# Use dimension templates to create dynamic alarms
9
10
Your ability to monitor the health of your systems and applications relies on your ability to create and maintain
health/tutorials/stop-notifications-alarms.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Stop notifications for individual alarms"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/health/tutorials/stop-notifications-alarms.md
5
+---
6
+-->
7
+
8
# Stop notifications for individual alarms
9
10
In this short tutorial, you'll learn how to stop notifications for individual alarms in Netdata's health
libnetdata/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "libnetdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/README.md
5
+---
6
+-->
7
+
8
# libnetdata
9
10
`libnetdata` is a collection of library code that is used by all Netdata `C` programs.
libnetdata/adaptive_resortable_list/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Adaptive Re-sortable List (ARL)"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/adaptive_resortable_list/README.md
5
+---
6
+-->
7
+
8
# Adaptive Re-sortable List (ARL)
9
10
This library allows Netdata to read a series of `name - value` pairs
libnetdata/avl/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "AVL"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/avl/README.md
5
+---
6
+-->
7
+
8
# AVL
9
10
AVL is a library indexing objects in B-Trees.
libnetdata/buffer/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "BUFFER"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/buffer/README.md
5
+---
6
+-->
7
+
8
# BUFFER
9
10
`BUFFER` is a convenience library for working with strings in `C`.
libnetdata/config/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata ini config files"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/config/README.md
5
+---
6
+-->
7
+
8
# Netdata ini config files
9
10
Configuration files `netdata.conf` and `stream.conf` are Netdata ini files.
libnetdata/json/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "json"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/json/README.md
5
+---
6
+-->
7
+
8
# json
9
10
`json` contains a parser for json strings, based on `jsmn` (<https://github.com/zserge/jsmn>), but case you have installed the JSON-C library, the installation script will prefer it, you can also force its use with `--enable-jsonc` in the compilation time.
libnetdata/procfile/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "PROCFILE"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/procfile/README.md
5
+---
6
+-->
7
+
8
# PROCFILE
9
10
procfile is a library for reading text data files (i.e `/proc` files) in the fastest possible way.
libnetdata/storage_number/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata storage number"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/libnetdata/storage_number/README.md
5
+---
6
+-->
7
+
8
# Netdata storage number
9
10
Although `netdata` does all its calculations using `long double`, it stores all values using
packaging/DISTRIBUTIONS.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata distribution support matrix"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/DISTRIBUTIONS.md
5
+---
6
+-->
7
+
8
# Netdata distribution support matrix
9
10

packaging/docker/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata with Docker"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/docker/README.md
5
+---
6
+-->
7
+
8
# Install Netdata with Docker
9
10
Running Netdata in a container works best for an internal network or to quickly analyze a host. Docker helps you get set
packaging/installer/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Installation guide"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/README.md
5
+---
6
+-->
7
+
8
# Installation guide
9
10
Netdata is a monitoring agent designed to run on all your systems: physical and virtual servers, containers, even
packaging/installer/UNINSTALL.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Uninstall Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/UNINSTALL.md
5
+---
6
+-->
7
+
8
# Uninstall Netdata
9
10
Our self-contained uninstaller is able to remove Netdata installations created with shell installer. It doesn't need any
packaging/installer/UPDATE.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Update Netdata"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/UPDATE.md
5
+---
6
+-->
7
+
8
# Update Netdata
9
10

packaging/installer/methods/alpine.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata on Alpine 3.x"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/alpine.md
5
+---
6
+-->
7
+
8
# Install Netdata on Alpine 3.x
9
10
Execute these commands to install Netdata in Alpine Linux 3.x:
packaging/installer/methods/cloud-providers.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata on cloud providers"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/cloud-providers.md
5
+---
6
+-->
7
+
8
# Install Netdata on cloud providers
9
10
Netdata is fully compatible with popular cloud providers like Google Cloud Platform (GCP), Amazon Web Services (AWS),
packaging/installer/methods/freebsd.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata on FreeBSD"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/freebsd.md
5
+---
6
+-->
7
+
8
# Install Netdata on FreeBSD
9
10
You can install Netdata from either the `ports` or `packages` collections.
packaging/installer/methods/freenas.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata on FreeNAS"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/freenas.md
5
+---
6
+-->
7
+
8
# Install Netdata on FreeNAS
9
10
On FreeNAS-Corral-RELEASE (>=10.0.3 and <11.3), Netdata is pre-installed.
packaging/installer/methods/kickstart-64.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata with kickstart-static64.sh"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/kickstart-64.md
5
+---
6
+-->
7
+
8
# Install Netdata with kickstart-static64.sh
9
10
 
packaging/installer/methods/kickstart.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata with kickstart.sh"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/kickstart.md
5
+---
6
+-->
7
+
8
# Install Netdata with kickstart.sh
9
10
 
packaging/installer/methods/macos.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata on macOS"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/macos.md
5
+---
6
+-->
7
+
8
# Install Netdata on macOS
9
10
Netdata works on macOS, albeit with some limitations. The number of charts displaying system metrics is limited, but you
packaging/installer/methods/manual.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata on Linux manually"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/manual.md
5
+---
6
+-->
7
+
8
# Install Netdata on Linux manually
9
10
To install the latest git version of Netdata, please follow these 2 steps:
packaging/installer/methods/offline.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata on offline systems"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/offline.md
5
+---
6
+-->
7
+
8
# Install Netdata on offline systems
9
10
You can install Netdata on systems without internet access, but you need to take a few extra steps to make it work.
packaging/installer/methods/packages.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata with .deb/.rpm packages"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/packages.md
5
+---
6
+-->
7
+
8
# Install Netdata with .deb/.rpm packages
9
10

packaging/installer/methods/pfsense.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata on pfSense"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/pfsense.md
5
+---
6
+-->
7
+
8
# Install Netdata on pfSense
9
10
To install Netdata on pfSense, run the following commands (within a shell or under the **Diagnostics/Command** prompt
packaging/installer/methods/synology.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Install Netdata on Synology"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/installer/methods/synology.md
5
+---
6
+-->
7
+
8
# Install Netdata on Synology
9
10
The documentation previously recommended installing the Debian Chroot package from the Synology community package
packaging/maintainers/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Package Maintainers"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/maintainers/README.md
5
+---
6
+-->
7
+
8
# Package Maintainers
9
10
This page tracks the package maintainers for Netdata, for various operating systems and versions.
packaging/makeself/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata static binary build"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/makeself/README.md
5
+---
6
+-->
7
+
8
# Netdata static binary build
9
10
To build the static binary 64-bit distribution package, run:
registry/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Registry"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/registry/README.md
5
+---
6
+-->
7
+
8
# Registry
9
10
The Netdata registry implements the node menu on the top left corner of the Netdata dashboards and enables the Netdata
streaming/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Streaming and replication"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/streaming/README.md
5
+---
6
+-->
7
+
8
# Streaming and replication
9
10
Each Netdata is able to replicate/mirror its database to another Netdata, by streaming collected
tests/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Testing"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/tests/README.md
5
+---
6
+-->
7
+
8
# Testing
9
10
This readme is a manual on how to get started with unit testing on javascript and nodejs
tests/health_mgmtapi/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Health command API tester"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/tests/health_mgmtapi/README.md
5
+---
6
+-->
7
+
8
# Health command API tester
9
10
The directory `tests/health_cmdapi` contains the test script `health-cmdapi-test.sh` for the [health command API](../../web/api/health).
web/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Web dashboards overview"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/README.md
5
+---
6
+-->
7
+
8
# Web dashboards overview
9
10
Because Netdata is a health monitoring and _performance troubleshooting_ system,
web/api/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "API"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/README.md
5
+---
6
+-->
7
+
8
# API
9
10
## Netdata REST API
web/api/badges/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Netdata badges"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/badges/README.md
5
+---
6
+-->
7
+
8
# Netdata badges
9
10
**Badges are cool!**
web/api/exporters/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Exporters"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/exporters/README.md
5
+---
6
+-->
7
+
8
# Exporters
9
10
TBD
web/api/exporters/prometheus/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "prometheus exporter"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/exporters/prometheus/README.md
5
+---
6
+-->
7
+
8
# prometheus exporter
9
10
The prometheus exporter for Netdata is located at the [backends section for prometheus](../../../../backends/prometheus).
web/api/exporters/shell/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "shell exporter"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/exporters/shell/README.md
5
+---
6
+-->
7
+
8
# shell exporter
9
10
Shell scripts can now query Netdata:
web/api/formatters/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Query formatting"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/formatters/README.md
5
+---
6
+-->
7
+
8
# Query formatting
9
10
API data queries need to be formatted before returned to the caller.
web/api/formatters/csv/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "CSV formatter"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/formatters/csv/README.md
5
+---
6
+-->
7
+
8
# CSV formatter
9
10
The CSV formatter presents [results of database queries](../../queries) in the following formats:
web/api/formatters/json/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "JSON formatter"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/formatters/json/README.md
5
+---
6
+-->
7
+
8
# JSON formatter
9
10
The CSV formatter presents [results of database queries](../../queries) in the following formats:
web/api/formatters/ssv/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "SSV formatter"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/formatters/ssv/README.md
5
+---
6
+-->
7
+
8
# SSV formatter
9
10
The SSV formatter sums all dimensions in [results of database queries](../../queries)
web/api/formatters/value/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Value formatter"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/formatters/value/README.md
5
+---
6
+-->
7
+
8
# Value formatter
9
10
The Value formatter presents [results of database queries](../../queries) as a single value.
web/api/health/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Health API Calls"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/health/README.md
5
+---
6
+-->
7
+
8
# Health API Calls
9
10
## Health Read API
web/api/queries/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Database Queries"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/queries/README.md
5
+---
6
+-->
7
+
8
# Database Queries
9
10
Netdata database can be queried with `/api/v1/data` and `/api/v1/badge.svg` REST API methods.
web/api/queries/average/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Average or Mean"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/queries/average/README.md
5
+---
6
+-->
7
+
8
# Average or Mean
9
10
> This query is available as `average` and `mean`.
web/api/queries/des/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "double exponential smoothing"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/queries/des/README.md
5
+---
6
+-->
7
+
8
# double exponential smoothing
9
10
Exponential smoothing is one of many window functions commonly applied to smooth data in signal
web/api/queries/incremental_sum/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Incremental Sum (`incremental_sum`)"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/queries/incremental_sum/README.md
5
+---
6
+-->
7
+
8
# Incremental Sum (`incremental_sum`)
9
10
This modules finds the incremental sum of a period, which `last value - first value`.
web/api/queries/max/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Max"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/queries/max/README.md
5
+---
6
+-->
7
+
8
# Max
9
10
This module finds the max value in the time-frame given.
web/api/queries/median/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Median"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/queries/median/README.md
5
+---
6
+-->
7
+
8
# Median
9
10
The median is the value separating the higher half from the lower half of a data sample
web/api/queries/min/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Min"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/queries/min/README.md
5
+---
6
+-->
7
+
8
# Min
9
10
This module finds the min value in the time-frame given.
web/api/queries/ses/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Single (or Simple) Exponential Smoothing (`ses`)"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/queries/ses/README.md
5
+---
6
+-->
7
+
8
# Single (or Simple) Exponential Smoothing (`ses`)
9
10
> This query is also available as `ema` and `ewma`.
web/api/queries/stddev/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "standard deviation (`stddev`)"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/queries/stddev/README.md
5
+---
6
+-->
7
+
8
# standard deviation (`stddev`)
9
10
The standard deviation is a measure that is used to quantify the amount of variation or dispersion
web/api/queries/sum/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Sum"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/api/queries/sum/README.md
5
+---
6
+-->
7
+
8
# Sum
9
10
This module sums all the values in the time-frame requested.
web/gui/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "The standard web dashboard"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/gui/README.md
5
+---
6
+-->
7
+
8
# The standard web dashboard
9
10
The standard web dashboard is the heart of Netdata's performance troubleshooting
web/gui/confluence/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Atlassian Confluence dashboards"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/gui/confluence/README.md
5
+---
6
+-->
7
+
8
# Atlassian Confluence dashboards
9
10
With Netdata you can build **live, interactive, monitoring dashboards** directly on Atlassian's **Confluence** pages.
web/gui/custom/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Custom dashboards"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/gui/custom/README.md
5
+---
6
+-->
7
+
8
# Custom dashboards
9
10
You can:
web/server/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "Web server"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/server/README.md
5
+---
6
+-->
7
+
8
# Web server
9
10
The Netdata web server runs as `static-threaded`, i.e. with a fixed, configurable number of threads.
web/server/static/README.md
+7
@@ -1,3 +1,10 @@
1
+<!--
2
+---
3
+title: "`static-threaded` web server"
4
+custom_edit_url: https://github.com/netdata/netdata/edit/master/web/server/static/README.md
5
+---
6
+-->
7
+
8
# `static-threaded` web server
9
10
The `static-threaded` web server spawns a fixed number of threads.