Ad Widget

Collapse

TCP check

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • JHunt
    Junior Member
    • Mar 2014
    • 1

    #1

    TCP check

    Good morning,

    I'm trying to monitor TCP connectivity between two servers. I've looked fairly extensively, and I can't figure out how to monitor TCP from server to server on Zabbix. Everything I'm seeing is from agent to server. Any suggestions?
  • aib
    Senior Member
    • Jan 2014
    • 1615

    #2
    1) Server1 :
    - install agent
    - create script test_to_second_server, which return 0(Down) or 1(Up)
    - add script to UserParameter in zabbix_agentd.conf

    2) Server2 :
    - install agent
    - create script test_to_first_server, which return 0(Down) or 1(Up)
    - add script to UserParameter in zabbix_agentd.conf

    3) Zabbix Server:
    - create Items for both host, which call UserParameter from Server1 & Server2

    Profit!
    Sincerely yours,
    Aleksey

    Comment

    Working...