Ad Widget

Collapse

Zabbix MacOS

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SamuelD
    Junior Member
    • Dec 2025
    • 6

    #1

    Zabbix MacOS

    Hello, I have consistently run into issues installing and operating zabbix agents unto MacOs. It is usually missing some sort of packages. I have gotten it to work in the past with older macs and older versions of zabbix packages. The Zabbix documentation on MacOs install is very short and limited and I have not gotten good information. I tried to install it unto a Mac today using Homebrew but I ran into authorization and issues with it unable to start.

    "Error: Invalid usage: Formula `zabbix` has not implemented"

    I can expand on individual issues, but I would love access to more documentation, and information on this. Thank you
  • Answer selected by SamuelD at Yesterday, 19:55.
    SamuelD
    Junior Member
    • Dec 2025
    • 6

    Hello, I have since made my own fix using Homebrew.
    Install Homebrew
    Code:
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    Restart console and install zabbix
    Code:
    brew install zabbix
    Edit the config
    Code:
    sudo vim /opt/homebrew/etc/zabbix/zabbix_agentd.conf
    Navigate to the zab directory
    Code:
    cd /opt/homebrew/sbin
    "./" MacOs execution
    Code:
    ./zabbix_agentd
    Check for process
    Code:
    ps aux | grep zab
    Hectic solution

    Comment

    • SamuelD
      Junior Member
      • Dec 2025
      • 6

      #2
      Hello, I have since made my own fix using Homebrew.
      Install Homebrew
      Code:
      /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
      Restart console and install zabbix
      Code:
      brew install zabbix
      Edit the config
      Code:
      sudo vim /opt/homebrew/etc/zabbix/zabbix_agentd.conf
      Navigate to the zab directory
      Code:
      cd /opt/homebrew/sbin
      "./" MacOs execution
      Code:
      ./zabbix_agentd
      Check for process
      Code:
      ps aux | grep zab
      Hectic solution

      Comment

      • guntis_liepins
        Junior Member
        • Oct 2025
        • 21

        #3
        you could share MacOS version, arch and zabbix version to start conversation...
        MacOS has prebuilt packages ,what is a problem?

        Comment

        Working...