{"id":21384533,"url":"https://github.com/spacebabies/ok_computer-clamav","last_synced_at":"2026-04-13T18:01:39.591Z","repository":{"id":56886262,"uuid":"152431080","full_name":"spacebabies/ok_computer-clamav","owner":"spacebabies","description":"Monitor ClamAV using OK Computer","archived":false,"fork":false,"pushed_at":"2020-09-07T09:29:03.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-03T11:11:37.643Z","etag":null,"topics":["monitor-clamav","okcomputer","ruby","ruby-gem","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://www.spacebabies.nl/portfolio/clamav-monitoring-using-ok-computer/","language":"Ruby","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/spacebabies.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-10T13:48:26.000Z","updated_at":"2021-02-24T08:08:09.000Z","dependencies_parsed_at":"2022-08-20T14:31:24.323Z","dependency_job_id":null,"html_url":"https://github.com/spacebabies/ok_computer-clamav","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/spacebabies/ok_computer-clamav","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebabies%2Fok_computer-clamav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebabies%2Fok_computer-clamav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebabies%2Fok_computer-clamav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebabies%2Fok_computer-clamav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spacebabies","download_url":"https://codeload.github.com/spacebabies/ok_computer-clamav/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacebabies%2Fok_computer-clamav/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31764317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["monitor-clamav","okcomputer","ruby","ruby-gem","ruby-on-rails"],"created_at":"2024-11-22T11:41:50.195Z","updated_at":"2026-04-13T18:01:39.575Z","avatar_url":"https://github.com/spacebabies.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OkComputer::Clamav\n\nMonitor `clamd` from the luxury of your existing [OkComputer](https://github.com/sportngin/okcomputer/) setup!\n\nThis check will make noise when the daemon does not respond to messages. It\nmakes a socket connection, sends a PING and waits for a PONG. If any of that\ndoes not occur, you'll know it.\n\n[![Gem Version](https://badge.fury.io/rb/ok_computer-clamav.svg)](https://badge.fury.io/rb/ok_computer-clamav)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'ok_computer-clamav'\n```\n\nAnd then execute:\n\n    $ bundle\n\n## Usage\n\nIn `config/initializers/ok_computer.rb`:\n\n``` ruby\nOkComputer::Registry.register \"clamd\",\n  OkComputer::Clamav::ClamdCheck.new\n```\n\nBy default it uses the standard Debian/Ubuntu socket path. You can change that:\n\n``` ruby\nOkComputer::Registry.register \"clamd\", \n  OkComputer::Clamav::ClamdCheck.new(socket: '/tmp/clamd.sock') # e.g. Homebrew\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/spacebabies/ok_computer-clamav.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebabies%2Fok_computer-clamav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspacebabies%2Fok_computer-clamav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacebabies%2Fok_computer-clamav/lists"}