Zabbix 1.5.5 Trunk: 5973 - Item Type Text
Not sure if you are suppose to be able to use Items of type "text" but if you create a tirgger using the str function the following error is thrown:
But to force the trigger to take a item type of text you can do the following:
When you save the ITEM as a log it allows you to save the trigger with a STR function. Then switch the log ITEM to a TEXT item and it works just the same.
Not sure if you are suppose to be able to use Items of type "text" but if you create a tirgger using the str function the following error is thrown:
Function (str) available only for items with value types [Character,Log].
Incorrect value type [Text] for function (str) of key HOSTNAME:XfrFail)
Incorrect value type [Text] for function (str) of key HOSTNAME:XfrFail)
When you save the ITEM as a log it allows you to save the trigger with a STR function. Then switch the log ITEM to a TEXT item and it works just the same.