Hi All,
I used happily sensu core in the last year but few days ago something changed and it looks like someone block my servers to sensu repositories.
I am using chef cookbook to configure my server and install clients and now I get the following message when I run chef:
Hit http://security.ubuntu.com precise-security/restricted Translation-en
Hit http://security.ubuntu.com precise-security/universe Translation-en
Ign http://packages.erlang-solutions.com precise/contrib Translation-en
Err http://repositories.sensuapp.org sensu Release.gpg
Could not connect to repositories.sensuapp.org:80 (151.101.20.249). - connect (110: Connection timed out)
Ign http://repositories.sensuapp.org sensu Release
Ign http://repositories.sensuapp.org sensu/main amd64 Packages/DiffIndex
Ign http://repositories.sensuapp.org sensu/main i386 Packages/DiffIndex
Ign http://repositories.sensuapp.org sensu/main TranslationIndex
Err http://repositories.sensuapp.org sensu/main amd64 Packages
Unable to connect to repositories.sensuapp.org:http:
Err http://repositories.sensuapp.org sensu/main i386 Packages
Unable to connect to repositories.sensuapp.org:http:
Err http://repositories.sensuapp.org sensu/main Translation-en
Unable to connect to repositories.sensuapp.org:http:
STDERR: W: Failed to fetch http://repositories.sensuapp.org/apt/dists/sensu/Release.gpg Could not connect to repositories.sensuapp.org:80 (151.101.20.249). - connect (110: Connection timed out)
W: Failed to fetch http://repositories.sensuapp.org/apt/dists/sensu/main/binary-amd64/Packages Unable to connect to repositories.sensuapp.org:http:
W: Failed to fetch http://repositories.sensuapp.org/apt/dists/sensu/main/binary-i386/Packages Unable to connect to repositories.sensuapp.org:http:
W: Failed to fetch http://repositories.sensuapp.org/apt/dists/sensu/main/i18n/Translation-en Unable to connect to repositories.sensuapp.org:http:
E: Some index files failed to download. They have been ignored, or old ones used instead.
---- End output of apt-get update ----
Ran apt-get update returned 100
[2016-07-31T19:24:23+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
I try to telnet from my server to repositories.sensuapp.org and it doesn’t work (from my desktop it works):
telnet repositories.sensuapp.org 80
Trying 151.101.20.249…
ping also don’t work from my servers and works from my desktop
when I try to telnet google it works without a problem so nothing blocking me to go out on port 80
telnet google.com 80
Trying 172.217.4.78…
Connected to google.com.
Escape character is ‘^]’.
to me it looks like sensu repositories blocks my servers, but why? and how can I change it?
Regards,
Yossi Nachum