กลุ่มชุมชนแลกเปลี่ยนความรู้แบ่งปั่น และช่วยเหลือ ต่อการใช้งาน OpenSource Zabbix เพราะการแบ่งปัน นั้นยิ่งใหญ่กว่า.

Zabbix custom API for graph getting (Zabbix custom API สำหรับการดึงรูปภาพกราฟ)

ดาวน์โหลดไฟล์ที่นี่ Zabbix custom API for graph getting 

(Zabbix custom API สำหรับการดึงรูปภาพกราฟ)


Version 1.0


ดาวน์โหลดไฟล์ที่นี่

Download Here


/*

  How to using

    - Place this file in the same directory of zabbix web ui e.g.: /usr/share/zabbix

    Or for security concern or using this API in other server or directory please edit line no. 182 manulally to your Zabbix web ui


    - Requires request parameters as below

      "format": can be one of ("raw" = Raw PNG binary) or ("http" = PNG with HTTP Content-Type) or ("base64" = Base64 in JSON response)

      "authtype": can be one of ("userpass" = user and password are requires) or ("token" = auth is require)

      "graphid": is require

    - Optional request parameters as below (some special)

      "from": example are "2021-01-15 00:00:00" or now-24h or now-1d/d or zabbix standard

      "to": example are "now-1h" or "2021-01-15 00:00:00" or now-1d/d or zabbix standard

  */


  /*

  # Request

  {

      "jsonrpc": "2.0",

      "method": "graph.image",

      "params": {

          "format": "raw/http/base64",

          "authtype": "userpass/token",

       "user": "",

          "password": "",

          "width": 800,

          "height": 200,

          "from": "2021-01-15 00:00:00",

          "to": "now-1h",

          "graphid": 0

      },

      "id": 1,

      "auth": null

  }


  # Response

  {

      "jsonrpc": "2.0",

      "result": {

          "image": ""

      },

      "error": {

        "code": 0,

        "message": null,

        "data": null

      },

      "id": 1

  }


  */

Share:
 
Zabbix in Thailand
Facebook Group · 701 members
Join Group
กลุ่มนี้จัดตั้งขึ้นเพื่อแลกเปลี่ยนความรู้ของ zabbix ใครมีคู่มือ เทคนิค หรือ ปัญหา มาร่วมมือกันแก้ไขกันสำหรับชาวไทย -----------------------------------...
 

Popular

ค้นหาบล็อกนี้

Labels

Comments

Labels

Recent Posts