Ad Widget

Collapse

Can Zabbix be used in windows without server in linux ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gopi21
    Junior Member
    • Sep 2022
    • 1

    #1

    Can Zabbix be used in windows without server in linux ?

    My Organization doesn't have a Linux environment and I would like to propose Zabbix as the monitoring tool, would there any possibility to run Zabbix without server running in a a Linux environment
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    A Linux or UNIX like OS server is required to build a Zabbix server environment.

    Comment

    • tim.mooney
      Senior Member
      • Dec 2012
      • 1427

      #3
      I agree with Atsushi. The Zabbix server environment is architected exclusively for POSIX and POSIX-like systems.

      Being primarily a UNIX & Linux user, what I don't know is the state of docker on Windows. If docker containers on Windows have advanced so they have parity or near-parity with those containers on Linux, it's possible that you could host the (Linux-based) docker containers on a Windows system. You would still have Linux in your environment, but at least for small to medium-sized installs, the containers are so self-contained that there's little management or Linux admin experience required.

      The downside is that I don't think very many people have tried this path, so you would be in mostly unexplored territory. It's possible you'll run into problems that no one else here has seen or can provide any guidance for.

      Comment

      • Bartosz Mickiewicz
        Junior Member
        • Oct 2022
        • 27

        #4

        The simple answer, no you can't.
        But, I managed to run Zabbix containers on windows 11 using WSL 2, I followed this tutorial https://hackernoon.com/how-to-run-do...ndows-ti1i3uxr and it works. I wouldn't suggest using this in production.

        Comment

        Working...