{"id":20875551,"url":"https://github.com/iamseth/python-zenoss","last_synced_at":"2025-05-12T15:31:28.421Z","repository":{"id":57478123,"uuid":"2201955","full_name":"iamseth/python-zenoss","owner":"iamseth","description":"Python module to work the Zenoss API","archived":false,"fork":false,"pushed_at":"2017-08-17T17:53:48.000Z","size":74,"stargazers_count":22,"open_issues_count":0,"forks_count":39,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-08T07:46:58.176Z","etag":null,"topics":["monitoring","python","python-zenoss","zenoss","zenoss-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamseth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-13T15:10:25.000Z","updated_at":"2021-06-02T17:23:38.000Z","dependencies_parsed_at":"2022-09-18T20:21:46.426Z","dependency_job_id":null,"html_url":"https://github.com/iamseth/python-zenoss","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fpython-zenoss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fpython-zenoss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fpython-zenoss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fpython-zenoss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamseth","download_url":"https://codeload.github.com/iamseth/python-zenoss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253765876,"owners_count":21960810,"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":["monitoring","python","python-zenoss","zenoss","zenoss-api"],"created_at":"2024-11-18T06:46:50.379Z","updated_at":"2025-05-12T15:31:28.073Z","avatar_url":"https://github.com/iamseth.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# This repo is EOL\n\nI'm no longer maintaining this repository. I'm happy that people have found value in this small library but I haven't used Zenoss in 6 years and cannot maintain this. I suggest using [Prometheus](https://prometheus.io/) for your monitoring needs. Please fork this repository for bug fixes and enhancements.\n\npython-zenoss ![Build Status](https://travis-ci.org/iamseth/python-zenoss.png)\n=============\n\nPython module to work with the Zenoss JSON API\n\n\nInstallation\n=============\n\n### PyPi\n```bash\npip install zenoss\n```\n\n### Manually\n```bash\npython setup.py test\npython setup.py build\nsudo python setup.py install\n```\n\n\nUsage\n=============\n\n### List all devices in Zenoss\n```python\nfrom zenoss import Zenoss\n\nzenoss = Zenoss('http://zenoss:8080/', 'admin', 'password')\n\nfor device in zenoss.get_devices()['devices']:\n    print(device['name'])\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamseth%2Fpython-zenoss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamseth%2Fpython-zenoss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamseth%2Fpython-zenoss/lists"}