Revert "Provide dashlets for sticky-comments"

This reverts commit 6ada9ce047.
This commit is contained in:
Matthias Jentsch 2015-09-01 17:59:04 +02:00
parent 6ada9ce047
commit 1964cc53d5
4 changed files with 4 additions and 11 deletions

View File

@ -155,7 +155,6 @@ class Monitoring_ListController extends Controller
'service_notes_url',
'service_active_checks_enabled',
'service_passive_checks_enabled',
'service_acknowledgement_type',
'current_check_attempt' => 'service_current_check_attempt',
'max_check_attempts' => 'service_max_check_attempts'
), $this->addColumns());

View File

@ -271,12 +271,8 @@ $dashboard->add(
'monitoring/list/downtimes?downtime_is_in_effect=1&downtime_scheduled_start<-3%20days&sort=downtime_start&dir=asc'
);
$dashboard->add(
$this->translate('Host Sticky Acknowledgements Older Than Three Days'),
'/monitoring/list/hosts?host_acknowledgement_type=2&host_last_state_change<-3%20days'
);
$dashboard->add(
$this->translate('Service Sticky Acknowledgements, Older Than Three Days'),
'/monitoring/list/services?service_acknowledgement_type=2&service_last_state_change<-3%20days'
$this->translate('Oldest Sticky Comments'),
'monitoring/list/comments?comment_type=Ack&TODO'
);
/*

View File

@ -58,8 +58,7 @@ class HostStatus extends DataView
'host_modified_host_attributes',
'host_severity',
'host_problem',
'host_ipv4',
'host_acknowledgement_type'
'host_ipv4'
);
}

View File

@ -92,8 +92,7 @@ class ServiceStatus extends DataView
'service_flap_detection_enabled',
'service_flap_detection_enabled_changed',
'service_modified_service_attributes',
'service_host_name',
'service_acknowledgement_type'
'service_host_name'
);
}