Ad Widget

Collapse

F-Secure webpage/dashboard Monitoring with Zabbix 5.4.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • a.sciancalepore
    Junior Member
    • Feb 2022
    • 3

    #1

    F-Secure webpage/dashboard Monitoring with Zabbix 5.4.3

    Hi everyone!

    I'm trying to understand how to use Zabbix to monitor websites and pull out some information in the form of item/triggers.

    In this specific case, I've got this dashboard with all our F-Secure setups on our LAN clients PC (accessible with user and pw obliouvlsly) , and I want to monitor them linking F-Secure webpage / dashboard with Zabbix.

    Is it possible?

    I've read something with the use of active checks, using curl (for example here https://www.zabbix.com/forum/zabbix-...-from-web-page) but it seems that this is far more complicated than it seems to be... and I cannot understand how to perform this through curl script that it's mentioned there... I also will need a way to perform firstly the login (with this webpage) and then to extract values... and this seems to be complicated, I can't figure out how to.

    Aren't there some zabbix F-Secure template already available to use to perform this task in an easier way without using external check? I've tried on the Zabbix template market, but without luck...

  • a.sciancalepore
    Junior Member
    • Feb 2022
    • 3

    #2
    Is there anyone who can help me to understand these issues?

    Comment

    • cyber
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • Dec 2006
      • 4807

      #3
      Extracting such data from a webpage would be most complicated way to do it..
      I don't know anything about that F-secure thingy, but does it provide some kind of API access instead, so you could pull that data over it? Any structured format (json, xml) would be much easier to use.

      Comment

      Working...