mirror of
https://github.com/netdata/netdata.git
synced 2025-04-02 20:48:06 +00:00
docs: fix go.d modules rename leftovers (#19087)
This commit is contained in:
parent
393c2084ad
commit
1311afca34
141 changed files with 286 additions and 286 deletions
docs
developer-and-contributor-corner
collect-apache-nginx-web-logs.mdkubernetes-k8s-netdata.txtlamp-stack.txtmonitor-cockroachdb.txtmonitor-hadoop-cluster.mdpi-hole-raspberry-pi.txt
netdata-cloud
src
collectors
go/plugin/go.d
README.md
collector
config/go.d
activemq.confadaptec_raid.confap.confapache.confapcupsd.confbeanstalk.confbind.confboinc.confcassandra.confceph.confchrony.confclickhouse.confcockroachdb.confconsul.confcoredns.confcouchbase.confcouchdb.confdmcache.confdns_query.confdnsdist.confdnsmasq.confdnsmasq_dhcp.confdocker.confdocker_engine.confdockerhub.confdovecot.confelasticsearch.confenvoy.confexim.conffail2ban.conffilecheck.conffluentd.conffreeradius.confgearman.confgeth.confhaproxy.confhddtemp.confhdfs.confhpssa.confhttpcheck.conficecast.confintelgpu.confipfs.confisc_dhcpd.confk8s_kubelet.confk8s_kubeproxy.confk8s_state.conflighttpd.conflitespeed.conflogind.conflogstash.conflvm.confmaxscale.confmegacli.confmemcached.confmongodb.confmonit.confmysql.confnginx.confnginxplus.confnginxunit.confnginxvts.confnsd.confntpd.confnvidia_smi.confnvme.confopenldap.confopenvpn.confopenvpn_status_log.conforacledb.confpgbouncer.confphpdaemon.confphpfpm.confpihole.confpika.confping.confportcheck.confpostfix.confpostgres.confpowerdns.confpowerdns_recursor.confprometheus.confproxysql.confpulsar.confpuppet.conf
|
@ -8,7 +8,7 @@ You can use the [LTSV log format](http://ltsv.org/), track TLS and cipher usage,
|
|||
ever. In one test on a system with SSD storage, the collector consistently parsed the logs for 200,000 requests in
|
||||
200ms, using ~30% of a single core.
|
||||
|
||||
The [web_log](/src/go/plugin/go.d/modules/weblog/README.md) collector is currently compatible
|
||||
The [web_log](/src/go/plugin/go.d/collector/weblog/README.md) collector is currently compatible
|
||||
with [Nginx](https://nginx.org/en/) and [Apache](https://httpd.apache.org/).
|
||||
|
||||
This guide will walk you through using the new Go-based web log collector to turn the logs these web servers
|
||||
|
@ -87,7 +87,7 @@ Restart Netdata with `sudo systemctl restart netdata`, or the [appropriate metho
|
|||
|
||||
The web log collector is capable of parsing custom Nginx and Apache log formats and presenting them as charts, but we'll leave that topic for a separate guide.
|
||||
|
||||
We do have [extensive documentation](/src/go/plugin/go.d/modules/weblog/README.md) on how to build custom parsing for Nginx and Apache logs.
|
||||
We do have [extensive documentation](/src/go/plugin/go.d/collector/weblog/README.md) on how to build custom parsing for Nginx and Apache logs.
|
||||
|
||||
## Tweak web log collector alerts
|
||||
|
||||
|
|
|
@ -136,7 +136,7 @@ Let's explore the most colorful box by hovering over it.
|
|||
container](https://user-images.githubusercontent.com/1153921/109049544-a8417980-7695-11eb-80a7-109b4a645a27.png)
|
||||
|
||||
The **Context** tab shows `rabbitmq-5bb66bb6c9-6xr5b` as the container's image name, which means this container is
|
||||
running a [RabbitMQ](/src/go/plugin/go.d/modules/rabbitmq/README.md) workload.
|
||||
running a [RabbitMQ](/src/go/plugin/go.d/collector/rabbitmq/README.md) workload.
|
||||
|
||||
Click the **Metrics** tab to see real-time metrics from that container. Unsurprisingly, it shows a spike in CPU
|
||||
utilization at regular intervals.
|
||||
|
@ -165,13 +165,13 @@ for complete customization. For example, grouping the top chart by `k8s_containe
|
|||
Netdata has a [service discovery plugin](https://github.com/netdata/agent-service-discovery), which discovers and
|
||||
creates configuration files for [compatible
|
||||
services](https://github.com/netdata/helmchart#service-discovery-and-supported-services) and any endpoints covered by
|
||||
our [generic Prometheus collector](/src/go/plugin/go.d/modules/prometheus/README.md).
|
||||
our [generic Prometheus collector](/src/go/plugin/go.d/collector/prometheus/README.md).
|
||||
Netdata uses these files to collect metrics from any compatible application as they run _inside_ of a pod. Service
|
||||
discovery happens without manual intervention as pods are created, destroyed, or moved between nodes.
|
||||
|
||||
Service metrics show up on the Overview as well, beneath the **Kubernetes** section, and are labeled according to the
|
||||
service in question. For example, the **RabbitMQ** section has numerous charts from the [`rabbitmq`
|
||||
collector](/src/go/plugin/go.d/modules/rabbitmq/README.md):
|
||||
collector](/src/go/plugin/go.d/collector/rabbitmq/README.md):
|
||||
|
||||

|
||||
|
@ -192,7 +192,7 @@ Netdata also automatically collects metrics from two essential Kubernetes proces
|
|||
|
||||
The **k8s kubelet** section visualizes metrics from the Kubernetes agent responsible for managing every pod on a given
|
||||
node. This also happens without any configuration thanks to the [kubelet
|
||||
collector](/src/go/plugin/go.d/modules/k8s_kubelet/README.md).
|
||||
collector](/src/go/plugin/go.d/collector/k8s_kubelet/README.md).
|
||||
|
||||
Monitoring each node's kubelet can be invaluable when diagnosing issues with your Kubernetes cluster. For example, you
|
||||
can see if the number of running containers/pods has dropped, which could signal a fault or crash in a particular
|
||||
|
@ -208,7 +208,7 @@ configuration-related errors, and the actual vs. desired numbers of volumes, plu
|
|||
The **k8s kube-proxy** section displays metrics about the network proxy that runs on each node in your Kubernetes
|
||||
cluster. kube-proxy lets pods communicate with each other and accept sessions from outside your cluster. Its metrics are
|
||||
collected by the [kube-proxy
|
||||
collector](/src/go/plugin/go.d/modules/k8s_kubeproxy/README.md).
|
||||
collector](/src/go/plugin/go.d/collector/k8s_kubeproxy/README.md).
|
||||
|
||||
With Netdata, you can monitor how often your k8s proxies are syncing proxy rules between nodes. Dramatic changes in
|
||||
these figures could indicate an anomaly in your cluster that's worthy of further investigation.
|
||||
|
@ -228,7 +228,7 @@ clusters of all sizes.
|
|||
- [Netdata Helm chart](https://github.com/netdata/helmchart)
|
||||
- [Netdata service discovery](https://github.com/netdata/agent-service-discovery)
|
||||
- [Netdata Agent · `kubelet`
|
||||
collector](/src/go/plugin/go.d/modules/k8s_kubelet/README.md)
|
||||
collector](/src/go/plugin/go.d/collector/k8s_kubelet/README.md)
|
||||
- [Netdata Agent · `kube-proxy`
|
||||
collector](/src/go/plugin/go.d/modules/k8s_kubeproxy/README.md)
|
||||
collector](/src/go/plugin/go.d/collector/k8s_kubeproxy/README.md)
|
||||
- [Netdata Agent · `cgroups.plugin`](/src/collectors/cgroups.plugin/README.md)
|
||||
|
|
|
@ -69,7 +69,7 @@ metrics from each using the [cgroups data collector](/src/collectors/cgroups.plu
|
|||
## Enable Apache monitoring
|
||||
|
||||
Let's begin by configuring Apache to work with Netdata's [Apache data
|
||||
collector](/src/go/plugin/go.d/modules/apache/README.md).
|
||||
collector](/src/go/plugin/go.d/collector/apache/README.md).
|
||||
|
||||
Actually, there's nothing for you to do to enable Apache monitoring with Netdata.
|
||||
|
||||
|
@ -80,7 +80,7 @@ metrics](https://httpd.apache.org/docs/2.4/mod/mod_status.html), which is just _
|
|||
## Enable web log monitoring
|
||||
|
||||
The Netdata Agent also comes with a [web log
|
||||
collector](/src/go/plugin/go.d/modules/weblog/README.md), which reads Apache's access
|
||||
collector](/src/go/plugin/go.d/collector/weblog/README.md), which reads Apache's access
|
||||
log file, processes each line, and converts them into per-second metrics. On Debian systems, it reads the file at
|
||||
`/var/log/apache2/access.log`.
|
||||
|
||||
|
@ -93,7 +93,7 @@ monitoring.
|
|||
|
||||
Because your MySQL database is password-protected, you do need to tell MySQL to allow the `netdata` user to connect to
|
||||
without a password. Netdata's [MySQL data
|
||||
collector](/src/go/plugin/go.d/modules/mysql/README.md) collects metrics in _read-only_
|
||||
collector](/src/go/plugin/go.d/collector/mysql/README.md) collects metrics in _read-only_
|
||||
mode, without being able to alter or affect operations in any way.
|
||||
|
||||
First, log into the MySQL shell. Then, run the following three commands, one at a time:
|
||||
|
@ -112,7 +112,7 @@ Unlike Apache or MySQL, PHP isn't a service that you can monitor directly, unles
|
|||
with [StatsD](/src/collectors/statsd.plugin/README.md).
|
||||
|
||||
However, if you use [PHP-FPM](https://php-fpm.org/) in your LAMP stack, you can monitor that process with our [PHP-FPM
|
||||
data collector](/src/go/plugin/go.d/modules/phpfpm/README.md).
|
||||
data collector](/src/go/plugin/go.d/collector/phpfpm/README.md).
|
||||
|
||||
Open your PHP-FPM configuration for editing, replacing `7.4` with your version of PHP:
|
||||
|
||||
|
@ -214,7 +214,7 @@ services. The per-second metrics granularity means you have the most accurate in
|
|||
any LAMP-related issues.
|
||||
|
||||
Another powerful way to monitor the availability of a LAMP stack is the [`httpcheck`
|
||||
collector](/src/go/plugin/go.d/modules/httpcheck/README.md), which pings a web server at
|
||||
collector](/src/go/plugin/go.d/collector/httpcheck/README.md), which pings a web server at
|
||||
a regular interval and tells you whether if and how quickly it's responding. The `response_match` option also lets you
|
||||
monitor when the web server's response isn't what you expect it to be, which might happen if PHP-FPM crashes, for
|
||||
example.
|
||||
|
@ -230,8 +230,8 @@ source of issues faster with [Metric Correlations](/docs/metric-correlations.md)
|
|||
### Related reference documentation
|
||||
|
||||
- [Netdata Agent · Get started](/packaging/installer/README.md)
|
||||
- [Netdata Agent · Apache data collector](/src/go/plugin/go.d/modules/apache/README.md)
|
||||
- [Netdata Agent · Web log collector](/src/go/plugin/go.d/modules/weblog/README.md)
|
||||
- [Netdata Agent · MySQL data collector](/src/go/plugin/go.d/modules/mysql/README.md)
|
||||
- [Netdata Agent · PHP-FPM data collector](/src/go/plugin/go.d/modules/phpfpm/README.md)
|
||||
- [Netdata Agent · Apache data collector](/src/go/plugin/go.d/collector/apache/README.md)
|
||||
- [Netdata Agent · Web log collector](/src/go/plugin/go.d/collector/weblog/README.md)
|
||||
- [Netdata Agent · MySQL data collector](/src/go/plugin/go.d/collector/mysql/README.md)
|
||||
- [Netdata Agent · PHP-FPM data collector](/src/go/plugin/go.d/collector/phpfpm/README.md)
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ learn_rel_path: "Miscellaneous"
|
|||
|
||||
[CockroachDB](https://github.com/cockroachdb/cockroach) is an open-source project that brings SQL databases into
|
||||
scalable, disaster-resilient cloud deployments. Thanks to
|
||||
a [new CockroachDB collector](/src/go/plugin/go.d/modules/cockroachdb/README.md)
|
||||
a [new CockroachDB collector](/src/go/plugin/go.d/collector/cockroachdb/README.md)
|
||||
released in
|
||||
[v1.20](https://blog.netdata.cloud/posts/release-1.20/), you can now monitor any number of CockroachDB databases with
|
||||
maximum granularity using Netdata. Collect more than 50 unique metrics and put them on interactive visualizations
|
||||
|
|
|
@ -18,8 +18,8 @@ alternative, like the guide available from
|
|||
|
||||
For more specifics on the collection modules used in this guide, read the respective pages in our documentation:
|
||||
|
||||
- [HDFS](/src/go/plugin/go.d/modules/hdfs/README.md)
|
||||
- [Zookeeper](/src/go/plugin/go.d/modules/zookeeper/README.md)
|
||||
- [HDFS](/src/go/plugin/go.d/collector/hdfs/README.md)
|
||||
- [Zookeeper](/src/go/plugin/go.d/collector/zookeeper/README.md)
|
||||
|
||||
## Set up your HDFS and Zookeeper installations
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ service](https://discourse.pi-hole.net/t/how-do-i-configure-my-devices-to-use-pi
|
|||
finished setting up Pi-hole at this point.
|
||||
|
||||
As far as configuring Netdata to monitor Pi-hole metrics, there's nothing you actually need to do. Netdata's [Pi-hole
|
||||
collector](/src/go/plugin/go.d/modules/pihole/README.md) will autodetect the new service
|
||||
collector](/src/go/plugin/go.d/collector/pihole/README.md) will autodetect the new service
|
||||
running on your Raspberry Pi and immediately start collecting metrics every second.
|
||||
|
||||
Restart Netdata with `sudo systemctl restart netdata`, which will then recognize that Pi-hole is running and start a
|
||||
|
|
|
@ -41,7 +41,7 @@ We recommend a few strategies for organizing your Rooms.
|
|||
If you have a user-facing SaaS product, or an internal service that this said product relies on, you may want to monitor that entire stack in a single Room. This might include Kubernetes clusters, Docker containers, proxies, databases, web servers, brokers, and more. End-to-end Rooms are valuable tools for ensuring the health and performance of your organization's essential services.
|
||||
|
||||
- **Incident response**
|
||||
You can also create new Rooms as one of the first steps in your incident response process. For example, you have a user-facing web app that relies on Apache Pulsar for a message queue, and one of your nodes using the [Pulsar collector](/src/go/plugin/go.d/modules/pulsar/README.md) begins reporting a suspiciously low messages rate. You can create a Room called `$year-$month-$day-pulsar-rate`, add all your Pulsar nodes in addition to nodes they connect to, and begin diagnosing the root cause in a Room optimized for getting to resolution as fast as possible.
|
||||
You can also create new Rooms as one of the first steps in your incident response process. For example, you have a user-facing web app that relies on Apache Pulsar for a message queue, and one of your nodes using the [Pulsar collector](/src/go/plugin/go.d/collector/pulsar/README.md) begins reporting a suspiciously low messages rate. You can create a Room called `$year-$month-$day-pulsar-rate`, add all your Pulsar nodes in addition to nodes they connect to, and begin diagnosing the root cause in a Room optimized for getting to resolution as fast as possible.
|
||||
|
||||
### Add Rooms
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Learn more about [how collectors work](/src/collectors/README.md), and then lear
|
|||
|
||||
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 [generic Prometheus collector](/src/go/plugin/go.d/modules/prometheus/README.md).
|
||||
- If your application has a Prometheus endpoint, Netdata can monitor it! Look at our [generic Prometheus collector](/src/go/plugin/go.d/collector/prometheus/README.md).
|
||||
|
||||
- If your application is instrumented to expose [StatsD](https://blog.netdata.cloud/introduction-to-statsd/) metrics, see our [generic StatsD collector](/src/collectors/statsd.plugin/README.md).
|
||||
|
||||
|
|
|
@ -609,7 +609,7 @@ The `drm` path can be configured if it differs from the default:
|
|||
|
||||
> **Note**
|
||||
>
|
||||
> Temperature, fan speed, voltage and power metrics for AMD GPUs can be monitored using the [Sensors](/src/go/plugin/go.d/modules/sensors/README.md) plugin.
|
||||
> Temperature, fan speed, voltage and power metrics for AMD GPUs can be monitored using the [Sensors](/src/go/plugin/go.d/collector/sensors/README.md) plugin.
|
||||
|
||||
## IPC
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This collector will not appear in documentation, as the go version is preferred,
|
||||
# /src/go/plugin/go.d/modules/haproxy/README.md
|
||||
# /src/go/plugin/go.d/collector/haproxy/README.md
|
||||
#
|
||||
#
|
||||
# meta:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This collector will not appear in documentation, as the go version is preferred,
|
||||
# /src/go/plugin/go.d/modules/traefik/README.md
|
||||
# /src/go/plugin/go.d/collector/traefik/README.md
|
||||
#
|
||||
# meta:
|
||||
# plugin_name: python.d.plugin
|
||||
|
|
|
@ -16,9 +16,9 @@ All capabilities are set automatically during Netdata installation using the [of
|
|||
|
||||
| Capability | Required by |
|
||||
|:--------------------|:-------------------------------------------------------------------------------------------------------:|
|
||||
| CAP_NET_RAW | [Ping](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/ping#readme) |
|
||||
| CAP_NET_ADMIN | [Wireguard](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/wireguard#readme) |
|
||||
| CAP_DAC_READ_SEARCH | [Filecheck](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/filecheck#readme) |
|
||||
| CAP_NET_RAW | [Ping](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/ping#readme) |
|
||||
| CAP_NET_ADMIN | [Wireguard](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/wireguard#readme) |
|
||||
| CAP_DAC_READ_SEARCH | [Filecheck](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/filecheck#readme) |
|
||||
|
||||
## Available modules
|
||||
|
||||
|
@ -27,126 +27,126 @@ All capabilities are set automatically during Netdata installation using the [of
|
|||
|
||||
| Name | Monitors |
|
||||
|:-------------------------------------------------------------------------------------------------------------------|:-----------------------------:|
|
||||
| [adaptec_raid](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/adaptecraid) | Adaptec Hardware RAID |
|
||||
| [activemq](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/activemq) | ActiveMQ |
|
||||
| [ap](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/ap) | Wireless AP |
|
||||
| [apache](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/apache) | Apache |
|
||||
| [apcupsd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/apcupsd) | UPS (APC) |
|
||||
| [beanstalk](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/beanstalk) | Beanstalk |
|
||||
| [bind](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/bind) | ISC Bind |
|
||||
| [boinc](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/boinc) | BOINC |
|
||||
| [cassandra](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/cassandra) | Cassandra |
|
||||
| [ceph](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/ceph) | Ceph |
|
||||
| [chrony](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/chrony) | Chrony |
|
||||
| [clickhouse](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/clickhouse) | ClickHouse |
|
||||
| [cockroachdb](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/cockroachdb) | CockroachDB |
|
||||
| [consul](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/consul) | Consul |
|
||||
| [coredns](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/coredns) | CoreDNS |
|
||||
| [couchbase](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/couchbase) | Couchbase |
|
||||
| [couchdb](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/couchdb) | CouchDB |
|
||||
| [dmcache](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dmcache) | DMCache |
|
||||
| [dnsdist](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dnsdist) | Dnsdist |
|
||||
| [dnsmasq](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dnsmasq) | Dnsmasq DNS Forwarder |
|
||||
| [dnsmasq_dhcp](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dnsmasq_dhcp) | Dnsmasq DHCP |
|
||||
| [dns_query](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dnsquery) | DNS Query RTT |
|
||||
| [docker](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/docker) | Docker Engine |
|
||||
| [docker_engine](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/docker_engine) | Docker Engine |
|
||||
| [dockerhub](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dockerhub) | Docker Hub |
|
||||
| [dovecot](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dovecot) | Dovecot |
|
||||
| [elasticsearch](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/elasticsearch) | Elasticsearch/OpenSearch |
|
||||
| [envoy](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/envoy) | Envoy |
|
||||
| [exim](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/exim) | Exim |
|
||||
| [fail2ban](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/fail2ban) | Fail2Ban Jails |
|
||||
| [filecheck](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/filecheck) | Files and Directories |
|
||||
| [fluentd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/fluentd) | Fluentd |
|
||||
| [freeradius](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/freeradius) | FreeRADIUS |
|
||||
| [gearman](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/gearman) | Gearman |
|
||||
| [haproxy](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/haproxy) | HAProxy |
|
||||
| [hddtemp](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/hddtemp) | Disks temperature |
|
||||
| [hdfs](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/hdfs) | HDFS |
|
||||
| [hpssa](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/hpssa) | HPE Smart Array |
|
||||
| [httpcheck](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/httpcheck) | Any HTTP Endpoint |
|
||||
| [icecast](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/icecast) | Icecast |
|
||||
| [intelgpu](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/intelgpu) | Intel integrated GPU |
|
||||
| [ipfs](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/ipfs) | IPFS |
|
||||
| [isc_dhcpd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/isc_dhcpd) | ISC DHCP |
|
||||
| [k8s_kubelet](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/k8s_kubelet) | Kubelet |
|
||||
| [k8s_kubeproxy](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/k8s_kubeproxy) | Kube-proxy |
|
||||
| [k8s_state](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/k8s_state) | Kubernetes cluster state |
|
||||
| [lighttpd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/lighttpd) | Lighttpd |
|
||||
| [litespeed](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/litespeed) | Litespeed |
|
||||
| [logind](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/logind) | systemd-logind |
|
||||
| [logstash](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/logstash) | Logstash |
|
||||
| [lvm](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/lvm) | LVM logical volumes |
|
||||
| [maxscale](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/maxscale) | MaxScale |
|
||||
| [megacli](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/megacli) | MegaCli Hardware Raid |
|
||||
| [memcached](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/memcached) | Memcached |
|
||||
| [mongoDB](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/mongodb) | MongoDB |
|
||||
| [monit](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/monit) | Monit |
|
||||
| [mysql](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/mysql) | MySQL |
|
||||
| [nginx](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nginx) | NGINX |
|
||||
| [nginxplus](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nginxplus) | NGINX Plus |
|
||||
| [nginxunit](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nginxunit) | NGINX Unit |
|
||||
| [nginxvts](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nginxvts) | NGINX VTS |
|
||||
| [nsd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nsd) | NSD (NLnet Labs) |
|
||||
| [ntpd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/ntpd) | NTP daemon |
|
||||
| [nvidia_smi](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nvidia_smi) | Nvidia SMI |
|
||||
| [nvme](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nvme) | NVMe devices |
|
||||
| [openldap](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/openldap) | OpenLDAP |
|
||||
| [openvpn](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/openvpn) | OpenVPN |
|
||||
| [openvpn_status_log](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/openvpn_status_log) | OpenVPN |
|
||||
| [pgbouncer](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/pgbouncer) | PgBouncer |
|
||||
| [oracledb](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/oracledb) | Oracle DB |
|
||||
| [phpdaemon](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/phpdaemon) | phpDaemon |
|
||||
| [phpfpm](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/phpfpm) | PHP-FPM |
|
||||
| [pihole](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/pihole) | Pi-hole |
|
||||
| [pika](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/pika) | Pika |
|
||||
| [ping](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/ping) | Any network host |
|
||||
| [prometheus](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/prometheus) | Any Prometheus Endpoint |
|
||||
| [portcheck](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/portcheck) | Any TCP Endpoint |
|
||||
| [postgres](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/postgres) | PostgreSQL |
|
||||
| [postfix](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/postfix) | Postfix |
|
||||
| [powerdns](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/powerdns) | PowerDNS Authoritative Server |
|
||||
| [powerdns_recursor](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/powerdns_recursor) | PowerDNS Recursor |
|
||||
| [proxysql](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/proxysql) | ProxySQL |
|
||||
| [pulsar](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/pulsar) | Apache Pulsar |
|
||||
| [puppet](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/puppet) | Puppet |
|
||||
| [rabbitmq](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/rabbitmq) | RabbitMQ |
|
||||
| [redis](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/redis) | Redis |
|
||||
| [rethinkdb](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/rethinkdb) | RethinkDB |
|
||||
| [riakkv](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/riakkv) | Riak KV |
|
||||
| [rspamd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/rspamd) | Rspamd |
|
||||
| [samba](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/samba) | Samba |
|
||||
| [scaleio](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/scaleio) | Dell EMC ScaleIO |
|
||||
| [sensors](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/sensors) | Hardware Sensors |
|
||||
| [SNMP](https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/modules/snmp) | SNMP |
|
||||
| [squid](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/squid) | Squid |
|
||||
| [squidlog](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/squidlog) | Squid |
|
||||
| [smartctl](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/smartctl) | S.M.A.R.T Storage Devices |
|
||||
| [spigotmc](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/spigotmc) | SpigotMC |
|
||||
| [storcli](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/storcli) | Broadcom Hardware RAID |
|
||||
| [supervisord](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/supervisord) | Supervisor |
|
||||
| [systemdunits](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/systemdunits) | Systemd unit state |
|
||||
| [tengine](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/tengine) | Tengine |
|
||||
| [tomcat](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/tomcat) | Tomcat |
|
||||
| [tor](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/tor) | Tor |
|
||||
| [traefik](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/traefik) | Traefik |
|
||||
| [typesense](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/typesense) | Typesense |
|
||||
| [unbound](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/unbound) | Unbound |
|
||||
| [upsd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/upsd) | UPSd (Nut) |
|
||||
| [uwsgi](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/uwsgi) | uWSGI |
|
||||
| [varnish](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/varnish) | Varnish |
|
||||
| [vcsa](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/vcsa) | vCenter Server Appliance |
|
||||
| [vernemq](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/vernemq) | VerneMQ |
|
||||
| [vsphere](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/vsphere) | VMware vCenter Server |
|
||||
| [w1sensor](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/w1sensor) | 1-Wire Sensors |
|
||||
| [web_log](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/weblog) | Apache/NGINX |
|
||||
| [wireguard](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/wireguard) | WireGuard |
|
||||
| [whoisquery](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/whoisquery) | Domain Expiry |
|
||||
| [windows](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/windows) | Windows |
|
||||
| [x509check](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/x509check) | Digital Certificates |
|
||||
| [zfspool](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/zfspool) | ZFS Pools |
|
||||
| [zookeeper](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/zookeeper) | ZooKeeper |
|
||||
| [adaptec_raid](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/adaptecraid) | Adaptec Hardware RAID |
|
||||
| [activemq](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/activemq) | ActiveMQ |
|
||||
| [ap](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/ap) | Wireless AP |
|
||||
| [apache](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/apache) | Apache |
|
||||
| [apcupsd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/apcupsd) | UPS (APC) |
|
||||
| [beanstalk](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/beanstalk) | Beanstalk |
|
||||
| [bind](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/bind) | ISC Bind |
|
||||
| [boinc](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/boinc) | BOINC |
|
||||
| [cassandra](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/cassandra) | Cassandra |
|
||||
| [ceph](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/ceph) | Ceph |
|
||||
| [chrony](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/chrony) | Chrony |
|
||||
| [clickhouse](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/clickhouse) | ClickHouse |
|
||||
| [cockroachdb](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/cockroachdb) | CockroachDB |
|
||||
| [consul](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/consul) | Consul |
|
||||
| [coredns](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/coredns) | CoreDNS |
|
||||
| [couchbase](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/couchbase) | Couchbase |
|
||||
| [couchdb](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/couchdb) | CouchDB |
|
||||
| [dmcache](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dmcache) | DMCache |
|
||||
| [dnsdist](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dnsdist) | Dnsdist |
|
||||
| [dnsmasq](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dnsmasq) | Dnsmasq DNS Forwarder |
|
||||
| [dnsmasq_dhcp](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dnsmasq_dhcp) | Dnsmasq DHCP |
|
||||
| [dns_query](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dnsquery) | DNS Query RTT |
|
||||
| [docker](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/docker) | Docker Engine |
|
||||
| [docker_engine](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/docker_engine) | Docker Engine |
|
||||
| [dockerhub](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dockerhub) | Docker Hub |
|
||||
| [dovecot](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dovecot) | Dovecot |
|
||||
| [elasticsearch](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/elasticsearch) | Elasticsearch/OpenSearch |
|
||||
| [envoy](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/envoy) | Envoy |
|
||||
| [exim](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/exim) | Exim |
|
||||
| [fail2ban](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/fail2ban) | Fail2Ban Jails |
|
||||
| [filecheck](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/filecheck) | Files and Directories |
|
||||
| [fluentd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/fluentd) | Fluentd |
|
||||
| [freeradius](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/freeradius) | FreeRADIUS |
|
||||
| [gearman](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/gearman) | Gearman |
|
||||
| [haproxy](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/haproxy) | HAProxy |
|
||||
| [hddtemp](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/hddtemp) | Disks temperature |
|
||||
| [hdfs](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/hdfs) | HDFS |
|
||||
| [hpssa](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/hpssa) | HPE Smart Array |
|
||||
| [httpcheck](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/httpcheck) | Any HTTP Endpoint |
|
||||
| [icecast](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/icecast) | Icecast |
|
||||
| [intelgpu](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/intelgpu) | Intel integrated GPU |
|
||||
| [ipfs](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/ipfs) | IPFS |
|
||||
| [isc_dhcpd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/isc_dhcpd) | ISC DHCP |
|
||||
| [k8s_kubelet](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/k8s_kubelet) | Kubelet |
|
||||
| [k8s_kubeproxy](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/k8s_kubeproxy) | Kube-proxy |
|
||||
| [k8s_state](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/k8s_state) | Kubernetes cluster state |
|
||||
| [lighttpd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/lighttpd) | Lighttpd |
|
||||
| [litespeed](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/litespeed) | Litespeed |
|
||||
| [logind](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/logind) | systemd-logind |
|
||||
| [logstash](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/logstash) | Logstash |
|
||||
| [lvm](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/lvm) | LVM logical volumes |
|
||||
| [maxscale](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/maxscale) | MaxScale |
|
||||
| [megacli](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/megacli) | MegaCli Hardware Raid |
|
||||
| [memcached](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/memcached) | Memcached |
|
||||
| [mongoDB](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/mongodb) | MongoDB |
|
||||
| [monit](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/monit) | Monit |
|
||||
| [mysql](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/mysql) | MySQL |
|
||||
| [nginx](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nginx) | NGINX |
|
||||
| [nginxplus](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nginxplus) | NGINX Plus |
|
||||
| [nginxunit](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nginxunit) | NGINX Unit |
|
||||
| [nginxvts](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nginxvts) | NGINX VTS |
|
||||
| [nsd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nsd) | NSD (NLnet Labs) |
|
||||
| [ntpd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/ntpd) | NTP daemon |
|
||||
| [nvidia_smi](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nvidia_smi) | Nvidia SMI |
|
||||
| [nvme](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nvme) | NVMe devices |
|
||||
| [openldap](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/openldap) | OpenLDAP |
|
||||
| [openvpn](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/openvpn) | OpenVPN |
|
||||
| [openvpn_status_log](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/openvpn_status_log) | OpenVPN |
|
||||
| [pgbouncer](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/pgbouncer) | PgBouncer |
|
||||
| [oracledb](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/oracledb) | Oracle DB |
|
||||
| [phpdaemon](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/phpdaemon) | phpDaemon |
|
||||
| [phpfpm](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/phpfpm) | PHP-FPM |
|
||||
| [pihole](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/pihole) | Pi-hole |
|
||||
| [pika](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/pika) | Pika |
|
||||
| [ping](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/ping) | Any network host |
|
||||
| [prometheus](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/prometheus) | Any Prometheus Endpoint |
|
||||
| [portcheck](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/portcheck) | Any TCP Endpoint |
|
||||
| [postgres](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/postgres) | PostgreSQL |
|
||||
| [postfix](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/postfix) | Postfix |
|
||||
| [powerdns](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/powerdns) | PowerDNS Authoritative Server |
|
||||
| [powerdns_recursor](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/powerdns_recursor) | PowerDNS Recursor |
|
||||
| [proxysql](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/proxysql) | ProxySQL |
|
||||
| [pulsar](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/pulsar) | Apache Pulsar |
|
||||
| [puppet](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/puppet) | Puppet |
|
||||
| [rabbitmq](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/rabbitmq) | RabbitMQ |
|
||||
| [redis](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/redis) | Redis |
|
||||
| [rethinkdb](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/rethinkdb) | RethinkDB |
|
||||
| [riakkv](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/riakkv) | Riak KV |
|
||||
| [rspamd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/rspamd) | Rspamd |
|
||||
| [samba](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/samba) | Samba |
|
||||
| [scaleio](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/scaleio) | Dell EMC ScaleIO |
|
||||
| [sensors](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/sensors) | Hardware Sensors |
|
||||
| [SNMP](https://github.com/netdata/netdata/blob/master/src/go/plugin/go.d/collector/snmp) | SNMP |
|
||||
| [squid](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/squid) | Squid |
|
||||
| [squidlog](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/squidlog) | Squid |
|
||||
| [smartctl](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/smartctl) | S.M.A.R.T Storage Devices |
|
||||
| [spigotmc](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/spigotmc) | SpigotMC |
|
||||
| [storcli](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/storcli) | Broadcom Hardware RAID |
|
||||
| [supervisord](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/supervisord) | Supervisor |
|
||||
| [systemdunits](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/systemdunits) | Systemd unit state |
|
||||
| [tengine](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/tengine) | Tengine |
|
||||
| [tomcat](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/tomcat) | Tomcat |
|
||||
| [tor](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/tor) | Tor |
|
||||
| [traefik](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/traefik) | Traefik |
|
||||
| [typesense](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/typesense) | Typesense |
|
||||
| [unbound](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/unbound) | Unbound |
|
||||
| [upsd](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/upsd) | UPSd (Nut) |
|
||||
| [uwsgi](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/uwsgi) | uWSGI |
|
||||
| [varnish](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/varnish) | Varnish |
|
||||
| [vcsa](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/vcsa) | vCenter Server Appliance |
|
||||
| [vernemq](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/vernemq) | VerneMQ |
|
||||
| [vsphere](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/vsphere) | VMware vCenter Server |
|
||||
| [w1sensor](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/w1sensor) | 1-Wire Sensors |
|
||||
| [web_log](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/weblog) | Apache/NGINX |
|
||||
| [wireguard](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/wireguard) | WireGuard |
|
||||
| [whoisquery](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/whoisquery) | Domain Expiry |
|
||||
| [windows](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/windows) | Windows |
|
||||
| [x509check](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/x509check) | Digital Certificates |
|
||||
| [zfspool](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/zfspool) | ZFS Pools |
|
||||
| [zookeeper](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/zookeeper) | ZooKeeper |
|
||||
|
||||
</details>
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
},
|
||||
"privileged": {
|
||||
"title": "Privileged mode",
|
||||
"description": "If unset, sends unprivileged UDP ping packets (require [additional configuration](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/ping#overview)); otherwise, sends raw ICMP ping packets ([not recommended](https://github.com/netdata/netdata/issues/15410)).",
|
||||
"description": "If unset, sends unprivileged UDP ping packets (require [additional configuration](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/ping#overview)); otherwise, sends raw ICMP ping packets ([not recommended](https://github.com/netdata/netdata/issues/15410)).",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
|
|
|
@ -139,7 +139,7 @@ Install `smartmontools` version 7.0 or later using your distribution's package m
|
|||
|
||||
> **Multiple Devices**: These examples only show mapping of one device (/dev/sda). You'll need to add additional `--device` options (in docker run) or entries in the `devices` list (in docker-compose.yml) for each storage device you want Netdata's smartctl collector to monitor.
|
||||
|
||||
> **NVMe Devices**: Do not map NVMe devices using this method. Netdata uses a [dedicated collector](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nvme#readme) to monitor NVMe devices.
|
||||
> **NVMe Devices**: Do not map NVMe devices using this method. Netdata uses a [dedicated collector](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nvme#readme) to monitor NVMe devices.
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ modules:
|
|||
|
||||
> **Multiple Devices**: These examples only show mapping of one device (/dev/sda). You'll need to add additional `--device` options (in docker run) or entries in the `devices` list (in docker-compose.yml) for each storage device you want Netdata's smartctl collector to monitor.
|
||||
|
||||
> **NVMe Devices**: Do not map NVMe devices using this method. Netdata uses a [dedicated collector](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nvme#readme) to monitor NVMe devices.
|
||||
> **NVMe Devices**: Do not map NVMe devices using this method. Netdata uses a [dedicated collector](https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nvme#readme) to monitor NVMe devices.
|
||||
configuration:
|
||||
file:
|
||||
name: go.d/smartctl.conf
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/activemq#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/activemq#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/adaptecraid#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/adaptecraid#readme
|
||||
|
||||
jobs:
|
||||
- name: adaptec_raid
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/ap#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/ap#readme
|
||||
|
||||
jobs:
|
||||
- name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/apache#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/apache#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/apcupsd#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/apcupsd#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/beanstalk#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/beanstalk#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/bind#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/bind#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/boinc#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/boinc#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/cassandra#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/cassandra#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/ceph#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/ceph#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/chrony#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/chrony#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/clickhouse#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/clickhouse#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/cockroachdb#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/cockroachdb#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/consul#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/consul#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/coredns#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/coredns#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/couchbase#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/couchbase#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/couchdb#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/couchdb#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dmcache#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dmcache#readme
|
||||
|
||||
jobs:
|
||||
- name: dmcache
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dnsquery#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dnsquery#readme
|
||||
|
||||
#jobs:
|
||||
# - name: example
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dnsdist#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dnsdist#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dnsmasq#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dnsmasq#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dnsmasq_dhcp#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dnsmasq_dhcp#readme
|
||||
|
||||
jobs:
|
||||
- name: dnsmasq_dhcp
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/docker#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/docker#readme
|
||||
|
||||
jobs:
|
||||
- name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/docker_engine#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/docker_engine#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dockerhub#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dockerhub#readme
|
||||
|
||||
#jobs:
|
||||
# - name: dockerhub
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/dovecot#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/dovecot#readme
|
||||
|
||||
jobs:
|
||||
- name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/elasticsearch#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/elasticsearch#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/envoy#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/envoy#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/exim#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/exim#readme
|
||||
|
||||
jobs:
|
||||
- name: exim
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/fail2ban#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/fail2ban#readme
|
||||
|
||||
jobs:
|
||||
- name: fail2ban
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/filecheck#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/filecheck#readme
|
||||
|
||||
#jobs:
|
||||
# - name: files_example
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/fluentd#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/fluentd#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/freeradius#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/freeradius#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/gearman#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/gearman#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/geth#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/geth#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/haproxy#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/haproxy#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/hddtemp#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/hddtemp#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/hdfs#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/hdfs#readme
|
||||
|
||||
#jobs:
|
||||
# - name: namenode
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/hpssa#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/hpssa#readme
|
||||
|
||||
jobs:
|
||||
- name: hpssa
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/httpcheck#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/httpcheck#readme
|
||||
|
||||
#jobs:
|
||||
# - name: jira
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/icecast#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/icecast#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/intelgpu#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/intelgpu#readme
|
||||
|
||||
jobs:
|
||||
- name: intelgpu
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/ipfs#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/ipfs#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/isc_dhcpd#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/isc_dhcpd#readme
|
||||
|
||||
#jobs:
|
||||
# - name: ipv4_example
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/k8s_kubelet#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/k8s_kubelet#readme
|
||||
|
||||
#jobs:
|
||||
# - url: http://127.0.0.1:10255/metrics
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/k8s_kubeproxy#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/k8s_kubeproxy#readme
|
||||
|
||||
#jobs:
|
||||
# - url: http://127.0.0.1:10249/metrics
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/k8s_state#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/k8s_state#readme
|
||||
|
||||
jobs:
|
||||
- name: k8s_state
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/lighttpd#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/lighttpd#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/litespeed#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/litespeed#readme
|
||||
|
||||
jobs:
|
||||
- name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/logind#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/logind#readme
|
||||
|
||||
jobs:
|
||||
- name: logind
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/logstash#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/logstash#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/lvm#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/lvm#readme
|
||||
|
||||
jobs:
|
||||
- name: lvm
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/maxscale#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/maxscale#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/megacli#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/megacli#readme
|
||||
|
||||
jobs:
|
||||
- name: megacli
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/memcached#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/memcached#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/mongodb#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/mongodb#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/monit#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/monit#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/mysql#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/mysql#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nginx#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nginx#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nginxplus#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nginxplus#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nginxunit#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nginxunit#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nginxvts#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nginxvts#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nsd#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nsd#readme
|
||||
|
||||
jobs:
|
||||
- name: nsd
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/ntpd#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/ntpd#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nvidia_smi#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nvidia_smi#readme
|
||||
|
||||
jobs:
|
||||
- name: nvidia_smi
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/nvme#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/nvme#readme
|
||||
|
||||
jobs:
|
||||
- name: nvme
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/openldap#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/openldap#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/openvpn#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/openvpn#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/openvpn_status_log#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/openvpn_status_log#readme
|
||||
|
||||
jobs:
|
||||
- name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/oracledb#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/oracledb#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/pgbouncer#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/pgbouncer#readme
|
||||
|
||||
jobs:
|
||||
- name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/phpdaemon#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/phpdaemon#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/phpfpm#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/phpfpm#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/pihole#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/pihole#readme
|
||||
|
||||
#jobs:
|
||||
# - name: pihole
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/pika#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/pika#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/ping#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/ping#readme
|
||||
|
||||
#jobs:
|
||||
# - name: example
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/portcheck#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/portcheck#readme
|
||||
|
||||
#jobs:
|
||||
# - name: job1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/postfix#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/postfix#readme
|
||||
|
||||
jobs:
|
||||
- name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/postgres#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/postgres#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/powerdns#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/powerdns#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/powerdns_recursor#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/powerdns_recursor#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/prometheus#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/prometheus#readme
|
||||
|
||||
#jobs:
|
||||
# - name: node_exporter_local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/proxysql#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/proxysql#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/pulsar#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/pulsar#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## All available configuration options, their descriptions and default values:
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/modules/puppet#readme
|
||||
## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/puppet#readme
|
||||
|
||||
#jobs:
|
||||
# - name: local
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue