Hi,
I did the upgrade from 1.4 to 1.4.1.
I have a userparameter that returns the percent of used memory:
In 1.4 it was working well. If I type zabbix_agentd -t mem.usedpercent it will return something like "mem.usedpercent [t|83]". In 1.4.1 it is always returning "mem.usedpercent [t|0]"
So I rolled back to 1.4 and it worked again....
As far as I noticed, UserParameters didn't changed, Am I right? So, I think that it's a bug....
I'm running zabbix over a RedHat EL Update 4.
I did the upgrade from 1.4 to 1.4.1.
I have a userparameter that returns the percent of used memory:
Code:
UserParameter=mem.usedpercent,free | grep Mem | awk '{OFMT = "%.0f" ; print $3/$2*100}'
So I rolled back to 1.4 and it worked again....
As far as I noticed, UserParameters didn't changed, Am I right? So, I think that it's a bug....
I'm running zabbix over a RedHat EL Update 4.
Comment