My zabbix Client (V1.1beta8) shows this behaviour:
Local:
1306 open files...
The agent's return value could be correct (because it was taken after the above):
Now: Why does my server say there are only 35 open Files?
Local:
1306 open files...
Code:
[root@zds-file-1-pbs root]# lsof | wc -l 1306
Code:
[root@zds-file-1-pbs root]# zabbix_agentd -p | grep files.open files.open [s|1327]
Code:
[root@sds-kip-stdby-pbs root]# zabbix_get -s zds-file-1-pbs -k files.open 35


Comment