Ad Widget

Collapse

Zabbix commands not working on CLI

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • redex
    Junior Member
    • Feb 2023
    • 2

    #1

    Zabbix commands not working on CLI

    I'm trying to write a simple command as:
    zabbix-sever -R config_cache_reload

    But keeps saying:
    -bash: zabbix-server: command not found

    It's happening while writing zabbix-snmp-gateway...

    Why is not that file? How can I get them?​
    Last edited by redex; 23-02-2023, 18:36.
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Try using the command "zabbix_server" instead of "zabbix-server". It's the difference between a hyphen and an underscore.

    Comment

    Working...