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

Commit

Permalink
#3800 Display current state duration on service detailed
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Sep 30, 2015
1 parent b1ff725 commit f9b9555
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/include/monitoring/objectDetails/serviceDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@
" s.check_attempt as current_attempt," .
" s.last_update as status_update_time," .
" s.last_state_change," .
" s.last_time_ok," .
" s.last_time_warning," .
" s.last_time_critical," .
" s.last_time_unknown," .
" s.last_check," .
" s.notify AS notifications_enabled," .
" s.next_check," .
Expand Down

0 comments on commit f9b9555

Please sign in to comment.