getLog
This php file retrieves the MonitoringLog for the past 700 hours.
$sql="SELECT * from MonitoringLog where DateTime > now() - interval 700 HOUR;";
This php file retrieves the MonitoringLog for the past 700 hours.
$sql="SELECT * from MonitoringLog where DateTime > now() - interval 700 HOUR;";