nih-cfde / training-and-engagement

Materials for the Training and Engagement Website
https://training.nih-cfde.org/
Other
25 stars 10 forks source link

Installing Sematext Agent for Uptime Monitoring #391

Closed josesanchez1815 closed 3 years ago

josesanchez1815 commented 3 years ago

I am trying to install this application called Sematext into our training website

https://training.nih-cfde.org/

and I'm trying to follow their quick start instructions. But I run into this error and I am not sure what it means. Can anyone else help? @ctb @ACharbonneau

These are the instructions

echo "deb http://pub-repo.sematext.com/ubuntu sematext main" | sudo tee /etc/apt/sources.list.d/sematext.list > /dev/null wget -O - https://pub-repo.sematext.com/ubuntu/sematext.gpg.key | sudo apt-key add - sudo apt-get update sudo apt-get install sematext-agent

This is the error I get

wget -O - https://pub-repo.sematext.com/ubuntu/sematext.gpg.key | sudo apt-key add - --2021-03-29 09:39:57-- https://pub-repo.sematext.com/ubuntu/sematext.gpg.key Resolving pub-repo.sematext.com (pub-repo.sematext.com)... 34.196.128.137 Connecting to pub-repo.sematext.com (pub-repo.sematext.com)|34.196.128.137|:443... connected. ERROR: cannot verify pub-repo.sematext.com's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’: Issued certificate has expired

josesanchez1815 commented 3 years ago

There is an option to connect without checking the issue certificate, but I am not sure it is safe to do so.

josesanchez1815 commented 3 years ago

Actually, I fixed this issue. I was using the wrong sematext application