Ad Widget

Collapse

Web monitoring from host where zabbix_agent installed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krystian
    Junior Member
    • Sep 2014
    • 9

    #1

    Web monitoring from host where zabbix_agent installed

    I want check connection to ftp server by zabbix using web monitoring, but I see zabbix try connect to ftp from host where zabbix server installed, and I want that zabbix connect from host where I zabbix_agent installed. I configured web monitoring on host where zabbix_agent installed.

    Is the way to zabbix check connection from host where zabbix_agent installed?
  • DeamonMV
    Junior Member
    • Apr 2014
    • 13

    #2
    Originally posted by krystian
    I want check connection to ftp server by zabbix using web monitoring, but I see zabbix try connect to ftp from host where zabbix server installed, and I want that zabbix connect from host where I zabbix_agent installed. I configured web monitoring on host where zabbix_agent installed.

    Is the way to zabbix check connection from host where zabbix_agent installed?
    I have same issue, no one don't know how to do this?
    maybe someone can say that is a bug or feature?

    Comment

    • FelipeVieira
      Junior Member
      • Mar 2014
      • 21

      #3
      It is not possibe configuring Web Monitoring in the agent side. You can use "UserParameters" for that and configure a script.

      Comment

      • trindadekaio
        Junior Member
        • Feb 2017
        • 4

        #4
        you could try to use a active check i think.

        for example, on my host i need to check if there is connectivity from my host to a certain server, so i use the "net.tcp.port" item

        i use this as an active item, but i thing it's ok to use this as a passive to.

        Comment

        Working...