|
@@ -1,12 +1,3 @@
|
|
|
-<!--
|
|
|
-title: "Monitor anything with Netdata"
|
|
|
-description: "Netdata gathers real-time metrics from hundreds of data sources using collectors. Most require zero configuration and are pre-configured out of the box."
|
|
|
-custom_edit_url: "https://github.com/netdata/netdata/edit/master/collectors/COLLECTORS.md"
|
|
|
-sidebar_label: "Monitor"
|
|
|
-learn_status: "Published"
|
|
|
-learn_rel_path: "Integrations/Monitor"
|
|
|
--->
|
|
|
-
|
|
|
# Monitor anything with Netdata
|
|
|
|
|
|
Netdata uses collectors to help you gather metrics from your favorite applications and services and view them in
|
|
@@ -31,13 +22,13 @@ accompanying configuration file.
|
|
|
|
|
|
If you don't see the app/service you'd like to monitor in this list:
|
|
|
|
|
|
-- If your application has a Prometheus endpoint, Netdata can monitor it! Look at our
|
|
|
+- If your application has a Prometheus endpoint, Netdata can monitor it! Look at our
|
|
|
[generic Prometheus collector](https://github.com/netdata/go.d.plugin/blob/master/modules/prometheus/README.md).
|
|
|
|
|
|
-- If your application is instrumented to expose [StatsD](https://blog.netdata.cloud/introduction-to-statsd/) metrics,
|
|
|
+- If your application is instrumented to expose [StatsD](https://blog.netdata.cloud/introduction-to-statsd/) metrics,
|
|
|
see our [generic StatsD collector](https://github.com/netdata/netdata/blob/master/collectors/statsd.plugin/README.md).
|
|
|
|
|
|
-- If you have data in CSV, JSON, XML or other popular formats, you may be able to use our
|
|
|
+- If you have data in CSV, JSON, XML or other popular formats, you may be able to use our
|
|
|
[generic structured data (Pandas) collector](https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/pandas/README.md),
|
|
|
|
|
|
- Check out our [GitHub issues](https://github.com/netdata/netdata/issues). Use the search bar to look for previous
|
|
@@ -47,12 +38,12 @@ If you don't see the app/service you'd like to monitor in this list:
|
|
|
a [feature request](https://github.com/netdata/netdata/issues/new/choose) on GitHub.
|
|
|
|
|
|
- If you have basic software development skills, you can add your own plugin
|
|
|
- in [Go](https://learn.netdata.cloud/docs/agent/collectors/go.d.plugin#how-to-develop-a-collector)
|
|
|
+ in [Go](https://github.com/netdata/go.d.plugin/blob/master/README.md#how-to-develop-a-collector)
|
|
|
or [Python](https://github.com/netdata/netdata/blob/master/docs/guides/python-collector.md)
|
|
|
|
|
|
## Available Collectors
|
|
|
|
|
|
-- [Supported collectors list](#supported-collectors-list)
|
|
|
+- [Monitor anything with Netdata](#monitor-anything-with-netdata)
|
|
|
- [Add your application to Netdata](#add-your-application-to-netdata)
|
|
|
- [Available Collectors](#available-collectors)
|
|
|
- [Service and application collectors](#service-and-application-collectors)
|
|
@@ -657,7 +648,7 @@ $ sudo echo "clickhouse: yes" >> /etc/netdata/python.d.conf
|
|
|
$ sudo vi /etc/netdata/python.d/clickhouse.conf
|
|
|
|
|
|
# restart netdata
|
|
|
-# see docs for more information: https://learn.netdata.cloud/docs/configure/start-stop-restart
|
|
|
+# see docs for more information: https://github.com/netdata/netdata/blob/master/docs/configure/start-stop-restart.md
|
|
|
$ sudo systemctl restart netdata
|
|
|
```
|
|
|
|