{"id":17055030,"url":"https://github.com/ziguzagu/fluent-plugin-ganglia","last_synced_at":"2025-04-12T17:08:38.277Z","repository":{"id":6963183,"uuid":"8215621","full_name":"ziguzagu/fluent-plugin-ganglia","owner":"ziguzagu","description":"fluentd out plugin to ganglia","archived":false,"fork":false,"pushed_at":"2015-12-16T14:54:40.000Z","size":17,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T13:10:03.147Z","etag":null,"topics":["fluentd","ganglia","ruby","rubygem"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/ziguzagu.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":"2013-02-15T09:26:52.000Z","updated_at":"2024-04-21T13:08:58.000Z","dependencies_parsed_at":"2022-09-16T02:10:15.692Z","dependency_job_id":null,"html_url":"https://github.com/ziguzagu/fluent-plugin-ganglia","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziguzagu%2Ffluent-plugin-ganglia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziguzagu%2Ffluent-plugin-ganglia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziguzagu%2Ffluent-plugin-ganglia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziguzagu%2Ffluent-plugin-ganglia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziguzagu","download_url":"https://codeload.github.com/ziguzagu/fluent-plugin-ganglia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239952639,"owners_count":19723924,"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":["fluentd","ganglia","ruby","rubygem"],"created_at":"2024-10-14T10:16:30.874Z","updated_at":"2025-02-21T19:30:57.154Z","avatar_url":"https://github.com/ziguzagu.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fluent-plugin-ganglia\n\nPlugin to output values to Ganglia.\n\n## Usage\n\n### gmond is configured with multicast\n\nWhen gmond is configured with multicast and bind_hostname as below:\n\n```\nudp_send_channel {\n    mcast_join    = 239.2.11.71\n    bind_hostname = yes\n    port          = 8640\n    ...\n}\n```\n\nYou should specify mcast_join ip address to `host` and set `bind_hostname` true:\n\n```\n\u003cmatch metrics\u003e\n  type          ganglia\n  host          239.2.11.71\n  port          8649\n  group         metric_group\n  name_keys     metrics.field1,metrics.field2\n  bind_hostname true\n\u003c/match\u003e\n```\n\n### gmond is configured with unicast\n\nWhen gmond is configured with unicast, you should specify `host` and `port` with same value of gmond.conf:\n\n```\n\u003cmatch metrics\u003e\n  type              ganglia\n  host              192.0.2.100\n  port              8649\n  group             metric_group\n  name_key_pattern  ^field\n\u003c/match\u003e\n```\n\n## Configuration\n\n* type\n  * required \"ganglia\"\n* name_keys or name_key_pattern\n  * required\n  * specify key name by `name_keys` or regexp pattern of keys by `name_key_pattern`\n* add_key_prefix\n  * string to add key prefix\n* host\n  * host to send metric (default=127.0.0.1)\n* post\n  * port of host to send metric (default=8649)\n* value_type\n  * type of value\n  * same as gmetric --type\n* units\n  * unit of value\n  * same as gemtric --units\n* group\n  * metric group\n  * same as gemtric --group\n* title\n  * metric title\n  * same as gemtric --title\n* tmax\n  * maximum time in seconds between gmetric calls. (default=60)\n  * same as gemtric --tmax\n* dmax\n  * lifetime in seconds of this metric. (default=0)\n  * same as gemtric --dmax\n* slope\n  * Either zero|positive|negative|both. (default=both)\n  * same as gemtric --slope\n* spoof\n  * IP address and name of host/device we are spoofing. (default=nil)\n  * same as gmetric --spooof\n* bind_hostname\n  * whether upd_send_channel.bind_hostname is yes(true) or no(fale). (default=false)\n\n## License\n\nApache License, Version 2.0\n\n## Copyright\n\nCopyright (c) 2013 Hiroshi Sakai\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziguzagu%2Ffluent-plugin-ganglia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziguzagu%2Ffluent-plugin-ganglia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziguzagu%2Ffluent-plugin-ganglia/lists"}