summaryrefslogtreecommitdiffstats
path: root/collectors/nfacct.plugin/metadata.yaml
diff options
context:
space:
mode:
authorthiagoftsm <thiagoftsm@gmail.com>2023-07-26 07:27:33 +0000
committerGitHub <noreply@github.com>2023-07-26 10:27:33 +0300
commit04275c03eb761025d60c852fa5bffb46da6a2037 (patch)
treec1c644884528ebbf26f49a35fe8d14652de29821 /collectors/nfacct.plugin/metadata.yaml
parentdf0890fac332ae2f4a5632125680f8514cdcaa92 (diff)
Update nfacct yaml (#15535)
nfacct_yaml: Update nfacct yaml
Diffstat (limited to 'collectors/nfacct.plugin/metadata.yaml')
-rw-r--r--collectors/nfacct.plugin/metadata.yaml28
1 files changed, 19 insertions, 9 deletions
diff --git a/collectors/nfacct.plugin/metadata.yaml b/collectors/nfacct.plugin/metadata.yaml
index b2de6c02e7..5c0bf89624 100644
--- a/collectors/nfacct.plugin/metadata.yaml
+++ b/collectors/nfacct.plugin/metadata.yaml
@@ -3,7 +3,7 @@ meta:
module_name: nfacct.plugin
monitored_instance:
name: Netfilter
- link: ''
+ link: 'https://www.netfilter.org/'
categories:
- data-collection.networking-stack-and-network-interfaces
icon_filename: 'netfilter.png'
@@ -17,33 +17,43 @@ meta:
overview:
data_collection:
metrics_description: 'Monitor Netfilter metrics for optimal packet filtering and manipulation. Keep tabs on packet counts, dropped packets, and error rates to secure network operations.'
- method_description: ''
+ method_description: 'Netdata uses libmnl (https://www.netfilter.org/projects/libmnl/index.html) to collect information.'
supported_platforms:
include: []
exclude: []
multi_instance: true
additional_permissions:
- description: ''
+ description: 'This plugin needs setuid.'
default_behavior:
auto_detection:
- description: ''
+ description: 'This plugin uses socket to connect with netfilter to collect data'
limits:
description: ''
performance_impact:
description: ''
setup:
prerequisites:
- list: []
+ list: |
+ It is necessary to have `libmnl` installed on host.
configuration:
file:
- name: ''
- description: ''
+ name: 'netdata.conf'
+ section_name: '[plugin:nfacct]'
+ description: 'This is netdata main configuration file'
options:
description: ''
folding:
- title: ''
+ title: 'Config options'
enabled: true
- list: []
+ list: |
+ - name: update every
+ description: Data collection frequency.
+ default_value: 1
+ required: false
+ - name: command options
+ description: Additinal parameters for collector
+ default_value:
+ required: false
examples:
folding:
enabled: true