Hi and hello.
This is my first post here.
I'd like to point out that I'm new to ZABBIX, so please be gentle to me.
I wanted to get number of established tcp connections on particular port.
In my file with netstat UserParameter I wrote:
But on my output I'm receiving:
I'm running zabbix agents on Solaris SPARC platform BTW.
Could anyone point me n right direction or help me solve this problem?
Best regards,
Jan
This is my first post here.
I'd like to point out that I'm new to ZABBIX, so please be gentle to me.

I wanted to get number of established tcp connections on particular port.
In my file with netstat UserParameter I wrote:
Code:
UserParameter=netstat.est.conn,netstat -an | awk '/8080/ && /ESTABLISHED/ { n++ }; END { print n+0 }'
Code:
$ sbin/zabbix_agentd -t netstat.est.conn netstat.est.conn [m|ZBX_NOTSUPPORTED]
Could anyone point me n right direction or help me solve this problem?
Best regards,
Jan