Howdy, Stranger!

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


Public Status Script - Page 4
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.

Public Status Script

124

Comments

  • @Nikki said: I have to write an admin panel still, and integrate a theme system too (Which is what I really wanted to do for this one, to make sure users can easily customize it).

    I was also thinking about ajax updating, I'll do that a little later :), Right now I have a few other projects going though.

    Sounds like a terrific plan :). Maybe a sql query based public front that supplies a saved value instead of reloading every time when page loads. You can understand why ;)

  • @NHRoel It'll use the same method v1 used, but it'll have a few more features like different storage backends, different themes, maybe a plugin system too.

    Right now it uses statsend to send data back to the mysql database, which works pretty well :D

  • Patiently waiting :).

    Till then, s2k will do the job.

  • Seems dimecadium's statsend is gone? https://github.com/dimecadmium/
    :(

  • @twain yeah it is :(

    However, I have a copy http://servers.nikkii.us/statsend.zip

  • Raymii's script is very nice.

    I am looking for something similar for monitoring my VPN nodes, but provide me with the network volume (GB) / average bandwidth (Mbps) used in last 30 days, not the kind that reset on 1st of month. The TX/RX get zeroed upon reboot anyway. May be showing in different colour if the average / volume usage over the last 30 days is over 80% of the set amount for that node. It would also need to limit to "physical" interfaces like eth0, venet0 and vmnet0.

    Can anyone suggest what would serve my need? The VPN nodes doesn't have much ram so best if no web/db server is installed. Thanks,

  • joepie91joepie91 Member, Patron Provider

    @rorona said: Raymii's script is very nice.

    I am looking for something similar for monitoring my VPN nodes, but provide me with the network volume (GB) / average bandwidth (Mbps) used in last 30 days, not the kind that reset on 1st of month. The TX/RX get zeroed upon reboot anyway. May be showing in different colour if the average / volume usage over the last 30 days is over 80% of the set amount for that node. It would also need to limit to "physical" interfaces like eth0, venet0 and vmnet0.

    Can anyone suggest what would serve my need? The VPN nodes doesn't have much ram so best if no web/db server is installed. Thanks,

    What you're looking for is a "rolling average". That term may get you some useful hits on Google.

  • @joepie91 said: What you're looking for is a "rolling average". That term may get you some useful hits on Google.

    you might want to try vnstat.

  • Great thanks @Nikkii. Btw your lowendping site is extremely useful. The multi trace is awesome for network troubleshooting

  • @BlueVM , thanks for sharing yours. Nice contribution ;)

  • n0myn0my Member
    edited December 2012

    @Nikki said: If you remember https://github.com/nikkiii/status, I might have a new one in a while (A week or two).

    Been working on a new theme/backend system that'll allow mysql, sqlite etc for databases, and a new logging system :)

    http://servers.nikkii.us/

    Thanks for Windows Support Nikki!

  • NeoNeo Banned

    I saw a remake of this project, but i fagot the URL.

  • Another fork or actually a rewrite of it, works quite different. No more PHP or SQL, more stats.
    If anyone is interested, check it out:
    https://github.com/BotoX/ServerStatus

  • @BotoX said:
    Another fork or actually a rewrite of it, works quite different. No more PHP or SQL, more stats.
    If anyone is interested, check it out:
    https://github.com/BotoX/ServerStatus

    You will definitely get my attention if you throw in Windows support.

  • BotoX said: Another fork or actually a rewrite of it, works quite different. No more PHP or SQL, more stats. If anyone is interested, check it out: https://github.com/BotoX/ServerStatus

    I must say, its rather nice.

  • KupolKupol Member
    edited February 2014

    @Botox
    Great piece of software mate, well done! Kudos to you.

    We operate a small company that sells game servers and have decided to use your software as our main monitoring feature for our clients to quickly check status of their services.

    The thing is, I would like to integrate your software into our website. As for now there are only 2 themes. Could you add a theme with flame-like effects, for example flames on the sides of the table and stuff like that.

    Or simple flame font would be pretty cool.

    Thank you @Botox

  • UpstageUpstage Member
    edited February 2014

    Yeah, very nice & easy to setup.
    Thanks @Botox

    Just one question, i tried to disable the information (hdd & memory) when clicking on one server but I couldn't find the correct way to do it. I've commented the expandRow, the whole HDD block etc...but seems it 's incorrect.

    Getting always the message :

    If this message doesn't disappear make sure that you have Javascript enabled.
    Otherwise the status server is probably down.

    Any help would be appreciated :)

  • @Upstage said:
    Yeah, very nice & easy to setup.
    Thanks Botox

    Just one question, i tried to disable the information (hdd & memory) when clicking on one server but I couldn't find the correct way to do it. I've commented the expandRow, the whole HDD block etc...but seems it 's incorrect.

    Getting always the message :
    Any help would be appreciated :)

    https://github.com/BotoX/ServerStatus/blob/master/status/js/serverstatus.js#L73
    Removing data-toggle=\"collapse\" should stop it from expanding.

    People will still be able to see the stats in the json file though, you could edit server/src/main.cpp and avoid sending them...

    Thanked by 1Upstage
  • kyakykyaky Member
    edited February 2014

    @dominicl said:
    Hello,

    I am looking for a status script to display the uptime of different servers, that users can access too.
    Like this: https://getkvm.com/service-status/ (Hope you don't mind me sharing GetKVM_Ash!)

    Any recommendations?

    Thanks!

    It's not a script but it does the job.

    https://www.statuscake.com

    free plan comes with unlimited number of monitored servers/VPSes with public report function.

  • @BotoX said:
    Another fork or actually a rewrite of it, works quite different. No more PHP or SQL, more stats.
    If anyone is interested, check it out:
    https://github.com/BotoX/ServerStatus

    Looks great but I'm having problems just setting it up CentOS to auto start doesn't work lol. Give me 20 and I'll get a log.

  • Hello,

    In the first page I think someone mentioned the balanced payments status script.
    How can this be installed?

  • I think it's a bad idea to resurrect old threads, for many practical reasons. What do you think @mpkossen? Ideas get lost, confusion is created. Just my two cents.

  • @marcm said:
    I think it's a bad idea to resurrect old threads, for many practical reasons. What do you think mpkossen? Ideas get lost, confusion is created. Just my two cents.

    Hmm, in this case, not so much :-)

  • @Botox : cheers :)

  • @BlueVM said:
    I made some small modifications to prevent people from getting the main IP of your servers based on viewing the HTML. Its good if your worried about DOS/DDOS.

    Download URL: http://uptime.bluevm.com/develop/uptime-checkerv0.2.2.zip

    404

  • @Tammy said:
    404

    Use this instead: https://github.com/mojeda/ServerStatus

    Thanked by 1Tammy
  • @Tammy => https://github.com/mojeda/ServerStatus is the updated version of my script.

    Thanked by 1Tammy
  • Looks like you can eliminate MySQL on the master by utilizing a "server list" array in a config file.

  • @BotoX

    Sorry to bug you again, could you please just explain how to hide some columns? I'd like to remove the IPV6, CPU & HDD ones for a script that will be visible by the public.
    Would you be kind enough to share how to do it (what to comment and in which file?)

    Thanks a lot in advance.

  • Dude, not to be a forum nazi or owt, but couldn't you have just PM'ed BotoX this query?

Sign In or Register to comment.