I want to monitor disk IO, so I added the following lines to the W32 Agent config file:
PerfCounter=Disk-ReadBytes-per-sec,"\PhysicalDisk(_Total)\Disk Read Bytes/sec",60
PerfCounter=Disk-WriteBytes-per-sec,"\PhysicalDisk(_Total)\Disk Write Bytes/sec",60
PerfCounter=Disk-splitio-per-sec,"\PhysicalDisk(_Total)\Split IO/sec",60
I then create the Items in Zabbix with the keys:
perf_counter[\PhysicalDisk(_Total)\Disk Read Bytes/sec]
perf_counter[\PhysicalDisk(_Total)\Disk Write Bytes/sec]
perf_counter[\PhysicalDisk(_Total)\Split IO/sec]
I used a store value of "delta (speed per second)" and a 30 second update interval
Rest of the Item configuration is default
Zabbix seems to read these Items, but it returns nothing, but when I fire up the performance monitor on the windows host I can actualy see some activity
Is the problem with the COnfiguration of the W32 Agent or with the Zabbix Server. Please Help.
PerfCounter=Disk-ReadBytes-per-sec,"\PhysicalDisk(_Total)\Disk Read Bytes/sec",60
PerfCounter=Disk-WriteBytes-per-sec,"\PhysicalDisk(_Total)\Disk Write Bytes/sec",60
PerfCounter=Disk-splitio-per-sec,"\PhysicalDisk(_Total)\Split IO/sec",60
I then create the Items in Zabbix with the keys:
perf_counter[\PhysicalDisk(_Total)\Disk Read Bytes/sec]
perf_counter[\PhysicalDisk(_Total)\Disk Write Bytes/sec]
perf_counter[\PhysicalDisk(_Total)\Split IO/sec]
I used a store value of "delta (speed per second)" and a 30 second update interval
Rest of the Item configuration is default
Zabbix seems to read these Items, but it returns nothing, but when I fire up the performance monitor on the windows host I can actualy see some activity
Is the problem with the COnfiguration of the W32 Agent or with the Zabbix Server. Please Help.
Comment