Ad Widget

Collapse

Zabbix 2.4 HTTPS Simple Check not working

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lazy_Junior
    Junior Member
    • Mar 2015
    • 1

    #1

    Zabbix 2.4 HTTPS Simple Check not working

    Hello Everybody,

    I added the Templates "Template App HTTP Service" and "Template App HTTPS Service" to one of my Hosts.
    While HTTP is working fine (up), HTTPS is not (down).
    On the client Apache is running, Listening on 443.
    I can telnet to the client on port 443 from the Zabbix server.

    AND the most confusing thing i can even do this from the Zabbix server
    root@Mon-01:# zabbix_get -s web-01 -k net.tcp.service[https]
    1

    I get the "1" as response. But at latest data i get "0".

    What went wrong here?

    Regards
    Lazy Junior
  • Martins
    Junior Member
    • May 2012
    • 25

    #2
    Hello Lazy_Junior,

    Did you solve your issue? I got similar problem but on zabbix 2.2.9.
    With zabbix_get I got correct value, but on server it shows incorrect.

    Code:
    ]# /usr/local/zabbix/bin/zabbix_get -s host -k net.tcp.service[smtp]
    1
    But in server last value is "Down (0)".

    Comment

    • dukejustice
      Junior Member
      • Dec 2015
      • 11

      #3
      Hi.

      Anyone has a solution to this...

      with zabbix_get -s host -k net.tcp.service[smtp] I get a 1 value while the latest data still shows up as downed service.

      Regards.

      Duke

      Comment

      • scotthooroo
        Junior Member
        • Apr 2016
        • 1

        #4
        I have the same issue, using zabbix 3.0.1 and have tried on centos 7 , ubuntu using packages and self compiling.

        anyone have a solution?

        Comment

        Working...