Ad Widget

Collapse

Problems Connecting to Zabbix Server using Telnet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ronk
    Junior Member
    • Apr 2022
    • 2

    #1

    Problems Connecting to Zabbix Server using Telnet

    Hey All I am trying to get to my Zabbix appliance running on docker that I installed, I need to run a few cli commands but cant seem to get access... Can someone please help me out as I have a issue with the" Zabbix agent is not available " error but I cant seem to get around this.

    Total newbie and could really use some help with this issue.
    TIA
    Reguards
    Ron
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    If you want to log in and work with a Zabbix server container started as a Docker container, try using the docker exec command.
    ex.
    Code:
    $ docker exec -it <container-name> /bin/bash

    Comment


    • ronk
      ronk commented
      Editing a comment
      how do I edit the file in docker container ? I was able to get to the shell using the command you posted I am getting the error on the Zabbix server that the Zabbix agent is not available so I am not sure where to go to change the configuration or add the agent if needed. do I change the zabbix_server.conf and where would I find if the agent is installed
  • ronk
    Junior Member
    • Apr 2022
    • 2

    #3
    This is the error I am getting and have been since installing like I said total newbie so need some help to get the system dialed in zabbix agent is not available (for 3mins) durration of 4 d 9h 38 m
    Last edited by ronk; 15-04-2022, 05:41.

    Comment

    • Atsushi
      Senior Member
      • Aug 2013
      • 2028

      #4
      Where and how did you start which container? It is impossible to give advice without knowing what started. Also, if you use Docker to build Zabbix server environment, depending on what you are using, you may be able to solve the problem just by changing the value on the web frontend. First of all, I think it's better to show what you are using and what you are doing.

      Comment

      Working...