From 7fae78c44480e94503434fc3a1b13a62f4298f5a Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Thu, 9 Jul 2020 16:36:21 -0300 Subject: [PATCH] Missing README.md --- charts/zabbix-agent/v0.3.0/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 charts/zabbix-agent/v0.3.0/README.md diff --git a/charts/zabbix-agent/v0.3.0/README.md b/charts/zabbix-agent/v0.3.0/README.md new file mode 100644 index 0000000..37a6d31 --- /dev/null +++ b/charts/zabbix-agent/v0.3.0/README.md @@ -0,0 +1,16 @@ +# Zabbix Agent Helm Chart + +This helm chart provides Zabbix Agent as a DaemonSet for all your Kubernetes hosts. + +## Default Values + +The configuration parameters in this section control the resources requested and utilized by the Apache SOLR Cloud Instance. + +| Parameter | Description | Default | +| --------------------------- | --------------------------------------------------| ----------- | +| zabbix.serverHost | IP Address of your Zabbix Server or Zabbix Proxy | `localhost` | +| zabbix.debugLevel | Debug information level | `3` | +| zabbix.enableRemoteCommands | If remote execution is enabled or disabled | `0` | +| zabbix.refreshActiveChecks | Seconds to refresh Active Checks | `120` | +| zabbix.startAgents | Number of agent threads to start | `10` | +| zabbix.timeout | Timeout for each item in seconds | `30` |