Want to subscribe to topics you're interested in?
Become a Member

NodeQuery

Discussion in 'System Administration' started by Matt, Jul 27, 2014.

  1. Matt

    Matt Well-Known Member

    929
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    7:57 AM
    1.5.15
    MariaDB 10.2
    Made my own page inside XenForo using the NodeQuery API

    upload_2014-7-27_4-13-1.png
    Quite pleased with how it's come out so far. Have a few more ideas for it as well.

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:57 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Very nice... that gives me more ideas beyond my uptime and server stats pages.

    I should try nodequery as well :D

    ahhh the API https://nodequery.com/help/developer-api :cool:

    noticed this message on the page though

    edit: curl and API :)

    Code:
    curl --silent https://nodequery.com/api/servers?api_key=$(echo $(nqkey)) | egrep '(availability|name|load_percent|load_average|ram_total|ram_usage|disk_total|disk_usage)' | sed -e 's/"//g' -e 's/,//g'
    
                    availability: 100%
                    name: community.centminmod.com
                    load_percent: 5
                    load_average: 0.32 0.18 0.17
                    ram_total: 4195057664
                    ram_usage: 2142834688
                    disk_total: 74244734976
                    disk_usage: 11884998656
     
    Last edited: Jul 27, 2014
  3. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:57 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Been adding a few more Centmin Mod servers to my nodequery account. This one is for 128MB OpenVZ VPS CentOS 6.5 32bit server at RamNode which only costs US$14.88/yr - yes 1 year ! :)

    Centmin Mod needs 256MB minimum to install, but with a minor tweak can install on 128MB VPS if it has some swap available :)

    upload_2014-8-12_22-51-47.png
     
  4. Matt

    Matt Well-Known Member

    929
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    7:57 AM
    1.5.15
    MariaDB 10.2
    Hmm, might look into RAMnode for my DNS cluster, as I don't need 512MB RAM for DNSOnly Cpanel
     
  5. Matt

    Matt Well-Known Member

    929
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    7:57 AM
    1.5.15
    MariaDB 10.2
    Just bought one (y)
     
  6. Matt

    Matt Well-Known Member

    929
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    7:57 AM
    1.5.15
    MariaDB 10.2
    upload_2014-8-13_0-37-26.png
     
  7. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:57 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    nice look like you opted for OpenVZ 128MB SSD VPS. Mines SSD-Cached version for more disk space :)
     
  8. Matt

    Matt Well-Known Member

    929
    415
    63
    May 25, 2014
    Rotherham, UK
    Ratings:
    +671
    Local Time:
    7:57 AM
    1.5.15
    MariaDB 10.2
    Don't need the disk space, as it's purely for DNS
     
  9. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:57 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah for DNS probably ain't needed :)
     
  10. BoostN

    BoostN Active Member

    134
    27
    28
    Aug 19, 2014
    Ratings:
    +42
    Local Time:
    1:57 AM
    1.13.6
    10.0.34
    Loving this so far. I just got my centminmod Digital Ocean server setup and installed NodeQuery.. I see it has a limit of 10 servers.. I wonder if they will offer paid service for more?
     
  11. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:57 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah their FAQ mentions it NodeQuery · FAQs

     
  12. BoostN

    BoostN Active Member

    134
    27
    28
    Aug 19, 2014
    Ratings:
    +42
    Local Time:
    1:57 AM
    1.13.6
    10.0.34
    Thanks @eva2000 .. somehow I missed that when looking around.
     
  13. rdan

    rdan Well-Known Member

    5,443
    1,402
    113
    May 25, 2014
    Ratings:
    +2,194
    Local Time:
    3:57 PM
    Mainline
    10.2
    They are down the whole day :(
     
  14. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:57 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yeah i got a few false downtime reports from nodequery before hand.. maybe trouble over there :(
     
  15. rdan

    rdan Well-Known Member

    5,443
    1,402
    113
    May 25, 2014
    Ratings:
    +2,194
    Local Time:
    3:57 PM
    Mainline
    10.2
    They are up now :D
     
  16. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:57 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  17. BoostN

    BoostN Active Member

    134
    27
    28
    Aug 19, 2014
    Ratings:
    +42
    Local Time:
    1:57 AM
    1.13.6
    10.0.34
    I noticed downtime on my box as well. I'm just monitoring a new forum I made on a Digital Ocean box..
     
  18. rdan

    rdan Well-Known Member

    5,443
    1,402
    113
    May 25, 2014
    Ratings:
    +2,194
    Local Time:
    3:57 PM
    Mainline
    10.2
  19. Meirami

    Meirami Active Member

    154
    28
    28
    Dec 21, 2017
    Ratings:
    +63
    Local Time:
    9:57 AM
  20. eva2000

    eva2000 Administrator Staff Member

    54,110
    12,179
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,739
    Local Time:
    5:57 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+