Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-11-17 17:49:34 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-11-17 17:49:34 +0300
commitc1e3e811abae1048c46a28b0faed89e4012b272a (patch)
treeca62ef02e6a4113bf43f8e58f67d72ef6cfa12d6 /src/go/cmd/zabbix_agent2/zabbix_agent2.go
parenta1e9659bec19dc61a0ec1f5088bf09811388da58 (diff)
...G...... [ZBXNEXT-6936] improved log message
Diffstat (limited to 'src/go/cmd/zabbix_agent2/zabbix_agent2.go')
-rw-r--r--src/go/cmd/zabbix_agent2/zabbix_agent2.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/go/cmd/zabbix_agent2/zabbix_agent2.go b/src/go/cmd/zabbix_agent2/zabbix_agent2.go
index bde97d7d5cd..b7590fffe58 100644
--- a/src/go/cmd/zabbix_agent2/zabbix_agent2.go
+++ b/src/go/cmd/zabbix_agent2/zabbix_agent2.go
@@ -100,6 +100,7 @@ func processHelpCommand(c *remotecontrol.Client) (err error) {
help := `Remote control interface, available commands:
log_level_increase - Increase log level
log_level_decrease - Decrease log level
+ userparameter_reload - Reload user parameters
metrics - List available metrics
version - Display Agent version
help - Display this help message`