{"id":14235556,"url":"https://github.com/express42/zabbixapi","last_synced_at":"2025-05-16T06:05:38.460Z","repository":{"id":12296131,"uuid":"14925310","full_name":"express42/zabbixapi","owner":"express42","description":"Ruby wrapper to Zabbix API","archived":false,"fork":false,"pushed_at":"2023-12-30T18:52:29.000Z","size":578,"stargazers_count":131,"open_issues_count":7,"forks_count":130,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-04-08T16:01:45.590Z","etag":null,"topics":["api","ruby","zabbix"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/express42.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-04T14:03:53.000Z","updated_at":"2025-02-11T08:10:23.000Z","dependencies_parsed_at":"2024-06-18T15:30:06.432Z","dependency_job_id":"205a31a9-18cc-47a9-80c2-5b337686436e","html_url":"https://github.com/express42/zabbixapi","commit_stats":{"total_commits":450,"total_committers":55,"mean_commits":8.181818181818182,"dds":0.6711111111111111,"last_synced_commit":"c91e50dbcbdd40dbb39ba6b626d5e5a7162c68c1"},"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/express42%2Fzabbixapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/express42%2Fzabbixapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/express42%2Fzabbixapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/express42%2Fzabbixapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/express42","download_url":"https://codeload.github.com/express42/zabbixapi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478188,"owners_count":22077676,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["api","ruby","zabbix"],"created_at":"2024-08-20T21:02:04.841Z","updated_at":"2025-05-16T06:05:36.392Z","avatar_url":"https://github.com/express42.png","language":"Ruby","readme":"# Ruby Zabbix Api Module\n\n[![Gem Version](http://img.shields.io/gem/v/zabbixapi.svg)][gem]\n[![Build Status](https://github.com/anapsix/zabbixapi/workflows/CI/badge.svg)][github-ci]\n\n[gem]: https://rubygems.org/gems/zabbixapi\n[github-ci]: https://github.com/express42/zabbixapi/actions?query=workflow%3ACI\n\nSimple and lightweight ruby module for working with [Zabbix][Zabbix] via the [Zabbix API][Zabbix API]\n\n## Installation\n```sh\n# latest\ngem install zabbixapi\n\n# specific version\ngem install zabbixapi -v 4.2.0\n```\n\n## Documentation\n[http://rdoc.info/gems/zabbixapi][documentation]\n\n[documentation]: http://rdoc.info/gems/zabbixapi\n\n## Examples\n[https://github.com/express42/zabbixapi/tree/master/examples][examples]\n\n[examples]: https://github.com/express42/zabbixapi/tree/master/examples\n\n## Version Policy\n\n**NOTE:** `master` branch is used for ongoing development on Zabbix API 5.x (5.0 and 5.2).\n\nWe support only two last versions of zabbix (5.0 and 5.2), so you should consider all previous versions deprecated.\n\n* Zabbix 1.8.2 (api version 1.2) | zabbixapi 0.6.x | [branch zabbix1.8](https://github.com/express42/zabbixapi/tree/zabbix1.8)\n* Zabbix 1.8.9 (api version 1.3) | zabbixapi 0.6.x | [branch zabbix1.8](https://github.com/express42/zabbixapi/tree/zabbix1.8)\n* Zabbix 2.0.x (api version 1.4 -\u003e 2.0.10) | zabbixapi 2.0.x | [branch zabbix2.0](https://github.com/express42/zabbixapi/tree/zabbix2.0)\n* Zabbix 2.2.x (api version 2.2.x) | zabbixapi 2.2.x | [branch zabbix2.2](https://github.com/express42/zabbixapi/tree/zabbix2.2)\n* Zabbix 2.4.x (api version 2.2.x) | zabbixapi 2.4.x | [branch zabbix2.4](https://github.com/express42/zabbixapi/tree/zabbix2.4)\n* Zabbix 3.0.x (api version 3.0.x) | zabbixapi 3.0.x | [branch zabbix3.0](https://github.com/express42/zabbixapi/tree/zabbix3.0)\n* Zabbix 3.2.x (api version 3.2.x) | zabbixapi 3.2.x | [branch zabbix3.2](https://github.com/express42/zabbixapi/tree/zabbix3.2)\n* Zabbix 4.0.x (api version 4.0.x) | zabbixapi 4.1.x | [branch zabbix4.0](https://github.com/express42/zabbixapi/tree/zabbix4.0)\n* Zabbix 4.2.x (api version 4.2.x) | zabbixapi 4.1.x | [branch zabbix4.0](https://github.com/express42/zabbixapi/tree/zabbix4.0)\n* Zabbix 4.4.x (api version 4.4.x) | zabbixapi 4.2.x | [branch zabbix4.2](https://github.com/express42/zabbixapi/tree/zabbix4.2)\n\n## Supported Ruby Versions\nThis library aims to support and is [tested against][github-ci] the following Ruby\nversions:\n\n* Ruby 2.5\n* Ruby 2.6\n* Ruby 2.7\n* JRuby 9.2.10.0\n\nIf something doesn't work on one of these versions, it's a bug.\n\nThis library may inadvertently work (or seem to work) on other Ruby versions,\nhowever support will only be provided for the versions listed above.\n\nIf you would like this library to support another Ruby version or\nimplementation, you may volunteer to be a maintainer. Being a maintainer\nentails making sure all tests run and pass on that implementation. When\nsomething breaks on your implementation, you will be responsible for providing\npatches in a timely fashion. If critical issues for a particular implementation\nexist at the time of a major release, support for that Ruby version may be\ndropped.\n\n## Dependencies\n\n* net/http\n* json\n\n## Contributing\n\n* Fork the project.\n* Base your work on the master branch.\n* Make your feature addition or bug fix, write tests, write documentation/examples.\n* Commit, do not mess with rakefile, version.\n* Make a pull request.\n\n## Zabbix documentation\n\n* [Zabbix Project Homepage][Zabbix]\n* [Zabbix API docs][Zabbix API]\n\n[Zabbix]: https://www.zabbix.com\n[Zabbix API]: https://www.zabbix.com/documentation/5.2/manual/api\n\n## Copyright\n\n- Copyright (c) 2021 [contributors]\n- Copyright (c) 2015-2018 Express 42 and [contributors]\n\nSee [LICENSE] for details.\n\n[LICENSE]: LICENSE.md\n[contributors]: https://github.com/express42/zabbixapi/graphs/contributors\n","funding_links":[],"categories":["Ruby"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpress42%2Fzabbixapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexpress42%2Fzabbixapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexpress42%2Fzabbixapi/lists"}