diff options
Diffstat (limited to '')
l--------- | src/collectors/nfacct.plugin/README.md (renamed from collectors/nfacct.plugin/README.md) | 0 | ||||
-rw-r--r-- | src/collectors/nfacct.plugin/integrations/netfilter.md (renamed from collectors/nfacct.plugin/integrations/netfilter.md) | 8 | ||||
-rw-r--r-- | src/collectors/nfacct.plugin/metadata.yaml (renamed from collectors/nfacct.plugin/metadata.yaml) | 0 | ||||
-rw-r--r-- | src/collectors/nfacct.plugin/plugin_nfacct.c (renamed from collectors/nfacct.plugin/plugin_nfacct.c) | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/collectors/nfacct.plugin/README.md b/src/collectors/nfacct.plugin/README.md index ea320d139..ea320d139 120000 --- a/collectors/nfacct.plugin/README.md +++ b/src/collectors/nfacct.plugin/README.md diff --git a/collectors/nfacct.plugin/integrations/netfilter.md b/src/collectors/nfacct.plugin/integrations/netfilter.md index 831b6fb5b..c36b5e999 100644 --- a/collectors/nfacct.plugin/integrations/netfilter.md +++ b/src/collectors/nfacct.plugin/integrations/netfilter.md @@ -1,9 +1,9 @@ <!--startmeta -custom_edit_url: "https://github.com/netdata/netdata/edit/master/collectors/nfacct.plugin/README.md" -meta_yaml: "https://github.com/netdata/netdata/edit/master/collectors/nfacct.plugin/metadata.yaml" +custom_edit_url: "https://github.com/netdata/netdata/edit/master/src/collectors/nfacct.plugin/README.md" +meta_yaml: "https://github.com/netdata/netdata/edit/master/src/collectors/nfacct.plugin/metadata.yaml" sidebar_label: "Netfilter" learn_status: "Published" -learn_rel_path: "Data Collection/Linux Systems/Firewall" +learn_rel_path: "Collecting Metrics/Linux Systems/Firewall" most_popular: False message: "DO NOT EDIT THIS FILE DIRECTLY, IT IS GENERATED BY THE COLLECTOR'S metadata.yaml FILE" endmeta--> @@ -107,7 +107,7 @@ The file format is a modified INI syntax. The general structure is: option3 = some third value ``` You can edit the configuration file using the `edit-config` script from the -Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/configure/nodes.md#the-netdata-config-directory). +Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration.md#the-netdata-config-directory). ```bash cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata diff --git a/collectors/nfacct.plugin/metadata.yaml b/src/collectors/nfacct.plugin/metadata.yaml index 943471a37..943471a37 100644 --- a/collectors/nfacct.plugin/metadata.yaml +++ b/src/collectors/nfacct.plugin/metadata.yaml diff --git a/collectors/nfacct.plugin/plugin_nfacct.c b/src/collectors/nfacct.plugin/plugin_nfacct.c index 2863cd7eb..1d46f2953 100644 --- a/collectors/nfacct.plugin/plugin_nfacct.c +++ b/src/collectors/nfacct.plugin/plugin_nfacct.c @@ -796,7 +796,7 @@ int main(int argc, char **argv) { " --help print this message and exit\n" "\n" " For more information:\n" - " https://github.com/netdata/netdata/tree/master/collectors/nfacct.plugin\n" + " https://github.com/netdata/netdata/tree/master/src/collectors/nfacct.plugin\n" "\n" , VERSION , netdata_update_every |