PDA

View Full Version : Generated message has spaces not values


Shorty Guard
15-12-2004, 11:17
I have a trigger and action on ON/OFF. In the message of this action i changed nothing and expect values instead of {host:attr.last(0)}, {host:attr.max(300)}, {host:attr.min(300)}, but in received message i have spaces.

What's wrong?

Przemek Czerkas
15-12-2004, 20:45
I have a trigger and action on ON/OFF. In the message of this action i changed nothing and expect values instead of {host:attr.last(0)}, {host:attr.max(300)}, {host:attr.min(300)}, but in received message i have spaces.

What's wrong?

Probably 'attr' expression contains dots (like in IP address). Read more (http://www.zabbix.com/forum/showthread.php?t=157)

Przemek

Shorty Guard
16-12-2004, 11:40
'attr' really contains dot.

Przemek, where can i find "bug 924959"?

Will it be fixed or can i fix it fro rhl by myself?