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.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
Well maybe make it available for download and let people update it somewhere or work on it togheter so it never gets outdated?
@StormVz remember it does alot more than that Asset tracking, subnet tracking, rbl lookups, email alerts, vzmigrate from button press, status issue management, aswell as whole host of graphs
We may look at leasing out a hosted solution and provide ftp access to the view files so you can customize the layout.
@t0p3a - I'll be packaging it up tonight and dumping it on github.
All status pages need dog pics. Especially dumb ones like mine.
http://status.georgeloo.com/
Sure after you do that provide a link i will for sure install it
LOL @herbyscrub you need full background with different dog pics
I like modelmayhem.com 's 404 image better
@kbeezie fixed
I'm looking for something that doesn't rely on PHP/HTTP to provide the info - I've got iStat installed on each of the servers does anyone know of any nice interface I could use on a central server to pull in all the info?
Munin-node
Is it resource hungry?
http://status.georgeloo.com/
I remember you posted this before... still waiting for the code to it :P
Nah, i don't see it using up much. Not sure how it would run on a VPS, though. Im sure people here have experience with running it on a VPS so lets hope they can chime in.
This one looks interesting:
https://github.com/balanced/status.balancedpayments.com
http://lmgtfy.com/?q=site:lowendtalk.com+status+script
I believe
is one of raymii's scripts?
https://github.com/balanced/status.balancedpayments.com
Reminds me of the Heroku Status page
https://status.heroku.com/
For those of you who were interested in getting a copy of our uptime script here it is:
http://uptime.bluevm.com/develop/uptime-checkerv0.2.2.zip
Directions for setup:
1. Create a database with a user attached to it.
2. Use the database.sql file provided to populate your database.
3. Update /includes/config.php with your database information.
4. Copy uptime.php to each server you wish to monitor.
5. Insert an entry into the servers table of the database with the path containing uptime.php (So as an example if you put it at http://yoursite.com/uptime/uptime.php you would enter yoursite.com/uptime/ into the IP address column of the table)
Other notes:
If you have trouble or need some help please feel free to PM me or email me at: [email protected]
If you would like to donate to say thanks or support future development visit: https://bluevm.com/coffee
This script is released under the WTFPL, enjoy!
@BlueVM Thanks! We're using it here http://status.stormvz.com with 1 minute refresh rate
(Will edit template etc. soon)
@StormVZ - Glad the directions were easy to follow. I've found that with a refresh rate of 10 seconds and about 100 people "sitting there watching it". It will consume about 4 GB of bandwidth per month... so it's pretty efficient.
@BlueVM - Thanks. Will install it shortly!
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
To update just replace the local files (except config.php), the remote server code has not changed. You don't need to update, reality says if someone is going to DDOS your servers they'll get the IP if its listed on the uptime page or not.
@dominicl - Thanks
Any plans to make it webserver independent?
http://serverbear.com/9801/edis#view-uptime-beta
Only released this morning, but it'll show downtime per node & location for most of the hosts we have monitoring setup. That page will get a lot snazzier as we do more work on it.
MartinD - Yes, the next "major" version will allow for SSH based password & key authentication to your remote servers as well as the ability to select what information gets pulled & displayed. Obviously I'd suggest creating a jailed ssh user for the pulls if that's the route you choose to go.
Great - I'll keep an eye out for that.
Any hosts that we already have added just shoot me some Node Name & IP addresses + which location they are in.
@BlueVM so does this mean it won't need http/php?
@DeanClinton - The page displaying the uptime data will need http/php, but the servers your monitoring will not.
look at this .. https://github.com/RaymiiOrg/raymon - PHP independent .. works like charm .. just need bash on client machines ... no need of php .. ... also if you dont want a web server on client side then just sftp the generated json file on client side to the server at regular intervals by cron on client side ..here is the live example http://vps11.sparklingclouds.nl/status/stat.php
@BlueVM - oooh! waits anxiously
Seems like an unfinished product? I clicked the issues link, it took me nowhere :x