Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Status page scripts - Page 2
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Status page scripts

2

Comments

  • Go59954Go59954 Member
    edited September 2011

    Nice thread :) trying to decide which is best.

  • Yeah, that window changes a lot, is a nice place to live =)

  • Go59954Go59954 Member
    edited September 2011

    I thought if there is any status page script that is light enough but is able to display as well a ram graph, and a BW graph, even if it's updated every while, since unfortunately, similar features that really works, looks to come only as full scale monitoring system :(

  • Take a look at these

    http://www.lowendtalk.com/discussion/comment/3885#Comment_3885

    Some posts above. But no code available n_n

  • Write Comment Preview Save Draft

    This script is great. Hope he would release his code soon ;)

  • sleddogsleddog Member
    edited September 2011

    kiloserve said: No, I didn't change it. I left it off because I was hesitant to show the data. Commenting it out works cleaner lol.

    Thanks for clarifying. I should probably modify the script to allow components to be active/inactive. Never occurred to me before.

    kiloserve said: Amazing view "out your window", I can see how you come up with new coding ideas just staring out the window.

    And thanks for reminding me. Sometimes we get too accustomed to the beauty around us.

  • http://status.1rm.me/

    Cron+php+ajax. Tried to make it light and simple.

    Thanked by 1trelawney
  • Go59954Go59954 Member
    edited September 2011

    yomero said: Take a look at these

    http://www.lowendtalk.com/discussion/comment/3885#Comment_3885
    Some posts above. But no code available n_n

    Thanks for the heads up, what a great one!

    herbyscrub said: Here's my poorly written status page. It sorta just halts when a VPS is down...which is often with LEBs =D

    http://status.georgeloo.com/

    Don't pretend as it took nothing to do that fantastic job! It's not heavy on browser even.

    And seriously, with just one more tweak to the problem you mentioned here (which makes the script stop functioning and recording data for all servers whenever one is down), I would love even to purchase, so I highly recommend that you go on and release the final one here whether you like it free or with a light and easy license, many are probably going to get it anyways.

  • KuJoeKuJoe Member, Host Rep

    Any ideas why SCRD does not work on my server or VPSs utilizing Proxmox? It works on 8 out of the 12 servers I want to monitor but those last 4 won't keep the python script running. :( I've open an issue in GitHub for SCRD and a forum thread on Proxmox's forums with no luck so far though. :(

  • DimeCadmiumDimeCadmium Member
    edited September 2011

    dmmcintyre3 said: I ran ab -c 50 -n 50000 http://status.d3vm.net/ and it only effected the VPS running the status page. My biggest complaint with it is scrd uses ~3mb RAM. My old system using thttpd used less.

    Yeah, it would only affect the status site because it just pulls from the SQLite database.
    Also, I blame Python.

    (Oh, and thanks for the scrd plugs! Good to know the thing's actually being used o_O)

    I'll also note that I made scrd in about 15 minutes total or something, it's not perfect, it's not the best, but it works for what it needs to do just fine IMO.

  • KuJoeKuJoe Member, Host Rep

    I'm in love with it and would love to replace my custom script with it but unless I can get it to monitor all of my servers I'm stuck with my slower, less informative script. :(

  • KuJoe said: Any ideas why SCRD does not work on my server or VPSs utilizing Proxmox?

    Is there a way I can contact you re this? IM, IRC, etc?

  • KuJoeKuJoe Member, Host Rep

    All fixed! SO AWESOME! :D

  • Go59954 said: And seriously, with just one more tweak to the problem you mentioned here (which makes the script stop functioning and recording data for all servers whenever one is down), I would love even to purchase, so I highly recommend that you go on and release the final one here whether you like it free or with a light and easy license, many are probably going to get it anyways.

    Lol. Thanks, but it truly is awfully written and would be embarrassing to show.
    I hear the nikki/dimecadmium/cedr script will have history info and graphs soon though!

  • Go59954Go59954 Member
    edited September 2011

    herbyscrub said: Lol. Thanks, but it truly is awfully written and would be embarrassing to show. I hear the nikki/dimecadmium/cedr script will have history info and graphs soon though!

    I -and others- seriously like the status script, especially how it looks. But I understand what you mean by the code, I did once a VB project with no sense of programming standards (a disaster for memory waste), but even though, it looked equally impressing :p However, I don't find it a big deal, you can probably make some money. I will also have a look on what is mentioned, thank you :)

  • joepie91joepie91 Member, Patron Provider

    Wrote a status page script myself: http://kerpia.cryto.net:3720/

    Layout inspired by https://github.com/nikkiii/status and using a modified scrd.

    AJAX request asking for new stats is made every 30 seconds. I used to collect stats every 10 seconds, but some of my servers didn't really like that - I should look into making it do persistent connections. As for how it works, the stats are retrieved in JSON format and processed client-side with a bit of javascript-fu :)

    (will release source code when I cleaned it up, it's a horrible mess right now)

    Thanked by 1djvdorp
  • That looks nice joepie!

  • Mine: ALthough it is a copy of one found in the web is the one that I use:

    http://20host.tk/info/infoscript.zip

  • luis123456 said: Mine: ALthough it is a copy of one found in the web is the one that I use:

    http://20host.tk/info/infoscript.zip

    And another impressing status page, thanks for sharing :)

  • My status page - it's a work-in-progress, using scrd and Nikki's status page, with some inspiration from joepie91.

  • DimeCadmiumDimeCadmium Member
    edited September 2011

    http://jayru.me/ - Using (of course) my scrd, with a (crappily) modified (now-ugly) status page from Nikki. The only change made to the DB was for the location. The caption uses the 'note' field and the link uses the hostname.

    As I've said, scrd was meant for me and a couple friends. Similarly, this site is meant for me; I don't care how crappy it looks. :D

    (I'm trigger happy on the post button... sigh) Anyway, just my idea on where Nikki should go next. ;) Let me know if you want the code to this mod, though I doubt you will

  • @DimeCadmium: I quite like the modification :)

  • clarity_64clarity_64 Member
    edited September 2011

    @DimeCadmium I am guessing that you just added the location to the database in the provider name. I think I will do that as well. I guess I will add it in a separate column though. That way I can style it a little differently.

    You can see my changes here: http://status.clardyhost.com

  • I added the location to the node name, since I have VPSs in different locations with the same provider.

  • That's cool. I added the another column and pulled it in that way. If I get a provider, that has multiple locations, I will have to rethink the grouping of the Provider/Location logic from the page.

  • Is there a HOWTO for nikkii status?

  • Check the ticket section, there's one that cralor made. I didn't really add an how to when I released it as I didn't think it would pick up the popularity it had

  • cedric said: Check the ticket section, there's one that cralor made. I didn't really add an how to when I released it as I didn't think it would pick up the popularity it had

    I don't think you realize how great this thing is. I love it, and I hope it continues to grow.

  • whats the ticket section?

  • Can somebody please post a HOWTO on nikkii? :D noob here

Sign In or Register to comment.