Hello.
I'm deploying Zabbix on hour network over here and I noticed a little problem (if it's really a problem). Zabbix counts threads as processes on some systems (RHEL3, for example), which in hour case results in thousands of processes counted. The problem is that in kernel 2.4 threads are shown in /proc just like normal processes, except that the directory's name is prefixed with a "." .
I patched the source to ignore these directories and now it counts everything properly. Do you people want the patch ?
I'm deploying Zabbix on hour network over here and I noticed a little problem (if it's really a problem). Zabbix counts threads as processes on some systems (RHEL3, for example), which in hour case results in thousands of processes counted. The problem is that in kernel 2.4 threads are shown in /proc just like normal processes, except that the directory's name is prefixed with a "." .
I patched the source to ignore these directories and now it counts everything properly. Do you people want the patch ?

Comment