Ad Widget

Collapse

Process returned incorrectly on Windows

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bvivi57
    Junior Member
    • Jun 2013
    • 7

    #1

    Process returned incorrectly on Windows

    Hi,
    Excuse me for my bad English.I would like to monitor processes on a windows server 2008 R2. I use Zabbix 2.0.6. The agent is running with a AD Domaine service account. This account has administrator rights on server.

    If I test the number of processes started with the command:
    "zabbix_get.exe -s 127.0.0.1 -k proc.num"
    Zabbix shows me an extremely low number.

    If I target my process with "zabbix_get.exe -s 127.0.0.1 -k proc.num[my_process]", I get 0 as my process is started

    I noticed that I still got 0 with process launched by windows services.

    If I run my process with command line (regardless of the account used) zabbix me return the correct value..

    The only solution found for the whole process is to use the account "local system" to run the service zabbix agent.

    In my case, I use zabbix agent to run special scripts. Tests are performed on network shares. The account "local system" can not be used on external resources to the server.

    Is it possible to monitor the process launched with a service on a windows server without using the account "local system" to start the zabbix agent?

    Thank you for your help
Working...