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

Regenerate integrations.js (#18517)

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

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


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


+ 4 - 2
src/go/plugin/go.d/modules/varnish/integrations/varnish.md

@@ -34,14 +34,15 @@ This approach eliminates the need to use `sudo`, improving security and potentia
 
 This collector is supported on all platforms.
 
-This collector only supports collecting metrics from a single instance of this integration.
+This collector supports collecting metrics from multiple instances of this integration, including remote instances.
 
 
 ### Default Behavior
 
 #### Auto-Detection
 
-This integration doesn't support auto-detection.
+Automatically detects and monitors Varnish instances running on the host or inside Docker containers.
+
 
 #### Limits
 
@@ -148,6 +149,7 @@ The following options can be defined globally: update_every.
 | update_every | Data collection frequency. | 10 | no |
 | timeout | Timeout for executing the binary, specified in seconds. | 2 | no |
 | instance_name | Specifies the name of the Varnish instance to collect metrics from. This corresponds to the `-n` argument used with the [varnishstat](https://varnish-cache.org/docs/trunk/reference/varnishstat.html) command. |  | no |
+| docker_container | Specifies the name of the Docker container where the Varnish instance is running. If set, the `varnishstat` command will be executed within this container. |  | no |
 
 </details>
 

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