{"id":18151223,"url":"https://github.com/msantos/collectd-prv-rs","last_synced_at":"2025-07-20T15:33:11.908Z","repository":{"id":136621384,"uuid":"496219791","full_name":"msantos/collectd-prv-rs","owner":"msantos","description":"stdout to collectd notifications","archived":false,"fork":false,"pushed_at":"2024-07-30T11:35:33.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-06T23:31:53.230Z","etag":null,"topics":["collectd","flowcontrol","monitoring"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/msantos.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-25T12:24:15.000Z","updated_at":"2024-12-30T22:27:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"584fc883-56de-444a-9869-5adaec9bf1d1","html_url":"https://github.com/msantos/collectd-prv-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/msantos/collectd-prv-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msantos%2Fcollectd-prv-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msantos%2Fcollectd-prv-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msantos%2Fcollectd-prv-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msantos%2Fcollectd-prv-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msantos","download_url":"https://codeload.github.com/msantos/collectd-prv-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msantos%2Fcollectd-prv-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266151524,"owners_count":23884436,"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":["collectd","flowcontrol","monitoring"],"created_at":"2024-11-02T01:07:01.019Z","updated_at":"2025-07-20T15:33:11.885Z","avatar_url":"https://github.com/msantos.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\n\ncollectd-prv *OPTIONS*\n\n# DESCRIPTION\n\ncollectd-prv: stdout to collectd notifications\n\ncollectd-prv converts stdout from a process into collectd notifications,\noptionally acting like a pressure relief valve during event floods.\n\n# EXAMPLES\n\n## collectd-tail\n\n```bash\n#!/bin/bash\n\nset -o errexit\nset -o nounset\nset -o pipefail\n\n# plugin = tail\n# type = syslog\n# limit = 30 lines/second\ntail -F $1 | collectd-prv --service=\"tail/syslog\" --limit=30\n```\n\n## collectd.conf\n\n```\nLoadPlugin exec\n\u003cPlugin exec\u003e\n  Exec \"nobody:nobody\" \"collectd-tail\" \"/var/log/syslog\"\n\u003c/Plugin\u003e\n```\n\n# BUILD\n\n```\ncargo build\n```\n\n# OPTIONS\n\n-s, --service *plugin*/*type*\n: collectd service (default: stdout/prv)\n\n-H, --hostname *name*\n: collectd hostname (max: 16 bytes) (default: gethostname())\n\n-l, --limit *number*\n: message rate limit (default: 0 (no limit))\n\n-w, --window *seconds*\n: message rate window (default: 1 second)\n\n-W, --write-error *exit|drop|block*\n: behaviour if write buffer is full (unsupported)\n\n-M, --max-event-length *number*\n: max message fragment length (default: 255 - 10)\n\n-I, --max-event-id *number*\n: max message fragment header id (default: 99)\n\n-v, --verbose\n: verbose mode\n\n-h, --help\n:  help\n\n# ALTERNATIVES\n\n- [collectd-prv](https://github.com/msantos/collectd-prv)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsantos%2Fcollectd-prv-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsantos%2Fcollectd-prv-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsantos%2Fcollectd-prv-rs/lists"}