Ad Widget

Collapse

Zabbix API Output GUI Script

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • eaterofcode
    Junior Member
    • Jun 2024
    • 5

    #1

    Zabbix API Output GUI Script

    I wasn't sure where to share this but this seemed like an OK spot. Let me start out by saying I am not a programmer! So I'm sure this will be pretty amateurish for you experts.

    I needed a tool to give to Analysts so they could easily dump data out of Zabbix in CSV without having to write code that interacts with the API. Here is my first attempt at making such a utility. I hope perhaps it can help others.

    Upon first run you'll need to enter your Zabbix URL & API token. After that it should all work just fine. It has only been tested on the latest Zabbix release (7.0) at the time of writing. I'm sure theres bugs.
    Attached Files
  • eaterofcode
    Junior Member
    • Jun 2024
    • 5

    #2
    New version, bunch of performance changes and some quality of life changes.
    Attached Files

    Comment

    • eaterofcode
      Junior Member
      • Jun 2024
      • 5

      #3
      Updated version that uses the new Auth method introduced in Zabbix 7.20. I doubt very much previous iterations of Zabbix will work any longer with old versions of this script as the auth method has changed. So starting at this version 7.2.x only
      Attached Files

      Comment

      • guille.rodriguez
        Senior Member
        • Jun 2022
        • 114

        #4
        Wow nice work! I can't upgrade at this moment to zabbix 7.2 because there is no ARM version yet, but when it's ready I'm sure I will try

        Comment

        Working...