-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Critical
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Hello,
I am sorry, same query I have posted in zabbix forum but I will be getting very late response that is the reason. I am posting here. could you please give me a quick response.
I have one case like this.
Where I will be getting the data, based on that data I need to add it.
let suppose, My Item name is : totalItem.
I'd like to do some thing like this.
if(totalItem >0)
{ totalItem+1 }else
{ totalItem }then after configuring the Item, I should see in the overview/latestdata section totalItem
please guid me how can I manpulate the data.
I could see only we can manpulate the data by multiply by some thing.