{"id":13624282,"url":"https://github.com/curasystems/zabbix_sender","last_synced_at":"2025-04-15T20:33:48.477Z","repository":{"id":10404827,"uuid":"12559208","full_name":"curasystems/zabbix_sender","owner":"curasystems","description":"Simple node.js zabbix agent sender wrapper (agent for windows and smartos included others welcome)","archived":false,"fork":false,"pushed_at":"2013-09-03T12:30:33.000Z","size":232,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-26T10:41:52.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/curasystems.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-03T08:52:44.000Z","updated_at":"2014-05-12T16:57:24.000Z","dependencies_parsed_at":"2022-08-29T15:41:51.381Z","dependency_job_id":null,"html_url":"https://github.com/curasystems/zabbix_sender","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/curasystems%2Fzabbix_sender","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curasystems%2Fzabbix_sender/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curasystems%2Fzabbix_sender/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curasystems%2Fzabbix_sender/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curasystems","download_url":"https://codeload.github.com/curasystems/zabbix_sender/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223660161,"owners_count":17181462,"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":[],"created_at":"2024-08-01T21:01:41.008Z","updated_at":"2024-11-08T12:31:16.530Z","avatar_url":"https://github.com/curasystems.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"zabbix_sender\n=============\n\nSimple node.js zabbix agent sender wrapper (agent for windows and smartos included others welcome)\n\n\n# Zabbix-Sender to send information to a Zabbix-Server\n\nYou just need your items and the zabbix_agentd.conf path.\nServer information and Port is read out of the zabbix agent config.\n\n\n### Usage and example\n\n```\n// npm module\n// var ZabbixSender = require('zabbix_sender');\n// git cloned\nvar ZabbixSender = require('./index');\n\nvar configPath = 'C:\\\\zabbix\\\\zabbix_agentd.conf';\nvar itemsToSend = {\n    'item.key': 'value',\n    'why.dont': 1000,\n    'error.message': 'example error message',\n    'another.key': false\n};\n\n\n// With config file of zabbix_agent\nvar sender = new ZabbixSender(configPath);\nsender.send(itemsToSend);\n\n// Without config file you need to specify zabbixHost and monitoredHostName (host name as defined in zabbix!)\nvar zabbixHost = '127.0.0.1';\nvar zabbixPort = 10051;\nvar monitoredHostName = 'HOSTNAME';\n\nvar sender = new ZabbixSender(zabbixHost, zabbixPort, monitoredHostName);\nsender.send(itemsToSend);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurasystems%2Fzabbix_sender","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurasystems%2Fzabbix_sender","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurasystems%2Fzabbix_sender/lists"}