Ad Widget

Collapse

How to test host reachability using telent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rileo8
    Junior Member
    • Feb 2007
    • 27

    #1

    How to test host reachability using telent

    Hi,
    anyone can help me?I need to test the reliabilityof some hosts but they only have the telnet port reachable, they doesn't reply to icmpping.
    Is it possible?

    Thanks,Riccardo
  • James Wells
    Senior Member
    • Jun 2005
    • 664

    #2
    Greetings,
    Originally posted by rileo8
    I need to test the reliabilityof some hosts but they only have the telnet port reachable, they doesn't reply to icmpping.
    There are a couple of ways to do this, but the easiest way in Zabbix is to create an item of type simple check that uses the tcp,port construct. In this case: <HIOSTNAME>,23 This will return a zero if the service fails to connect, or a 1 if it connects.
    Unofficial Zabbix Developer

    Comment

    • rileo8
      Junior Member
      • Feb 2007
      • 27

      #3
      Hi used net.tcp.listen[23] ,
      but it answer :

      Simple check [net.tcp.service[net.tcp.listen[23],83.217.25.123]] is not supported

      why?

      Comment

      • mary nancy
        Senior Member
        • Jul 2005
        • 125

        #4
        Hi,

        Did you try this...

        Add a new item

        Description: monitoring Telnet service
        Type: zabbix agent
        Key :net.tcp.listen[23]
        Type of information : Numeric (integer 64bit)

        Comment

        Working...