Просмотр исходного кода

Regenerate integrations.js (#18086)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>
Netdata bot 8 месяцев назад
Родитель
Сommit
3e82f74337

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
integrations/integrations.js


Разница между файлами не показана из-за своего большого размера
+ 1 - 1
integrations/integrations.json


+ 11 - 1
src/go/plugin/go.d/modules/fail2ban/integrations/fail2ban.md

@@ -82,7 +82,17 @@ There are no alerts configured by default for this integration.
 
 ### Prerequisites
 
-No action required.
+#### For Netdata running in a Docker container
+
+1. **Install Fail2ban client**.
+
+    Ensure `fail2ban-client` is available in the container by setting the environment variable `NETDATA_EXTRA_DEB_PACKAGES=fail2ban` when starting the container.
+
+2. **Mount host's `/var/run` directory**.
+
+    Mount the host machine's `/var/run` directory to `/host/var/run` inside your Netdata container. This grants Netdata access to the Fail2ban socket file, typically located at `/var/run/fail2ban/fail2ban.sock`.
+
+
 
 ### Configuration
 

+ 3 - 2
src/go/plugin/go.d/modules/ipfs/integrations/ipfs.md

@@ -80,9 +80,10 @@ Metrics:
 |:------|:----------|:----|
 | ipfs.bandwidth | in, out | bytes/s |
 | ipfs.peers | peers | peers |
-| ipfs.repo_size | size | GiB |
+| ipfs.datastore_space_utilization | used | percent |
+| ipfs.repo_size | size | bytes |
 | ipfs.repo_objects | objects | objects |
-| ipfs.repo_pinned_objects | recursive_pins | objects |
+| ipfs.repo_pinned_objects | pinned, recursive_pins | objects |
 
 
 

Некоторые файлы не были показаны из-за большого количества измененных файлов