Discover Centmin Mod today
Register Now

nodequery install can't find https...

Discussion in 'System Administration' started by bitserver, Sep 27, 2020.

  1. bitserver

    bitserver New Member

    14
    4
    3
    Feb 15, 2020
    Ratings:
    +6
    Local Time:
    12:45 PM
    I'm trying to install Nodequery and I get

    wget unable to resolve host address "http"

    Thank you

     
  2. buik

    buik “The best traveler is one without a camera.”

    2,027
    524
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,675
    Local Time:
    11:45 AM
    Seems as Nodequery isn't maintained anymore.
    Got login, download and certificate problems last weeks.

    You could use an alternative like: Server Monitor - HetrixTools (free up to 15 servers)

    Twitter tweets regarding Nodequery:

     
  3. pamamolf

    pamamolf Premium Member Premium Member

    4,087
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    12:45 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    They renew the certificate and it works great for me today :)

    But yes they are not updating anymore anything.

    Don't know why is looking for http as the link it looks like this:

    Code:
    wget -N --no-check-certificate https://raw.github.com/nodequery/nq-agent/master/nq-install.sh && bash nq-install.sh alongkeyhere
     
    Last edited: Sep 27, 2020
  4. buik

    buik “The best traveler is one without a camera.”

    2,027
    524
    113
    Apr 29, 2016
    Flanders
    Ratings:
    +1,675
    Local Time:
    11:45 AM
    Got some test server and if they have already been added it works again (as of today).
    @pamamolf tested when adding a new server?
     
  5. pamamolf

    pamamolf Premium Member Premium Member

    4,087
    428
    83
    May 31, 2014
    Ratings:
    +834
    Local Time:
    12:45 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Yes i just add a new one :)

    No issues !
     
  6. eva2000

    eva2000 Administrator Staff Member

    54,911
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    8:45 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    if that is the link then the SSL cert issue is with raw.github.com though

    Code (Text):
    curl -ILv https://raw.github.com 2>&1 | grep -A6 'Server certificate'
    * Server certificate:
    *       subject: CN=www.github.com,O="GitHub, Inc.",L=San Francisco,ST=California,C=US
    *       start date: May 06 00:00:00 2020 GMT
    *       expire date: Apr 14 12:00:00 2022 GMT
    *       common name: www.github.com
    *       issuer: CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US
    > HEAD / HTTP/1.1
    --
    * Server certificate:
    *       subject: CN=www.github.com,O="GitHub, Inc.",L=San Francisco,ST=California,C=US
    *       start date: May 06 00:00:00 2020 GMT
    *       expire date: Apr 14 12:00:00 2022 GMT
    *       common name: www.github.com
    *       issuer: CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US
    > HEAD / HTTP/1.1
    --
    * Server certificate:
    *       subject: CN=github.com,O="GitHub, Inc.",L=San Francisco,ST=California,C=US
    *       start date: May 05 00:00:00 2020 GMT
    *       expire date: May 10 12:00:00 2022 GMT
    *       common name: github.com
    *       issuer: CN=DigiCert SHA2 High Assurance Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US
    > HEAD / HTTP/1.1