Добрый день.
Обновил zabbix_agent 3.0 до zabbix_agent 3.4 перестали приходить данные:
на zabbix_agent 3.0 было так
C:\zabbix>zabbix_agentd.exe -c zabbix_agentd.conf -t system.run["dir C:\Users\user\AppData\OutBox\* | find /C \".msg\""]
system.run[dir C:\Users\user\AppData\OutBox\* | find /C ".msg"]
zabbix_agentd.exe [6312]: Warning: Executing command 'dir C:\Users\user\AppData\OutBox\* | find /C ".msg"'
[t|0]
на zabbix_agent 3.4 работает так
C:\zabbix>zabbix_agentd.exe -c zabbix_agentd.conf -t system.run["dir C:\Users\user\AppData\OutBox\* | find /C \".msg\""]
system.run[dir C:\Users\user\AppData\OutBox\* | find /C ".msg"]
zabbix_agentd.exe [1352]: Warning: Executing command 'dir C:\Users\user\AppData\OutBox\* | find /C ".msg"'
zabbix_agentd.exe [1352]: Warning: 0
[m|ZBX_NOTSUPPORTED] [0]
В обоих случаях конфиг агента один и тот же.
Подскажите, что я не так делаю?
Обновил zabbix_agent 3.0 до zabbix_agent 3.4 перестали приходить данные:
на zabbix_agent 3.0 было так
C:\zabbix>zabbix_agentd.exe -c zabbix_agentd.conf -t system.run["dir C:\Users\user\AppData\OutBox\* | find /C \".msg\""]
system.run[dir C:\Users\user\AppData\OutBox\* | find /C ".msg"]
zabbix_agentd.exe [6312]: Warning: Executing command 'dir C:\Users\user\AppData\OutBox\* | find /C ".msg"'
[t|0]
на zabbix_agent 3.4 работает так
C:\zabbix>zabbix_agentd.exe -c zabbix_agentd.conf -t system.run["dir C:\Users\user\AppData\OutBox\* | find /C \".msg\""]
system.run[dir C:\Users\user\AppData\OutBox\* | find /C ".msg"]
zabbix_agentd.exe [1352]: Warning: Executing command 'dir C:\Users\user\AppData\OutBox\* | find /C ".msg"'
zabbix_agentd.exe [1352]: Warning: 0
[m|ZBX_NOTSUPPORTED] [0]
В обоих случаях конфиг агента один и тот же.
Подскажите, что я не так делаю?
Comment