Ad Widget

Collapse

Zabbix and Checkpoint Endpoint software incompatible

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lolek17
    Junior Member
    • Aug 2014
    • 5

    #1

    Zabbix and Checkpoint Endpoint software incompatible

    Hi!

    I installed zabbix agent on Windows XP and make two scripts to check status of VPN.

    When I run a script on XP machine it always recive correct value (0 or 1), but when I use zabbix_get utility i get:
    correct value or zabbix_get [62726]: Get value error: or blank

    zabbix-agent log:
    Code:
    3860:20140807:124410.387 Requested [wm.ports]
      2820:20140807:124410.809 In collect_perfstat()
      2820:20140807:124410.809 End of collect_perfstat()
      3424:20140807:124410.841 In send_buffer() host:'127.0.0.1' port:10051 values:0/100
      3424:20140807:124410.841 End of send_buffer():SUCCEED
      2820:20140807:124411.809 In collect_perfstat()
      2820:20140807:124411.809 End of collect_perfstat()
      3424:20140807:124411.841 In send_buffer() host:'127.0.0.1' port:10051 values:0/100
      3424:20140807:124411.841 End of send_buffer():SUCCEED
      3860:20140807:124411.887 Run remote command ["C:\zabbix\porty.bat"] Result [1] [1]...
      3860:20140807:124411.887 Sending back [1]
      2952:20140807:124412.794 Requested [wm.ports]
      2820:20140807:124412.809 In collect_perfstat()
      2820:20140807:124412.809 End of collect_perfstat()
      3424:20140807:124412.841 In send_buffer() host:'127.0.0.1' port:10051 values:0/100
      3424:20140807:124412.841 End of send_buffer():SUCCEED
      2820:20140807:124413.809 In collect_perfstat()
      2820:20140807:124413.809 End of collect_perfstat()
      3424:20140807:124413.841 In send_buffer() host:'127.0.0.1' port:10051 values:0/100
      3424:20140807:124413.841 End of send_buffer():SUCCEED
      2952:20140807:124414.294 Run remote command ["C:\zabbix\porty.bat"] Result [1] [1]...
      2952:20140807:124414.294 Sending back [1]
      2820:20140807:124414.809 In collect_perfstat()
      2820:20140807:124414.809 End of collect_perfstat()
      3424:20140807:124414.841 In send_buffer() host:'127.0.0.1' port:10051 values:0/100
      3424:20140807:124414.841 End of send_buffer():SUCCEED
      2820:20140807:124415.809 In collect_perfstat()
      2820:20140807:124415.809 End of collect_perfstat()
      3424:20140807:124415.841 In send_buffer() host:'127.0.0.1' port:10051 values:0/100
      3424:20140807:124415.841 End of send_buffer():SUCCEED
      2284:20140807:124416.184 Requested [wm.ports]
      2820:20140807:124416.809 In collect_perfstat()
      2820:20140807:124416.825 End of collect_perfstat()
      3424:20140807:124416.841 In send_buffer() host:'127.0.0.1' port:10051 values:0/100
      3424:20140807:124416.841 End of send_buffer():SUCCEED
      2284:20140807:124417.684 Run remote command ["C:\zabbix\porty.bat"] Result [1] [1]...
      2284:20140807:124417.684 Sending back [1]
    So no difference whatever it recived correct value or not.
    zabbix-server log:
    Code:
     38458:20140804:152533.038 Zabbix agent item "wm.ports" on host "Charon" failed: first network error, wait for 15 seconds
    I attached a screenshot from wireshark.

    Next I uninstalled Checkpoint Endpoint Security from my system and it starts working without problems, but I need this software so what should I now?

    Sorry for my poor english.
    Attached Files
  • Koral
    Member
    • Oct 2012
    • 30

    #2
    You:
    "Next I uninstalled Checkpoint Endpoint Security from my system and it starts working without problems"

    And the software description:
    "Firewall and Compliance Check: Stop unwanted traffic, prevent malware and block targeted attacks"

    As for me it looks as the soft firewall was disrupting zabbix communication.

    Comment

    • lolek17
      Junior Member
      • Aug 2014
      • 5

      #3
      I have firewall set to "Off". Zabbix has problems when Checkpoint Endpoint service is running, no difference whether VPN is connected or not.

      Comment

      • Koral
        Member
        • Oct 2012
        • 30

        #4
        So as I stated before the Checkpoint Endpoint program has some firewall rules prohibiting communications between zabbix agent and server

        Comment

        • lolek17
          Junior Member
          • Aug 2014
          • 5

          #5
          Originally posted by Koral
          So as I stated before the Checkpoint Endpoint program has some firewall rules prohibiting communications between zabbix agent and server
          There aren't any firewall rules, firewall is set to "Off".

          Comment

          Working...