Ad Widget

Collapse

net.tcp.service always 0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Adrien.D
    Junior Member
    • Sep 2015
    • 4

    #1

    net.tcp.service always 0

    Hi All,

    I use Zabix 2.2.10 on CentOS 7 :

    Code:
    [root@srv-supervision ~]# rpm -qa | grep zabbix
    zabbix-web-2.2.10-1.el7.noarch
    zabbix-release-2.2-1.el7.noarch
    zabbix-server-mysql-2.2.10-1.el7.x86_64
    zabbix-web-mysql-2.2.10-1.el7.noarch
    zabbix-server-2.2.10-1.el7.x86_64
    zabbix-agent-2.2.10-1.el7.x86_64
    zabbix-2.2.10-1.el7.x86_64
    Previously, I ran on Ubuntu 12.04 LTS, with 2.2.0.
    I saved my zabbix database and, restore it in the centos7.

    All works, but all net.tcp.service return 0.

    The element :
    Code:
    net.tcp.service[tcp,,771]
    The trigger :
    Code:
    {-Spy:net.tcp.service[tcp,,771].sum(#4)}=0
    Last Data :
    Code:
    -Service TCP Sirius	26 Sep 2015 11:39:13	0	-
    The service works because
    Code:
    [root@srv-supervision ~]# telnet 192.168.18.215 771
    Trying 192.168.18.215...
    Connected to 192.168.18.215.
    Escape character is '^]'.
    On my CentOS7 :
    SeLinux : disabled
    Firewalld : disabled

    Can you help me ?

    I search on Zabbix websites but I didn't find a solution.

    Maybe I didn't install a package ?
  • Adrien.D
    Junior Member
    • Sep 2015
    • 4

    #2
    I solved my problem :

    Code:
    setsebool -P zabbix_can_network on

    Comment

    Working...