Hi All,
This is seriously bugging the hell out of me. perf_counter[*] usage in 1.1beta2 Win32 agent seems to be inconsistent.
Example:
In the frontend PHP interface, setting this up works (from doc/README):
perf_counter[\Paging File(_Total)\% Usage]
Setting up ANY other perfomance monitor attribute, does not. I have to resort to modifying zabbix_agentd.conf like so:
PerfCounter = MemPages,"\Memory\Pages/sec",30
PerfCounter = PDtotDiskQueueLength,"\PhysicalDisk(_Total)\Avg. Disk Queue Length",30
PerfCounter = FileDataOps,"\System\File Data Operations/sec",30
PerfCounter = FileReadOps,"\System\File Read Operations/sec",30
PerfCounter = FileWriteOps,"\System\File Write Operations/sec",30
PerfCounter = ProcTotInt,"\Processor(_Total)\Interrupts/sec",30
PerfCounter = ObjEvents,"\Objects\Events",30
PerfCounter = ObjSem,"\Objects\Semaphores",30
PerfCounter = ObjThreads,"\Objects\Threads",30
PerfCounter = DTCACT,"\Distributed Transaction Coordinator\Active Transactions",30
PerfCounter = DTCTS,"\Distributed Transaction Coordinator\Transactions/sec",30
PerfCounter = PhysDiskTotTran,"\PhysicalDisk(_Total)\Disk Transfers/sec",30
It seems that none of these can be setup through the web interface. This of course makes using a Template nearly impossible if the conf files aren't synced up across machines.
WHY is the usage inconsistent through the web interface? Where some work and some don't??
-Alex
This is seriously bugging the hell out of me. perf_counter[*] usage in 1.1beta2 Win32 agent seems to be inconsistent.
Example:
In the frontend PHP interface, setting this up works (from doc/README):
perf_counter[\Paging File(_Total)\% Usage]
Setting up ANY other perfomance monitor attribute, does not. I have to resort to modifying zabbix_agentd.conf like so:
PerfCounter = MemPages,"\Memory\Pages/sec",30
PerfCounter = PDtotDiskQueueLength,"\PhysicalDisk(_Total)\Avg. Disk Queue Length",30
PerfCounter = FileDataOps,"\System\File Data Operations/sec",30
PerfCounter = FileReadOps,"\System\File Read Operations/sec",30
PerfCounter = FileWriteOps,"\System\File Write Operations/sec",30
PerfCounter = ProcTotInt,"\Processor(_Total)\Interrupts/sec",30
PerfCounter = ObjEvents,"\Objects\Events",30
PerfCounter = ObjSem,"\Objects\Semaphores",30
PerfCounter = ObjThreads,"\Objects\Threads",30
PerfCounter = DTCACT,"\Distributed Transaction Coordinator\Active Transactions",30
PerfCounter = DTCTS,"\Distributed Transaction Coordinator\Transactions/sec",30
PerfCounter = PhysDiskTotTran,"\PhysicalDisk(_Total)\Disk Transfers/sec",30
It seems that none of these can be setup through the web interface. This of course makes using a Template nearly impossible if the conf files aren't synced up across machines.
WHY is the usage inconsistent through the web interface? Where some work and some don't??
-Alex

\% Free Space - 61.355849
Comment