{"id":40184887,"url":"https://github.com/eartoearoak/zabbix-graph-utilities","last_synced_at":"2026-01-19T19:01:51.045Z","repository":{"id":10418708,"uuid":"12577864","full_name":"EarToEarOak/Zabbix-Graph-Utilities","owner":"EarToEarOak","description":"Zabbix Graph Utilities","archived":false,"fork":false,"pushed_at":"2018-04-17T23:12:04.000Z","size":22,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-04-05T16:04:54.176Z","etag":null,"topics":["graph","plot","zabbix"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EarToEarOak.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-09-04T00:07:41.000Z","updated_at":"2020-08-24T07:26:50.000Z","dependencies_parsed_at":"2022-08-05T01:15:24.150Z","dependency_job_id":null,"html_url":"https://github.com/EarToEarOak/Zabbix-Graph-Utilities","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/EarToEarOak/Zabbix-Graph-Utilities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EarToEarOak%2FZabbix-Graph-Utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EarToEarOak%2FZabbix-Graph-Utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EarToEarOak%2FZabbix-Graph-Utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EarToEarOak%2FZabbix-Graph-Utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EarToEarOak","download_url":"https://codeload.github.com/EarToEarOak/Zabbix-Graph-Utilities/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EarToEarOak%2FZabbix-Graph-Utilities/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28580680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T18:52:07.356Z","status":"ssl_error","status_checked_at":"2026-01-19T18:49:52.190Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["graph","plot","zabbix"],"created_at":"2026-01-19T19:01:50.163Z","updated_at":"2026-01-19T19:01:51.038Z","avatar_url":"https://github.com/EarToEarOak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zabbix Graph Utilities#\n\nCopyright 2013 - 2014 Al Brown\n\nal [at] eartoearoak.com\n\nUtilities to display graphs from a [Zabbix](http://www.zabbix.com/) server using matplotlib.\n\nTested on Windows 7 x64 and Ubuntu 12.04 x64 with Zabbix 2.0\n\n## Requirements ##\n\n- [Python 2.6](http://www.python.org) or greater\n- [matplotlib](http://matplotlib.org/)\n- [numpy](http://www.numpy.org/)\n\n## Basic Usage ##\n\n**zabbix_graphget.py - View or save a graph**\n\n\tzabbix_graphget.py url graph_id [-u User] [-p Password] [-o filename]\n\n\turl \t\t- zabbix server url\n\tgraph_id\t- graph id\n\t-u\t\t\t- zabbix user\n\t-p\t\t\t- zabbix password\n\t-o\t\t\t- image filename\n\t-x\t\t\t- image width\n\t-y\t\t\t- image height\n\t-g\t\t\t- show grid\n\t-l\t\t\t- show legend\n\t-b\t\t\t- invert graph background\n\t-w\t\t\t- show graph in window\n\t\n\t\n\nFor example:\n\n`zabbix_graphget.py -u query -p letmein -g -l -b -w http://myserver/zabbix 1248`\n\n**zabbix_graphserver.py - Serve graph images over HTTP**\n\n\tzabbix_graphserver.py  url [-u User] [-p password] [-t port]\n\n\turl\t- zabbix server url\n\t-u\t- zabbix user\n\t-p\t- zabbix password\n\t-t\t- listen port\n\nFor example:\n\n`zabbix_graphserver.py -u query -p letmein http://myserver/zabbix`\n\nRequests can then be made as:\n\n\thttp://\u003cserver\u003e:\u003cport\u003e/?graph=\u003cgraph_id\u003e[\u0026width=\u003cinteger\u003e][\u0026height=\u003cinteger\u003e][\u0026scale=\u003cfloat\u003e][\u0026grid=\u003cboolean\u003e][\u0026legend=\u003cboolean\u003e][\u0026invert=\u003cboolean\u003e]\n\n\tgraph\t- graph id\n\twidth\t- graph width\n\theight\t- graph height\n\tscale\t- scale graph by factor\n\tgrid\t- show grid\n\tlegend\t- show legend\n\tinvert\t- invert graph background\n\n\tBoolean values are 'true' or 'false', if omitted they are assumed to be false\n\t\n\nFor example:\n`http://myserver:8051/?graph=1248\u0026invert=true\u0026legend=false\u0026width=5\u0026height=9\u0026scale=0.4`\n\nIf you are running this in a headless environment please uncomment lines 29 \u0026 30 in zabbix_graph.py\n\n##Zabbix Permissions##\n\nA zabbix user with read-only permissions to the group containing the graph is needed.\n\nIdeally create a new user and add it to a group with permission to read the necessary host groups and disable front end access.\n\n## License ##\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feartoearoak%2Fzabbix-graph-utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feartoearoak%2Fzabbix-graph-utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feartoearoak%2Fzabbix-graph-utilities/lists"}