I installed zabbix agent 1.8.2 on a windows terminal server 2003.
When I run tasklist command in a cmd session more processes "OUTLOOK.EXE" of different users are present.
But then running
c:\zabbix\zabbix_agentd.exe -t proc_info[OUTLOOK.EXE,vmsize,max]
the result is
proc_info[OUTLOOK.EXE,vmsize,max] [d|0.000000].
If the test is about any administrator processes the result is ok.
For example
proc_info[svchost.exe,vmsize,avg] [d|16068.666667]
Is a bug or a configuration error?
Thanks
When I run tasklist command in a cmd session more processes "OUTLOOK.EXE" of different users are present.
But then running
c:\zabbix\zabbix_agentd.exe -t proc_info[OUTLOOK.EXE,vmsize,max]
the result is
proc_info[OUTLOOK.EXE,vmsize,max] [d|0.000000].
If the test is about any administrator processes the result is ok.
For example
proc_info[svchost.exe,vmsize,avg] [d|16068.666667]
Is a bug or a configuration error?
Thanks
Comment