Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
show future downtime
Browse files Browse the repository at this point in the history
  • Loading branch information
loiclau committed Nov 21, 2017
1 parent 2f1da22 commit e018e6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Centreon/Object/Downtime/RtDowntime.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public function getHostDowntimes($hostList = array())
"AND d.cancelled = 0 " .
"AND service_id IS NULL " .
"AND end_time > UNIX_TIMESTAMP(NOW()) " .
"AND start_time < UNIX_TIMESTAMP(NOW()) " .
$hostFilter .
"ORDER BY actual_start_time, name";

Expand Down Expand Up @@ -107,7 +106,6 @@ public function getSvcDowntimes($svcList = array())
"AND s.host_id = h.host_id " .
"AND d.cancelled = 0 " .
"AND end_time > UNIX_TIMESTAMP(NOW()) " .
"AND start_time < UNIX_TIMESTAMP(NOW()) " .
$serviceFilter .
"ORDER BY actual_start_time, h.name, s.description";

Expand Down

0 comments on commit e018e6f

Please sign in to comment.