1) I would like to show "Online/Offline" status to my customers. I don't want to show server's details, just "Online/Offline" status part.
2) I would like to receive email notice when it recovered. Thanks!
The easiest way to accomplish this would be to extract to a separate folder and point to the same db. This way you have your own install to modify the monitor and the new folder would be viewable by your customers. In this new folder you will need to modify 2 files. "newphpwatchfolder/frontend/index.php" remove lines 17-27, 30-64 and "newphpwatchfolder/frontend/pages/monitors.php" remove lines 9-30, 55-66, 71-113... BUT this removes all recognition to the developer.. and i am sure they would like something like this in the footer "Powered By: <a href="https://sourceforge.net/projects/phpwatch/">phpWatch </a>"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Oops sorry...it went to tracker: bugs section...
1) <h2 class="online">Online</h2>
I just need to display this section on html/php page...
The easiest way to accomplish this would be to extract to a separate folder and point to the same db. This way you have your own install to modify the monitor and the new folder would be viewable by your customers. In this new folder you will need to modify 2 files. "newphpwatchfolder/frontend/index.php" remove lines 17-27, 30-64 and "newphpwatchfolder/frontend/pages/monitors.php" remove lines 9-30, 55-66, 71-113... BUT this removes all recognition to the developer.. and i am sure they would like something like this in the footer "Powered By: <a href="https://sourceforge.net/projects/phpwatch/">phpWatch </a>"