GithubHelp home page GithubHelp logo

Comments (5)

DeepakAuti avatar DeepakAuti commented on June 27, 2024

wget -O - /home/monitoring/icinga | gpg --dearmor -o /usr/share/keyrings/icinga-archive-keyring.gpg

from icinga2.

oxzi avatar oxzi commented on June 27, 2024

I am not quite sure what exactly is wrong, but at least your wget command misses an URL.

wget -O - /home/monitoring/icinga | gpg --dearmor -o /usr/share/keyrings/icinga-archive-keyring.gpg

Your wget has a local path instead of an URL, as specified in the installation documentation.

from icinga2.

DeepakAuti avatar DeepakAuti commented on June 27, 2024

Hi,

I have tried with URL but it is showing connection timed out error so i have downloaded Key externally and stored it in directory and added that path in command

from icinga2.

yhabteab avatar yhabteab commented on June 27, 2024

Hi,

I have tried with URL but it is showing connection timed out error so i have downloaded Key externally and stored it in directory and added that path in command

The website might have been down on maintenance issues at the time you did that, and retrying it might work. However, if you have already downloaded the Icinga KEY manually, you do not need wget -O ..., you can simply do it as follows.

gpg --dearmor -o /usr/share/keyrings/icinga-archive-keyring.gpg /PATH/TO/THE/DOWNLOADED/ICINGA.KEY

from icinga2.

oxzi avatar oxzi commented on June 27, 2024

For the record, this wget command should not work, as it expects some URL. I just tested a file:// URL, but this wasn't supported by my wget version. Thus, just use cat or pipe it into the other command's stdin.

from icinga2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.