Hi,
I spent a few hours trying to understand why I couldn't calcultate the delta() of an item. I finally debugged the problem and found that delta() only works for floats and not integers!
The Zabbix documentation is not precise on this point, as it doesn't say which functions support floats, or integers, or both. Could you please update it on this point ?
As max() and min() support integers, I asked myself why not delta() ? And so I wrote a patch
It works on a Fedora Core 5 64 bits. I tested it with both the delta(seconds) syntax and the delta(#count) syntax.
Please consider my patch for inclusion and update the Zabbix documention consequently.
Regards
I spent a few hours trying to understand why I couldn't calcultate the delta() of an item. I finally debugged the problem and found that delta() only works for floats and not integers!
The Zabbix documentation is not precise on this point, as it doesn't say which functions support floats, or integers, or both. Could you please update it on this point ?
As max() and min() support integers, I asked myself why not delta() ? And so I wrote a patch
It works on a Fedora Core 5 64 bits. I tested it with both the delta(seconds) syntax and the delta(#count) syntax.
Please consider my patch for inclusion and update the Zabbix documention consequently.
Regards
Anyway it is fixed now! Thanks for the super fast response.
Comment