Hi!
I am using zabbix on linux and windows hosts.
On windows host in c:\zabbix_agentd.conf created UserParameter=tcpest3389,cmd.exe /c netstat -n -p TCP | find /c ":3389"
On zabbix server added item:
---------------------------
Description #term sessions
Host my.host
Type Zabbix agent
Key tcpest3389
Units
Use multiplier Do not use
Update interval (in sec) 120
Keep history (in days) 90
Keep trends (in days) 365
Status Monitored
Type of information Numeric (float)
Store value As is
------------------
And I can not get values of this UserParameter.
Other items for my.host is working.
Where I'm wrong?
Thank you, Valery.
I am using zabbix on linux and windows hosts.
On windows host in c:\zabbix_agentd.conf created UserParameter=tcpest3389,cmd.exe /c netstat -n -p TCP | find /c ":3389"
On zabbix server added item:
---------------------------
Description #term sessions
Host my.host
Type Zabbix agent
Key tcpest3389
Units
Use multiplier Do not use
Update interval (in sec) 120
Keep history (in days) 90
Keep trends (in days) 365
Status Monitored
Type of information Numeric (float)
Store value As is
------------------
And I can not get values of this UserParameter.
Other items for my.host is working.
Where I'm wrong?
Thank you, Valery.
Comment