{"id":15631214,"url":"https://github.com/vidlec/nodebix","last_synced_at":"2025-04-30T03:47:19.291Z","repository":{"id":65463236,"uuid":"91448168","full_name":"Vidlec/nodebix","owner":"Vidlec","description":"zabbix api library","archived":false,"fork":false,"pushed_at":"2017-05-16T11:56:36.000Z","size":1338,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T03:47:13.925Z","etag":null,"topics":["api","api-client","api-wrapper","node","nodejs","zabbix","zabbix-api"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vidlec.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-16T10:57:25.000Z","updated_at":"2022-10-20T21:26:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ae4c954-7bfd-4858-b476-953765deae35","html_url":"https://github.com/Vidlec/nodebix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vidlec%2Fnodebix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vidlec%2Fnodebix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vidlec%2Fnodebix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vidlec%2Fnodebix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vidlec","download_url":"https://codeload.github.com/Vidlec/nodebix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251638756,"owners_count":21619662,"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","api-client","api-wrapper","node","nodejs","zabbix","zabbix-api"],"created_at":"2024-10-03T10:39:32.587Z","updated_at":"2025-04-30T03:47:19.269Z","avatar_url":"https://github.com/Vidlec.png","language":"JavaScript","readme":"# nodebix\nNodebix is a API library for zabbix\n  - Login\n  - Call API\n  - Logout\n# install\n```js\nnpm install nodebix\n```\n\n# example\n\n```js\nvar zabbix = require(\"nodebix\");\nvar client = new zabbix(\"zabbix_url\",\"user\",\"password\");\n\nclient.login()\n.then((result) =\u003e {\n    console.log(result);\n    return client.call(\"host.get\", {hostids: 20});\n})\n.then((result) =\u003e {\n    console.log(result);\n    return client.logout();\n})\n.then((result) =\u003e {\n    console.log(result);\n})\n.catch((error) =\u003e console.log(error));\n```\n\nResult:\n\n```sh\nLogged in\n{ jsonrpc: '2.0',\n  result:\n   [ { hostid: '1',\n       proxy_hostid: '0',\n       host: 'someserver',\n       status: '1',\n       ...\n       } ],\n  id: 1 }\nLogged out\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvidlec%2Fnodebix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvidlec%2Fnodebix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvidlec%2Fnodebix/lists"}