-
Problem report
-
Resolution: Fixed
-
Trivial
-
None
-
Sprint 98 (Mar 2023), Sprint 99 (Apr 2023), Sprint 100 (May 2023), Sprint 101 (Jun 2023), Sprint 102 (Jul 2023), Sprint 103 (Aug 2023), Sprint 104 (Sep 2023), Sprint 105 (Oct 2023)
-
5
running ./sbin/zabbix_agent2 -h
shows many arguments options paired together with shorthand option:
e.g.:
-h Display this help message (shorthand) -help Display this help message
or
-t string Test specified item and exit (shorthand) -test string Test specified item and exit
but version option is not paired together with its shorthand:
-R string Perform administrative functions (send 'help' for available commands) (1s timeout) -V Print program version and exit (shorthand) -c string Path to the configuration file (shorthand) (default "/home/zabbix/zabbix/etc/zabbix_agent2.conf") -config string Path to the configuration file (default "/home/zabbix/zabbix/etc/zabbix_agent2.conf") -f Run Zabbix agent in foreground (shorthand) (default true) -foreground Run Zabbix agent in foreground (default true) -h Display this help message (shorthand) -help Display this help message -p Print known items and exit (shorthand) -print Print known items and exit -t string Test specified item and exit (shorthand) -test string Test specified item and exit -v Enable verbose output for metric testing or printing (shorthand) -verbose Enable verbose output for metric testing or printing -version Print program version and exit
Expected behaviour:
-V Print program version and exit (shorthand)
and
-version Print program version and exit
are printed together
- depends on
-
ZBX-22779 Help command returns zabbix home page with HTTP protocol instead of HTTPS
- Closed