Ad Widget

Collapse

Zabbix Repo isn't working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jmann
    Junior Member
    • Jul 2020
    • 1

    #1

    Zabbix Repo isn't working

    I want to be as thorough as possible. I know this post exists https://www.zabbix.com/forum/zabbix-...po-not-working -- but it didn't help me solve my issue. I have an ansible script I use to install zabbix but it kept hitting a wall when getting zabbix packages. I switched to manually attempts and running into similar issues. I can't think of anything else that could potentially be preventing the package from being installed. What am I missing here? Any thoughts or suggestions? Thank you in advance.

    (root)>cat /etc/centos-release
    CentOS Linux release 7.8.2003 (Core)

    (root)>rpm -ivh http://repo.zabbix.com/zabbix/3.2/rh...el7.noarch.rpm
    Retrieving http://repo.zabbix.com/zabbix/3.2/rh...el7.noarch.rpm
    curl: (7) Failed connect to repo.zabbix.com:80; Connection timed out
    error: skipping http://repo.zabbix.com/zabbix/3.2/rh...el7.noarch.rpm - transfer failed

    (root)>iptables -nvL | grep 162.243.159.138
    19206 1152K ACCEPT tcp -- * * 0.0.0.0/0 162.243.159.138 tcp dpt:443

    (root)>ping google.com
    PING google.com (172.217.5.238) 56(84) bytes of data.
    64 bytes from iad30s07-in-f238.1e100.net (172.217.5.238): icmp_seq=1 ttl=115 time=13.7 ms
    64 bytes from iad30s07-in-f238.1e100.net (172.217.5.238): icmp_seq=2 ttl=115 time=14.8 ms
    64 bytes from iad30s07-in-f238.1e100.net (172.217.5.238): icmp_seq=3 ttl=115 time=13.8 ms
    64 bytes from iad30s07-in-f238.1e100.net (172.217.5.238): icmp_seq=4 ttl=115 time=13.7 ms
    64 bytes from iad30s07-in-f238.1e100.net (172.217.5.238): icmp_seq=5 ttl=115 time=13.7 ms
    64 bytes from iad30s07-in-f238.1e100.net (172.217.5.238): icmp_seq=6 ttl=115 time=19.7 ms
    64 bytes from iad30s07-in-f238.1e100.net (172.217.5.238): icmp_seq=7 ttl=115 time=14.8 ms
    64 bytes from iad30s07-in-f238.1e100.net (172.217.5.238): icmp_seq=8 ttl=115 time=13.7 ms
    ^C
    --- google.com ping statistics ---
    8 packets transmitted, 8 received, 0% packet loss, time 7009ms
    rtt min/avg/max/mdev = 13.716/14.777/19.733/1.928 ms
    [cp31:~]
    (root)>ping repo.zabbix.com
    PING repo.zabbix.com (162.243.159.138) 56(84) bytes of data.
    ^C
    --- repo.zabbix.com ping statistics ---
    75 packets transmitted, 0 received, 100% packet loss, time 73999ms


    (root)>curl npr.org
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>301 Moved Permanently</title>
    </head><body>
    <h1>Moved Permanently</h1>
    <p>The document has moved <a href="https://www.npr.org/">here</a>.</p>
    <hr>
    <address>Apache/2.4.25 (Debian) Server at npr.org Port 80</address>
    </body></html>



  • sfereday
    Member
    • Jun 2020
    • 30

    #2
    I just gave the address a try. Do you have any ports blocked? Have you tried it from another server? Maybe try and wget it and then install locally? Full disclosure I've been up for over 24 hours and I am a bit punchy.

    Comment

    Working...