Ad Widget

Collapse

how to Zabbix Agent on Mac OS X

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mdk
    Junior Member
    • Jul 2014
    • 9

    #1

    how to Zabbix Agent on Mac OS X

    Hi,
    Can any one tell me, how to install Zabbix Agent on Mac OS X?
  • ingus.vilnis
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Mar 2014
    • 908

    #2
    Hi,

    You can install Zabbix agent on OS X by compiling it from sources as on any other UNIX system.


    Download the files, extract, and run the configure
    Code:
    ./configure --enable-agent
    And follow the documentation for additional steps.

    Best Regards,
    Ingus

    Comment

    • redtomato
      Junior Member
      • Nov 2015
      • 1

      #3
      Mac agent should be available as a binary for download

      Originally posted by ingus.vilnis
      Hi,

      You can install Zabbix agent on OS X by compiling it from sources as on any other UNIX system.


      Download the files, extract, and run the configure
      Code:
      ./configure --enable-agent
      And follow the documentation for additional steps.

      Best Regards,
      Ingus
      That's all very well, but it would be better to have a binary ready for download exactly like it is the case for Windows, for instance.

      Comment

      • coreychristian
        Senior Member
        Zabbix Certified Specialist
        • Jun 2012
        • 159

        #4
        You could send a request to the zabbix dev team, or put it in the suggestion forum.

        The reality though is that monitoring OSX likely isn't very common so I am not sure if it's an RPM they would want to support.

        Comment

        • webmaniac
          Junior Member
          • Aug 2017
          • 1

          #5
          osx agent

          Can you specify which agent to use there is no osx only different linux and unix ones?

          Comment

          • gnuowned
            Junior Member
            • Nov 2018
            • 1

            #6
            The best way to do it is to install HomeBrew (http://osxdaily.com/2018/03/07/how-i...mebrew-mac-os/) then just run brew install --without-server-proxy and you are set :-D

            Comment


            • jancs
              jancs commented
              Editing a comment
              # brew install --without-server-proxy zabbix
              Error: Running Homebrew as root is extremely dangerous and no longer supported.
              As Homebrew does not drop privileges on installation you would be giving all
              build scripts full access to your system.

              So - it does not "fly"
          Working...