summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json9
-rw-r--r--collectors/apps.plugin/metadata.yaml (renamed from collectors/apps.plugin/multi_metadata.yaml)0
-rw-r--r--collectors/cgroups.plugin/metadata.yaml (renamed from collectors/cgroups.plugin/multi_metadata.yaml)0
-rw-r--r--collectors/charts.d.plugin/ap/metadata.yaml282
-rw-r--r--collectors/charts.d.plugin/apcupsd/metadata.yaml390
-rw-r--r--collectors/charts.d.plugin/libreswan/metadata.yaml282
-rw-r--r--collectors/charts.d.plugin/nut/metadata.yaml434
-rw-r--r--collectors/charts.d.plugin/opensips/metadata.yaml530
-rw-r--r--collectors/charts.d.plugin/sensors/metadata.yaml334
-rw-r--r--collectors/cups.plugin/metadata.yaml260
-rw-r--r--collectors/debugfs.plugin/metadata.yaml (renamed from collectors/debugfs.plugin/multi_metadata.yaml)0
-rw-r--r--collectors/diskspace.plugin/metadata.yaml272
-rw-r--r--collectors/ebpf.plugin/metadata.yaml (renamed from collectors/ebpf.plugin/multi_metadata.yaml)226
-rw-r--r--collectors/freebsd.plugin/metadata.yaml (renamed from collectors/freebsd.plugin/multi_metadata.yaml)2
-rw-r--r--collectors/freeipmi.plugin/metadata.yaml (renamed from collectors/freeipmi.plugin/multi_metadata.yaml)7
-rw-r--r--collectors/idlejitter.plugin/metadata.yaml172
-rw-r--r--collectors/ioping.plugin/metadata.yaml200
-rw-r--r--collectors/macos.plugin/metadata.yaml (renamed from collectors/macos.plugin/multi_metadata.yaml)2
-rw-r--r--collectors/metadata/single-module-template.yaml97
-rw-r--r--collectors/nfacct.plugin/metadata.yaml262
-rw-r--r--collectors/perf.plugin/metadata.yaml430
-rw-r--r--collectors/proc.plugin/multi_metadata.yaml10
-rw-r--r--collectors/python.d.plugin/adaptec_raid/metadata.yaml330
-rw-r--r--collectors/python.d.plugin/alarms/metadata.yaml346
-rw-r--r--collectors/python.d.plugin/am2320/metadata.yaml264
-rw-r--r--collectors/python.d.plugin/beanstalk/metadata.yaml521
-rw-r--r--collectors/python.d.plugin/bind_rndc/metadata.yaml375
-rw-r--r--collectors/python.d.plugin/boinc/metadata.yaml393
-rw-r--r--collectors/python.d.plugin/ceph/metadata.yaml440
-rw-r--r--collectors/python.d.plugin/changefinder/metadata.yaml154
-rw-r--r--collectors/python.d.plugin/dovecot/metadata.yaml410
-rw-r--r--collectors/python.d.plugin/example/metadata.yaml274
-rw-r--r--collectors/python.d.plugin/exim/metadata.yaml259
-rw-r--r--collectors/python.d.plugin/fail2ban/metadata.yaml358
-rw-r--r--collectors/python.d.plugin/gearman/metadata.yaml333
-rw-r--r--collectors/python.d.plugin/go_expvar/metadata.yaml627
-rw-r--r--collectors/python.d.plugin/hddtemp/metadata.yaml322
-rw-r--r--collectors/python.d.plugin/hpssa/metadata.yaml342
-rw-r--r--collectors/python.d.plugin/icecast/metadata.yaml246
-rw-r--r--collectors/python.d.plugin/ipfs/metadata.yaml340
-rw-r--r--collectors/python.d.plugin/litespeed/metadata.yaml331
-rw-r--r--collectors/python.d.plugin/megacli/metadata.yaml383
-rw-r--r--collectors/python.d.plugin/memcached/metadata.yaml486
-rw-r--r--collectors/python.d.plugin/monit/metadata.yaml430
-rw-r--r--collectors/python.d.plugin/nsd/metadata.yaml388
-rw-r--r--collectors/python.d.plugin/openldap/metadata.yaml447
-rw-r--r--collectors/python.d.plugin/oracledb/metadata.yaml613
-rw-r--r--collectors/python.d.plugin/pandas/metadata.yaml610
-rw-r--r--collectors/python.d.plugin/postfix/metadata.yaml246
-rw-r--r--collectors/python.d.plugin/puppet/metadata.yaml366
-rw-r--r--collectors/python.d.plugin/rethinkdbs/metadata.yaml368
-rw-r--r--collectors/python.d.plugin/retroshare/metadata.yaml283
-rw-r--r--collectors/python.d.plugin/riakkv/metadata.yaml713
-rw-r--r--collectors/python.d.plugin/samba/metadata.yaml386
-rw-r--r--collectors/python.d.plugin/sensors/metadata.yaml336
-rw-r--r--collectors/python.d.plugin/smartd_log/metadata.yaml854
-rw-r--r--collectors/python.d.plugin/spigotmc/metadata.yaml348
-rw-r--r--collectors/python.d.plugin/squid/metadata.yaml344
-rw-r--r--collectors/python.d.plugin/tomcat/metadata.yaml396
-rw-r--r--collectors/python.d.plugin/tor/metadata.yaml276
-rw-r--r--collectors/python.d.plugin/uwsgi/metadata.yaml398
-rw-r--r--collectors/python.d.plugin/varnish/metadata.yaml500
-rw-r--r--collectors/python.d.plugin/w1sensor/metadata.yaml233
-rw-r--r--collectors/python.d.plugin/zscores/metadata.yaml372
-rw-r--r--collectors/slabinfo.plugin/metadata.yaml208
-rw-r--r--collectors/tc.plugin/metadata.yaml226
-rw-r--r--collectors/timex.plugin/metadata.yaml222
-rw-r--r--collectors/xenstat.plugin/metadata.yaml388
-rw-r--r--integrations/schemas/collection-multi-module.json20
-rw-r--r--integrations/schemas/collection-single-module.json432
-rw-r--r--integrations/schemas/collector.json447
71 files changed, 11269 insertions, 11316 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index dc772774f2..020e56678c 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,7 +1,6 @@
{
- "yaml.schemas": {
- "./integrations/schemas/collection-single-module.json": "/metadata.yaml",
- "./integrations/schemas/collection-multi-module.json": "/multi_metadata.yaml",
- "./integrations/schemas/categories.json": "/categories.yaml",
- }
+ "yaml.schemas": {
+ "./integrations/schemas/collector.json": "/metadata.yaml",
+ "./integrations/schemas/categories.json": "/categories.yaml"
+ }
}
diff --git a/collectors/apps.plugin/multi_metadata.yaml b/collectors/apps.plugin/metadata.yaml
index 10fa97c99f..10fa97c99f 100644
--- a/collectors/apps.plugin/multi_metadata.yaml
+++ b/collectors/apps.plugin/metadata.yaml
diff --git a/collectors/cgroups.plugin/multi_metadata.yaml b/collectors/cgroups.plugin/metadata.yaml
index 452ff050cc..452ff050cc 100644
--- a/collectors/cgroups.plugin/multi_metadata.yaml
+++ b/collectors/cgroups.plugin/metadata.yaml
diff --git a/collectors/charts.d.plugin/ap/metadata.yaml b/collectors/charts.d.plugin/ap/metadata.yaml
index 6901a625ca..9fe60a6d59 100644
--- a/collectors/charts.d.plugin/ap/metadata.yaml
+++ b/collectors/charts.d.plugin/ap/metadata.yaml
@@ -1,143 +1,143 @@
-# yamllint disable rule:line-length
----
-meta:
- plugin_name: charts.d.plugin
- module_name: ap
- monitored_instance:
- name: Access Points
- link: "https://learn.netdata.cloud/docs/data-collection/networking-stack-and-network-interfaces/linux-access-points"
- categories:
- - data-collection.networking-stack-and-network-interfaces
- icon_filename: "network-wired.svg"
- related_resources:
- integrations:
- list: []
- info_provided_to_referring_integrations:
- description: ""
- keywords:
- - ap
- - access
- - point
- - wireless
- - network
- most_popular: false
-overview:
- data_collection:
- metrics_description: "The ap collector visualizes data related to wireless access points."
- method_description: "It uses the `iw` command line utility to detect access points. For each interface that is of `type AP`, it then runs `iw INTERFACE station dump` and collects statistics."
- supported_platforms:
- include: [Linux]
- exclude: []
- multi_instance: false
- additional_permissions:
- description: ""
- default_behavior:
- auto_detection:
- description: "The plugin is able to auto-detect if you are running access points on your linux box."
- limits:
- description: ""
- performance_impact:
- description: ""
-setup:
- prerequisites:
- list:
- - title: "`iw` utility."
- description: "Make sure the `iw` utility is installed."
- configuration:
- file:
- name: charts.d/ap.conf
- options:
- description: |
- The config file is sourced by the charts.d plugin. It's a standard bash file.
-
- The following collapsed table contains all the options that can be configured for the ap collector.
- folding:
- title: "Config options"
- enabled: true
- list:
- - name: ap_update_every
- description: The data collection frequency. If unset, will inherit the netdata update frequency.
- default_value: 1
- required: false
- - name: ap_priority
- description: Controls the order of charts at the netdata dashboard.
- default_value: 6900
- required: false
- - name: ap_retries
- description: The number of retries to do in case of failure before disabling the collector.
- default_value: 10
- required: false
- examples:
+plugin_name: charts.d.plugin
+modules:
+ - meta:
+ plugin_name: charts.d.plugin
+ module_name: ap
+ monitored_instance:
+ name: Access Points
+ link: "https://learn.netdata.cloud/docs/data-collection/networking-stack-and-network-interfaces/linux-access-points"
+ categories:
+ - data-collection.networking-stack-and-network-interfaces
+ icon_filename: "network-wired.svg"
+ related_resources:
+ integrations:
+ list: []
+ info_provided_to_referring_integrations:
+ description: ""
+ keywords:
+ - ap
+ - access
+ - point
+ - wireless
+ - network
+ most_popular: false
+ overview:
+ data_collection:
+ metrics_description: "The ap collector visualizes data related to wireless access points."
+ method_description: "It uses the `iw` command line utility to detect access points. For each interface that is of `type AP`, it then runs `iw INTERFACE station dump` and collects statistics."
+ supported_platforms:
+ include: [Linux]
+ exclude: []
+ multi_instance: false
+ additional_permissions:
+ description: ""
+ default_behavior:
+ auto_detection:
+ description: "The plugin is able to auto-detect if you are running access points on your linux box."
+ limits:
+ description: ""
+ performance_impact:
+ description: ""
+ setup:
+ prerequisites:
+ list:
+ - title: "`iw` utility."
+ description: "Make sure the `iw` utility is installed."
+ configuration:
+ file:
+ name: charts.d/ap.conf
+ options:
+ description: |
+ The config file is sourced by the charts.d plugin. It's a standard bash file.
+
+ The following collapsed table contains all the options that can be configured for the ap collector.
+ folding:
+ title: "Config options"
+ enabled: true
+ list:
+ - name: ap_update_every
+ description: The data collection frequency. If unset, will inherit the netdata update frequency.
+ default_value: 1
+ required: false
+ - name: ap_priority
+ description: Controls the order of charts at the netdata dashboard.
+ default_value: 6900
+ required: false
+ - name: ap_retries
+ description: The number of retries to do in case of failure before disabling the collector.
+ default_value: 10
+ required: false
+ examples:
+ folding:
+ enabled: false
+ title: "Config"
+ list:
+ - name: Change the collection frequency
+ description: Specify a custom collection frequence (update_every) for this collector
+ config: |
+ # the data collection frequency
+ # if unset, will inherit the netdata update frequency
+ ap_update_every=10
+
+ # the charts priority on the dashboard
+ #ap_priority=6900
+
+ # the number of retries to do in case of failure
+ # before disabling the module
+ #ap_retries=10
+ troubleshooting:
+ problems:
+ list: []
+ alerts: []
+ metrics:
folding:
+ title: Metrics
enabled: false
- title: "Config"
- list:
- - name: Change the collection frequency
- description: Specify a custom collection frequence (update_every) for this collector
- config: |
- # the data collection frequency
- # if unset, will inherit the netdata update frequency
- ap_update_every=10
-
- # the charts priority on the dashboard
- #ap_priority=6900
-
- # the number of retries to do in case of failure
- # before disabling the module
- #ap_retries=10
-troubleshooting:
- problems:
- list: []
-alerts: []
-metrics:
- folding:
- title: Metrics
- enabled: false
- description: ""
- availability: []
- scopes:
- - name: wireless device
- description: "These metrics refer to the entire monitored application."
- labels: []
- metrics:
- - name: ap.clients
- description: Connected clients to ${ssid} on ${dev}
- unit: "clients"
- chart_type: line
- dimensions:
- - name: clients
- - name: ap.net
- description: Bandwidth for ${ssid} on ${dev}
- unit: "kilobits/s"
- chart_type: area
- dimensions:
- - name: received
- - name: sent
- - name: ap.packets
- description: Packets for ${ssid} on ${dev}
- unit: "packets/s"
- chart_type: line
- dimensions:
- - name: received
- - name: sent
- - name: ap.issues
- description: Transmit Issues for ${ssid} on ${dev}
- unit: "issues/s"
- chart_type: line
- dimensions:
- - name: retries
- - name: failures
- - name: ap.signal
- description: Average Signal for ${ssid} on ${dev}
- unit: "dBm"
- chart_type: line
- dimensions:
- - name: average signal
- - name: ap.bitrate
- description: Bitrate for ${ssid} on ${dev}
- unit: "Mbps"
- chart_type: line
- dimensions:
- - name: receive
- - name: transmit
- - name: expected
+ description: ""
+ availability: []
+ scopes:
+ - name: wireless device
+ description: "These metrics refer to the entire monitored application."
+ labels: []
+ metrics:
+ - name: ap.clients
+ description: Connected clients to ${ssid} on ${dev}
+ unit: "clients"
+ chart_type: line
+ dimensions:
+ - name: clients
+ - name: ap.net
+ description: Bandwidth for ${ssid} on ${dev}
+ unit: "kilobits/s"
+ chart_type: area
+ dimensions:
+ - name: received
+ - name: sent
+ - name: ap.packets
+ description: Packets for ${ssid} on ${dev}
+ unit: "packets/s"
+ chart_type: line
+ dimensions:
+ - name: received
+ - name: sent
+ - name: ap.issues
+ description: Transmit Issues for ${ssid} on ${dev}
+ unit: "issues/s"
+ chart_type: line
+ dimensions:
+ - name: retries
+ - name: failures
+ - name: ap.signal
+ description: Average Signal for ${ssid} on ${dev}
+ unit: "dBm"
+ chart_type: line
+ dimensions:
+ - name: average signal
+ - name: ap.bitrate
+ description: Bitrate for ${ssid} on ${dev}
+ unit: "Mbps"
+ chart_type: line
+ dimensions:
+ - name: receive
+ - name: transmit
+ - name: expected
diff --git a/collectors/charts.d.plugin/apcupsd/metadata.yaml b/collectors/charts.d.plugin/apcupsd/metadata.yaml
index d0521c3eca..49d6546aec 100644
--- a/collectors/charts.d.plugin/apcupsd/metadata.yaml
+++ b/collectors/charts.d.plugin/apcupsd/metadata.yaml
@@ -1,197 +1,197 @@
-# yamllint disable rule:line-length
----
-meta:
- plugin_name: charts.d.plugin
- module_name: apcupsd
- monitored_instance:
- name: APC UPS
- link: "https://www.apc.com"
- categories:
- - data-collection.ups
- icon_filename: "apc.svg"
- related_resources:
- integrations:
- list: []
- info_provided_to_referring_integrations:
- description: ""
- keywords:
- - ups
- - apc
- - power
- - supply
- - battery
- most_popular: false
-overview:
- data_collection:
- metrics_description: "Monitor APC UPS performance with Netdata for optimal uninterruptible power supply operations. Enhance your power supply reliability with real-time APC UPS metrics."
- method_description: "The collector uses the `apcaccess` tool to contact the `apcupsd` daemon and get the APC UPS statistics."
- supported_platforms:
- include: []
- exclude: []
- multi_instance: false
- additional_permissions:
- description: ""
- default_behavior:
- auto_detection:
- description: "By default, with no configuration provided, the collector will try to contact 127.0.0.1:3551 with using the `apcaccess` utility."
- limits:
- description: ""
- performance_impact:
- description: ""
-setup:
- prerequisites:
- list:
- - title: "Required software"
- description: "Make sure the `apcaccess` and `apcupsd` are installed and running."
- configuration:
- file:
- name: charts.d/apcupsd.conf
- options:
- description: |
- The config file is sourced by the charts.d plugin. It's a standard bash file.
-
- The following collapsed table contains all the options that can be configured for the apcupsd collector.
- folding:
- title: "Config options"
- enabled: true
- list:
- - name: apcupsd_sources
- description: This is an array of apcupsd sources. You can have multiple entries there. Please refer to the example below on how to set it.
- default_value: "127.0.0.1:3551"
- required: false
- - name: apcupsd_timeout
- description: How long to wait for apcupsd to respond.
- default_value: 3
- required: false
- - name: apcupsd_update_every
- description: The data collection frequency. If unset, will inherit the netdata update frequency.
- default_value: 1
- required: false
- - name: apcupsd_priority
- description: The charts priority on the dashboard.
- default_value: 90000
- required: false
- - name: apcupsd_retries
- description: The number of retries to do in case of failure before disabling the collector.
- default_value: 10
- required: false
- examples:
+plugin_name: charts.d.plugin
+modules:
+ - meta:
+ plugin_name: charts.d.plugin
+ module_name: apcupsd
+ monitored_instance:
+ name: APC UPS
+ link: "https://www.apc.com"
+ categories:
+ - data-collection.ups
+ icon_filename: "apc.svg"
+ related_resources:
+ integrations:
+ list: []
+ info_provided_to_referring_integrations:
+ description: ""
+ keywords:
+ - ups
+ - apc
+ - power
+ - supply
+ - battery
+ most_popular: false