{"id":20918133,"url":"https://github.com/fbs/collectd-decoder","last_synced_at":"2026-04-15T17:32:38.149Z","repository":{"id":145981233,"uuid":"187180617","full_name":"fbs/collectd-decoder","owner":"fbs","description":"Decode collectd network packages","archived":false,"fork":false,"pushed_at":"2019-05-20T09:34:59.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-26T06:48:19.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/fbs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-17T08:45:24.000Z","updated_at":"2023-03-10T12:03:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"002ba273-da0c-4d20-99a8-e56209c70e88","html_url":"https://github.com/fbs/collectd-decoder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fbs/collectd-decoder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbs%2Fcollectd-decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbs%2Fcollectd-decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbs%2Fcollectd-decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbs%2Fcollectd-decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fbs","download_url":"https://codeload.github.com/fbs/collectd-decoder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fbs%2Fcollectd-decoder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31852820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":[],"created_at":"2024-11-18T16:37:48.462Z","updated_at":"2026-04-15T17:32:38.125Z","avatar_url":"https://github.com/fbs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Collectd decoder\n\nA simple collectd network packat decoder written in python. It has support for\nencrypted packets.\n\nIt doesn't do anything smart. It just does it best decoding packets and prints\nthem to stdout.\n\nOnly tested with collectd 4.10 packet formats\n\n## Usage\n\nCapture data first, keep your tcpdump as specific as possible:\n\n```\n$ sudo tcpdump -nn -i eth0 -w dump.pcap udp and port 25826 and host 13.0.0.37\n\n```\n\nThen parse:\n\n```\n$ python3 ./collectd_decoder.py -f dump.pcap [-p enc_passwd]\n```\n\nOutput should look something like:\n\n```\n########################################\nHOST rofl.copter.ninja\nTIMEHR Thu May 1 10:00:01 2019\nINTERVALHR 300\nPLUGIN table\nPLUGIN_INSTANCE cpu\nTYPE gauge\nTYPE_INSTANCE load\nVALUES [['GAUGE', 9000.1]]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbs%2Fcollectd-decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffbs%2Fcollectd-decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffbs%2Fcollectd-decoder/lists"}