{"id":17290951,"url":"https://github.com/jchristgit/crow_plugins","last_synced_at":"2025-04-14T11:43:32.426Z","repository":{"id":57487053,"uuid":"179861760","full_name":"jchristgit/crow_plugins","owner":"jchristgit","description":"Plugins for the Elixir Munin Node Crow","archived":false,"fork":false,"pushed_at":"2023-05-06T15:06:49.000Z","size":70,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T00:51:17.130Z","etag":null,"topics":["elixir","monitoring","munin"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/jchristgit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-04-06T16:59:54.000Z","updated_at":"2024-07-22T05:40:17.000Z","dependencies_parsed_at":"2022-09-01T23:01:34.255Z","dependency_job_id":null,"html_url":"https://github.com/jchristgit/crow_plugins","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/jchristgit%2Fcrow_plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristgit%2Fcrow_plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristgit%2Fcrow_plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristgit%2Fcrow_plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jchristgit","download_url":"https://codeload.github.com/jchristgit/crow_plugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248809039,"owners_count":21164896,"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":["elixir","monitoring","munin"],"created_at":"2024-10-15T10:39:30.811Z","updated_at":"2025-04-14T11:43:32.163Z","avatar_url":"https://github.com/jchristgit.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crow_plugins\n\n`crow_plugins` supplies a number of plugins for\n[`crow`](https://github.com/jchristgit/crow). Currently, the following plugins\nare supplied:\n\n- `CrowPlugins.BEAM.Atoms`: Counts atoms on the local node.\n- `CrowPlugins.BEAM.ContextSwitches`: Counts context switches in the VM.\n- `CrowPlugins.BEAM.GarbageCollections`: Counts garbage collections in the VM.\n- `CrowPlugins.BEAM.ETS`: Instruments ETS table memory usage or item count,\n  depending on configuration.\n- `CrowPlugins.BEAM.IO`: Monitors bytes sent and received through ports.\n- `CrowPlugins.BEAM.Memory`: Monitors memory usage of the VM.\n- `CrowPlugins.BEAM.Reductions`: Monitors VM reductions.\n- `CrowPlugins.BEAM.SystemInfo`: Monitors system counters and active sockets of\n  the VM.\n\n\n## Installation\n\nSimply add `crow_plugins` to your `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:crow_plugins, \"~\u003e 0.2\"}\n  ]\nend\n```\n\nThen configure `:crow` with the plugins you want, for example:\n\n```elixir\n# config/config.exs\nconfig :crow,\n  ip: {127, 0, 0, 1},\n  port: 4950,\n  plugins: [\n    CrowPlugins.BEAM.Atoms,\n    CrowPlugins.BEAM.ContextSwitches,\n    CrowPlugins.BEAM.GarbageCollections,\n    CrowPlugins.BEAM.IO,\n    CrowPlugins.BEAM.Memory,\n    CrowPlugins.BEAM.Reductions,\n    CrowPlugins.BEAM.SystemInfo\n  ]\n```\n\nDocumentation can be found at [https://hexdocs.pm/crow_plugins](https://hexdocs.pm/crow_plugins).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchristgit%2Fcrow_plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjchristgit%2Fcrow_plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchristgit%2Fcrow_plugins/lists"}