Ad Widget

Collapse

Zabbix Repo not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vincent2000
    Junior Member
    • Jul 2018
    • 1

    #1

    Zabbix Repo not working

    Not sure where to post this but I cannot access repo.zabbix.com from my OVH VPS so I can't install Zabbix. I compared traceroutes between a place that works and the VPS so I am confident it isn't a routing issue. I can access it from elsewhere so I think some kind of firewall running on the repo side is blocking my IP (158.69.203.X).

    Is there any current repo mirrors?

    Thanks,
    Vincent

    # rpm -ivh https://repo.zabbix.com/zabbix/3.4/r...el7.noarch.rpm
    Retrieving https://repo.zabbix.com/zabbix/3.4/r...el7.noarch.rpm
    curl: (7) Failed connect to repo.zabbix.com:443; Connection timed out
    error: skipping https://repo.zabbix.com/zabbix/3.4/r...el7.noarch.rpm - transfer failed
    Last edited by vincent2000; 23-07-2018, 15:57.
  • ElProfesor
    Junior Member
    • Jul 2018
    • 6

    #2
    Hi,

    Do you can download the rpm with the next command ?

    Code:
    wget //repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-2.el7.noarch.rpm
    and you install with :

    Code:
    rpm -ivh zabbix-release-3.4-2.el7.noarch.rpm

    Or send the rpm via SCP or rsync in your server.

    Comment

    • pitter21
      Junior Member
      • Jul 2018
      • 1

      #3
      Originally posted by ElProfesor
      Hi,

      Do you can download the rpm with the next command ?

      Code:
      wget //repo.zabbix.com/zabbix/3.4/rhel/7/x86_64/zabbix-release-3.4-2.el7.noarch.rpm
      and you install with :

      Code:
      rpm -ivh zabbix-release-3.4-2.el7.noarch.rpm

      Or send the rpm via SCP or rsync in your server.
      I agree with your comment if you are following this comment and do the thing which is mentioned in this comment I think your problem will be solved. If it's not you can also take a help of https://technoqueenposts.tumblr.com/ I think your problem will be solved.

      Comment

      Working...