PDA

View Full Version : Monitoring disk I/O for Compaq raid arrays is not working


abederov
04-11-2005, 18:57
Hello,

It looks like it is not possible for zabbix_agentd to monitor disk_read_ops* and disk_write_ops* for Compaq RAID (/dev/ida/c0d0, /dev/cciss/c0d0) under Linux kernel 2.4

I think that the problem is how zabbix_agent looks for disk devices:
In file diskdevices.c, in get_device_name only /dev directory is considered, not subdirectories, like /dev/ida or /dev/cciss .

Is there an easy fix for this?

Cheers, Alex.