Ad Widget

Collapse

Error in Zabbix appliance 3.0.3 : zabbix server is not running:the information displa

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • python05
    Junior Member
    • Jun 2016
    • 8

    #1

    Error in Zabbix appliance 3.0.3 : zabbix server is not running:the information displa

    Hello

    I'm new in Zabbix, I downloaded this appliance version :


    And I created a virtual machine :


    But when I open the front end :


    You can see the error :
    zabbix server is not running:the information displayed may not be current

    I didn't do anything else but creating a VM and use the vmdk image; what can I do to configure and use this appliance Zabbix ?

    Thank you
  • DmitryL
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • May 2016
    • 278

    #2
    Hi python05,

    Is zabbix-server running?
    Code:
    systemctl status zabbix-server
    You can start it manually and enable autostart
    Code:
    systemctl enable zabbix-server
    systemctl start zabbix-server
    Also, when u face some problems, always check zabbix_server.log
    /var/log/zabbix/zabbix_server.log

    Best Regards,
    Dmitry

    Comment

    • zabx_ks
      Member
      • May 2016
      • 48

      #3
      Hi python05,

      I hope you have also read this documentation page about Zabbix appliance



      There are lot of useful info.

      zabx_ks

      Comment

      • python05
        Junior Member
        • Jun 2016
        • 8

        #4
        The error diseappered

        I installed an agent on Windows, but when I try to add a host

        i didn't find any template in zabbix appliance 3.0.3



        What can I do ?

        Comment

        Working...