From: <az...@po...> - 2017-05-05 19:23:40
|
Citát Volker Fröhlich <vol...@gm...>: > On 04.05.2017 21:49, az...@po... wrote: >> >> Citát Volker Fröhlich <vol...@gm...>: >> >>> On 04.05.2017 19:09, az...@po... wrote: >>>> Hi, >>>> >>>> i would like to enable repeated notifications but i'm, probably, >>>> misunderstanding something. >>>> >>>> I need from Zabbix to repeatedly (for example every 10 minutes) send >>>> an SMS notification if something wrong happens. Even more, i need from >>>> Zabbix to stop these notifications if problem goes away (=is fixed for >>>> example). >>>> >>>> I have everything (tiggers, garphs, actions etc.), except repeated >>>> notifications, fully set and working. If i enable repeated >>>> notifications in section Actions - Operations - Step: >>>> From - 1 >>>> To - 0 >>>> Step duration - 600 >>>> >>>> Everything seems to be working fine UNTIL the problem is resolved and >>>> trigger switch to off. From now on, Zabbix is sending 'OK' >>>> notifications forever! The only thing, which stop these notifications, >>>> is disabling and enabling the action. >>>> >>>> My questions: >>>> - Is this bug of excepted behavior? >>>> - If this is excepted, how should i configure it to do what i need? >>> >>> Unless you did not specify "PROBLEM" as an action condition, that's >>> certainly not normal. >> >> >> These are action conditions: >> >> Type of calculation: AND (A) and (B) >> (A) Trigger severity = Disaster >> (B) Host group = MY_GROUP >> > > Please add "status = problem"! > Ok, that fixed it, thank you. |