Ad Widget

Collapse

Possible to access zabbix-agent directly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vic
    Member
    • Jul 2013
    • 58

    #1

    Possible to access zabbix-agent directly

    I want to set up something on a website that allows people to ping from their PC to my servers. Perhaps with a graph plot over time kind of like what pingplotter pro does only this will be on my website.

    Initiating ICMP is not really possible via a website from what I have read. Since I already have zabbix-agent on my servers I was wondering if I could perhaps use it for this. It would have to be accessed directly with PHP+Java. Not via zabbix-server since server is not designed for this.
  • steveboyson
    Senior Member
    • Jul 2013
    • 582

    #2
    Originally posted by vic
    I want to set up something on a website that allows people to ping from their PC to my servers. Perhaps with a graph plot over time kind of like what pingplotter pro does only this will be on my website.

    Initiating ICMP is not really possible via a website from what I have read. Since I already have zabbix-agent on my servers I was wondering if I could perhaps use it for this. It would have to be accessed directly with PHP+Java. Not via zabbix-server since server is not designed for this.
    You cannot start actions on a user's system. Why not measure something different, e.g. the time to load a specific image from your server?

    http://stackoverflow.com/questions/4...ing-javascript
    Last edited by steveboyson; 21-07-2013, 22:17. Reason: typo

    Comment

    • vic
      Member
      • Jul 2013
      • 58

      #3
      Originally posted by steveboyson
      You cannot start actions on a user's system. Why not measure something different, e.g. the tome to load a specific image from your server?

      http://stackoverflow.com/questions/4...ing-javascript
      Sure about that?
      Last edited by vic; 21-07-2013, 00:40.

      Comment

      • steveboyson
        Senior Member
        • Jul 2013
        • 582

        #4
        Originally posted by vic
        I understood your posting in that way that you want to start a ping from the client machine via a website.

        Installing a Zabbix agent does not fall into that type of "starting a ping".

        BTW, how would you initiate a remote command from the Zabbix frontend ON DEMAND (e.g. by "click")?

        Alas, pinging from your servers to your people's PC ist different from doing it the opposite direction.

        Comment

        Working...