Hi guys,
I`m trying to use zabbix in this configuration :
#server1:
# server2:
In both cases, I`m using user parameter conf :
And this is the result from zabbix :
Server1: getting value of tcpip.stats[TcpExtTCPKeepAlive]:
Server2: not getting values of tcpip.stats[TcpExtTCPKeepAlive]:
From my understanding, this might be related to version of kernel and/or iproute utility. What I`m not sure about, why zabbix insist on checking parameter which doesn`t exist in /proc/net/netstat , while using userparameter file?
@Admins, please check this, I`m getting on main page, when clicking on read more :
Invalid Page URL. If this is an error and the page should exist, please contact the system administrator and tell them how you got this message.

Thank you
I`m trying to use zabbix in this configuration :
#server1:
Code:
zabbix-agent 4.0.5-1+xenial Ubuntu 16.04.5 LTS Linux version 4.4.0-142-generic (buildd@lgw01-amd64-033) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10) nstat -version : nstat utility, iproute2-ss151103
Code:
zabbix-agent 4.0.5-1+trusty Ubuntu 14.04.5 LTS Linux version 3.13.0-164-generic (buildd@lcy01-amd64-015) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.4) ) #214-Ubuntu SMP nstat -version : nstat utility, iproute2-ss131122
In both cases, I`m using user parameter conf :
Code:
cat /etc/zabbix/zabbix_agentd.d/userparameter_tcpip.conf
UserParameter=tcpip.stats[*],nstat -az|grep "$1\ "|awk '{print $$2}'
Server1: getting value of tcpip.stats[TcpExtTCPKeepAlive]:
Code:
root@server1:~# nstat -az | grep -i TCPKeepAlive TcpExt[B]TCPKeepAlive[/B] 40813 0.0 root@server1:~# cat /proc/net/netstat |grep -i TCPKeepAlive TcpExt: [B]TCPKeepAlive[/B] root@server1:~# zabbix_agentd -t tcpip.stats[TcpExtTCPKeepAlive] tcpip.stats[TcpExtTCPKeepAlive] [t|40816]
Server2: not getting values of tcpip.stats[TcpExtTCPKeepAlive]:
Code:
root@server2:~# nstat -az | grep -i TCPKeepAlive root@server2:~# cat /proc/net/netstat |grep -i TCPKeepAlive root@server2:~# zabbix_agentd -t tcpip.stats[TcpExtTCPKeepAlive] tcpip.stats[TcpExtTCPKeepAlive] [t|]
@Admins, please check this, I`m getting on main page, when clicking on read more :
Invalid Page URL. If this is an error and the page should exist, please contact the system administrator and tell them how you got this message.
Thank you
Comment