All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
HostChecker - Simple Server Monitoring - OpenSource Script
Hi ya Guys
I have been working on a Server Monitoring to submit on CodeCanyon but unfortunately it got rejected because this field was oversaturated in codecanyon. So because i code it and it toke some efforts for me to do it i dont want to go wasted.
So here is the script for everyone who want to have a simple Host monitor with Cronjob who sends an email each time the hsot is down depends on the port.
Source: https://github.com/sadiqevani/HostChecker
Well you also have some screenshots in there, also please tell me what do you think i would love opinions from programmers or even maybe new features that you would like to add as this now its a open source project.
Also a demo is here: http://www.sadiqevani.com/hostchecker/
Keep in mind that sometime you will see a SQL error in the demo, its not the script bug but its my host whose the configuration are to strict.
Well that is all. Let me know what you think about this script.
Thank you
Comments
I think I have the perfect project for this,
Thanks
@HC_Ro, i am glad you can use it
Well i hope this comes in handy to everyone
Thank you. Do you think it would be hard to add ping checks?
@emilv, Well i have thought about it, i will do some researches, i can do something with shell_exec, but in most cases this function is disabled in shared hosting. But i will try to see if i can use other functions
Ping check would make me wet. I will slap it on trackuptime.com as a free service
Looks good
Thanks
Don't forget to add a license!
@HC_Ro, i think it will come and update on the ping check, but i want a more specific idea, do you want a page where you can check SPECIFIC URL or IP or a page to ping each time your hosts and see the result ?
And i intend to do this in 2 ways as i found some solutions :P one with exec so this mean you must have your own server etc or with fsocket, but its not as reliable as exec in linux.
@joepie91, what about : DWFYW (Do What A Fuck You Want) ? :P
Being able to ping a IP would be great. I dont mind (shell)_exec since this will be on a isolated server anyway.
"Do What A Fuck" do you mean "Do What The Fuck You Want"?
@curtisg, sorry Grammar Nazi :P my bad :P
Looks awesome
Looks good!
You can register at your demo page.. Are you providing this already as a Service?
@twain, nop its just a demo, i will make a cron to empty the database every day.
Ping: http://awesomescreenshot.com/01cqgjm01
Looks intriguing, I will check it out
Well :P in a record time i added the Ping Feature :P
Here some screenshots:
http://awesomescreenshot.com/04aqgoo2d
http://awesomescreenshot.com/060qgosc3
http://awesomescreenshot.com/0fbqgowcd
I hope you like it.
I will test if there is a bug and later on i will push it on Github.
This is getting really nice. I am thinking I found something to do with vpsuptime.
can you add trace to that alos?
I was thinking about that yeah something that can be done but i need to be sure well to find a way to implement it even for shared hosting as i did with the ping.
Ping has 2 functions one that pings it with exec and one with fsocket well the fsocket isnt quite pining but i added the function microtime before and after the socket open the website and displays the time thats it.
And thankyou all for the positive comments
I need modifications to it myself. To be able to make it work for what I need. but still very good.
It looks better and better.
Hi Again,
File is pushed: https://github.com/sadiqevani/HostChecker
*Notice: Since my program didnt had any licence i decided to share my program under GNU GPL licence. Since it best fits my ideas of this program.
And Well suggest are always welcome.
PS: Upcoming features Trace Route, Admin!
I need to modify it so just my customers can use it. so a coupon based system, and an admin interface.
Hi,
What do you mean by Coupon? Why do you need a Coupon system ?
Admin interface will be out soon, well firstly i will change the connection type from mysql to mysqli or pdo so it will be mostly OOP based not procedural based.
To keep people from signing up that are not my customers having a coupon box that only allows people with a specific coupon to sign up. that is something I can add though.
That would be the WTFPL
@24khost, i see, that can easily be done but i cant implement it as its not a general feature.
@joepie91, changed my mind its GPL now :P
http://www.sadiqevani.com/hostchecker/index.php
I accidently the whole site