hello all,
I have a problem, My SLA don't send email.
When I've create a Ticket does work. But my SLA don't work.
My Config:
SLA: Test
First : 10 Min 30%
Solution: 10 Min 90%
Notification (Events)
Name: Escalation
Event: EscalationResponseTimeNotifyBefore
Filter: the same when create new ticket, that does work
GenericAgent
'send escalation notifications' => {
Escalation => 1,
# new ticket properties
New => {
Module => 'Kernel::System::GenericAgent::NotifyAgentGroupOfCustomQueue',
},
},
# GenericAgent job that triggers escalation forewarn and escalation start events.
# Activate this if you want to use these events in your system.
'trigger escalation events' => {
Escalation => 1,
# new ticket properties
New => {
Module => 'Kernel::System::GenericAgent::TriggerEscalationStartEvents',
},
},
Someone help me ?!!?
SLA Alert with Notification (Events) - Email
Moderator: crythias
-
- Znuny newbie
- Posts: 5
- Joined: 29 Jan 2015, 20:12
- Znuny Version: 3.3.7
- Real Name: Raphael Fontes
- Company: Ntt Data
Re: SLA Alert with Notification (Events) - Email
check your cronjobs
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 5
- Joined: 29 Jan 2015, 20:12
- Znuny Version: 3.3.7
- Real Name: Raphael Fontes
- Company: Ntt Data
Re: SLA Alert with Notification (Events) - Email
I'm used Otrs for windows and Cronw is started.jojo wrote:check your cronjobs
He did Start in services.
thank you .... Other solution ??