Ad Widget

Collapse

Windows proc.num not working on long process name

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gelowe
    Member
    • Jun 2008
    • 30

    #1

    Windows proc.num not working on long process name

    I am having trouble getting zabbix to get this process name Salt-Minion-3002.2-Py3-AMD64-Setup.exe
    It works by direct zabix-agent2 query

    C:\Program Files\Zabbix Agent2>zabbix_agent2.exe -t proc.num[salt-Minion-3002.2-Py3-AMD64-Setup.exe]
    proc.num[salt-Minion-3002.2-Py3-AMD64-Setup.exe][s|2]

    but not by zabbix-get

    zabbix_get -s 10.1.1.100 -k proc.num[Salt-Minion-3002.2-Py3-AMD64-Setup.exe]
    0

    Checking other processes works

    zabbix_get -s 10.14.14.100 -k proc.num[Python.exe]
    2

    Any ideas?
Working...