Ad Widget

Collapse

Zabbix API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • f.danieli
    Junior Member
    • Apr 2008
    • 8

    #1

    Zabbix API

    Hi all,

    it is possible to show some zabbix information on a asp.net page using Zabbix API ?
  • nelsonab
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2006
    • 1233

    #2
    Can you write a hello world app in .net?

    Forgive me but your question as presented is too broad to be useful. This leads me to two possible conclusions, 1) you're new to programming and want someone to do this for you, or 2) you're really asking if there's an interface library for .net and Zabbix. I'm going to assume #2.

    I am not aware of an interface library for Zabbix and .net. I think someone wrote one for C# however. Overall writing an interface to Zabbix via the API isn't very difficult, the biggest challenge however may be in getting .net to speak JSON. Last time I checked many of the Microsoft Dev libraries didn't come with JSON libraries, however they were available from 3rd party developers, or in the move expensive versions of the Microsoft developer tools.
    RHCE, author of zbxapi
    Ansible, the missing piece (Zabconf 2017): https://www.youtube.com/watch?v=R5T9NidjjDE
    Zabbix and SNMP on Linux (Zabconf 2015): https://www.youtube.com/watch?v=98PEHpLFVHM

    Comment

    • f.danieli
      Junior Member
      • Apr 2008
      • 8

      #3
      I'm new to zabbix api and I've tried to call zabbix api directly via javascript from client browser, receiving an error due to cross domain call via client and zabbix server (browser client and zabbix server are in different domain).

      What is the right way? I must call zabbix api from server side on page load?

      Comment

      Working...