Servermonitor is a script that helps you monitor your servers and services. You can maken a list of services you want to monitor and directly check if they are online or make a cronjob that will check every hour and email the results to your mailbox.
How to use
Below you find example of how you can use the servermonitor class.
include("servermonitor.php"); $Monitor = new ServerMonitor(); $Monitor->add("Local server", "192.168.1.106", 8888); $Monitor->add("Google server", "google.be", 80); $Monitor->add("Test server", "82.68.47.54", 80); $Monitor->add("Local MySQL server", "192.168.1.106", 8889); $Monitor->add("Sitebase Server", "sitebase.be", 80); $results = $Monitor->run();
The variable $results will contain an array with the results.
Updates
v1.1.0 (01/06/2011) * New help file * Extra example v1.0 (06/06/2009) * Initial version released
[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Demo = Server monitor
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/server-monitor/53028″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Server monitor from the The Developer ( Sitebase ) website. Thank you.
Download = Server monitor-[Updated].zip