Commit fe573d38 authored by Frank Bergmann's avatar Frank Bergmann

- SLA Management:

  Re-enabling resolution time calculation sweeper and
  closed tickets sweeper
parent b89cca5a
...@@ -14,9 +14,9 @@ nsv_set intranet_sla_management sweeper_p 0 ...@@ -14,9 +14,9 @@ nsv_set intranet_sla_management sweeper_p 0
# Re-calculate the "solution time" of open tickets every minute # Re-calculate the "solution time" of open tickets every minute
# ad_schedule_proc -thread t [parameter::get_from_package_key -package_key intranet-sla-management -parameter SLASolutionTimeSweeperInterval -default 59] im_sla_ticket_solution_time_sweeper ad_schedule_proc -thread t [parameter::get_from_package_key -package_key intranet-sla-management -parameter SLASolutionTimeSweeperInterval -default 59] im_sla_ticket_solution_time_sweeper
# Close all tickets that are in status "resolved" for more then a certain period # Close all tickets that are in status "resolved" for more then a certain period
# ad_schedule_proc -thread t [parameter::get_from_package_key -package_key intranet-sla-management -parameter CloseResolvedTicketsSweeperInterval -default 179] im_sla_ticket_close_resolved_tickets_sweeper ad_schedule_proc -thread t [parameter::get_from_package_key -package_key intranet-sla-management -parameter CloseResolvedTicketsSweeperInterval -default 179] im_sla_ticket_close_resolved_tickets_sweeper
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment