SLA Alert with Notification (Events) - Email

Moderator: crythias

Locked
raphaelsfontes
Znuny newbie
Posts: 5
Joined: 29 Jan 2015, 20:12
Znuny Version: 3.3.7
Real Name: Raphael Fontes
Company: Ntt Data

SLA Alert with Notification (Events) - Email

Post by raphaelsfontes »

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 ?!!?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: SLA Alert with Notification (Events) - Email

Post by jojo »

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
raphaelsfontes
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

Post by raphaelsfontes »

jojo wrote:check your cronjobs
I'm used Otrs for windows and Cronw is started.

He did Start in services.

thank you .... Other solution ??
Locked