I am getting incorrect values coming from Zabbix agent v2.0.2 on FreeBSD.
FreeBSD 9.0-RELEASE
32bit
512MB RAM
The agent is often responding 20.48GB of RAM:
Incidentally, when it isn't responding 20.48GB, it is responding 768MB. I can't get it to see 512MB. The swap is 512MB so it isn't adding that in. Restarting the agent had no effect on correcting this value.
I am also getting incorrect flapping on the CPU idle parameter; it keeps flapping between 99% and 1% even when I am watching 'top' tell me that the idle percentage is 0% - 1% (i.e. the CPU is 99% busy). This seems to be another instance where the value is being reported incorrectly (it is flapping between a correct value and an incorrect value).
There are probably other values that are coming though incorrectly but I chose these two because the CPU idle value is preventing a trigger from firing, and the total memory because it is an easier value to reproduce.
FreeBSD 9.0-RELEASE
32bit
512MB RAM
The agent is often responding 20.48GB of RAM:
Code:
# zabbix_get -s localhost -k "vm.memory.size[total]" 21994364928
I am also getting incorrect flapping on the CPU idle parameter; it keeps flapping between 99% and 1% even when I am watching 'top' tell me that the idle percentage is 0% - 1% (i.e. the CPU is 99% busy). This seems to be another instance where the value is being reported incorrectly (it is flapping between a correct value and an incorrect value).
There are probably other values that are coming though incorrectly but I chose these two because the CPU idle value is preventing a trigger from firing, and the total memory because it is an easier value to reproduce.
Comment