{"id":24830040,"url":"https://github.com/vacovsky/poolse-cookbook","last_synced_at":"2026-05-04T22:39:55.672Z","repository":{"id":98864918,"uuid":"91923748","full_name":"vacovsky/poolse-cookbook","owner":"vacovsky","description":"Installs and configures Poolse (https://github.com/vacoj/poolse) using Chef.","archived":false,"fork":false,"pushed_at":"2017-05-23T20:38:35.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T02:43:07.878Z","etag":null,"topics":["centos","chef","docker","golang","http","monitoring","poolse"],"latest_commit_sha":null,"homepage":"http://poolse.vacovsky.us","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/vacovsky.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":"2017-05-21T00:15:40.000Z","updated_at":"2017-05-21T21:03:18.000Z","dependencies_parsed_at":"2023-07-31T01:16:38.909Z","dependency_job_id":null,"html_url":"https://github.com/vacovsky/poolse-cookbook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vacovsky/poolse-cookbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2Fpoolse-cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2Fpoolse-cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2Fpoolse-cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2Fpoolse-cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vacovsky","download_url":"https://codeload.github.com/vacovsky/poolse-cookbook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vacovsky%2Fpoolse-cookbook/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264734570,"owners_count":23655695,"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":["centos","chef","docker","golang","http","monitoring","poolse"],"created_at":"2025-01-30T23:48:41.059Z","updated_at":"2026-05-04T22:39:50.650Z","avatar_url":"https://github.com/vacovsky.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# poolse cookbook\n\n### Installs \u003ca href=\"https://github.com/vacoj/poolse\"\u003ePoolse\u003c/a\u003e (https://github.com/vacoj/poolse), a healthcheck dashboard for http endpoints.\n\nAfter successful run of the cookbook, poolse will be available on the default port of 5704, unless changed in the attributes/default.rb file.\n\n#### Attributes\n\n``` ruby\n\n# an array of target endpoints for monitoring.  See poolse documentation for further options.\ndefault['poolse']['targets'] = [\n  {\n    endpoint: 'http://poolse.vacovsky.us/',\n    polling_interval: 10,\n    expected_status_code: 200,\n    up_count_threshold: 5,\n    down_count_threshold: 1\n  },\n  {\n    endpoint: 'http://google.com/',\n    polling_interval: 10,\n    expected_status_code: 301,\n    up_count_threshold: 5,\n    down_count_threshold: 1\n  }\n]\n\n# custom settings for poolse.  \"http_port\" is the port poolse web interface will be exposed.\ndefault['poolse']['settings'] = {\n  http_port: '5704',\n  debug: false,\n  show_http_log: false,\n  state_file_name: 'state.dat',\n  persist_state: true,\n  startup_state: true\n}\n\n# name of binary to use from within the poolse repository.  This will be an auto-detected field when I get around to it\ndefault['poolse']['remote_bin'] = 'poolse_x64'\n\n# repository hosting the poolse code\ndefault['poolse']['repo'] = 'https://github.com/vacoj/poolse.git'\n\n# root direcotry to clone the poolse source into.\ndefault['poolse']['install_loc'] = '/opt/'\n\n```\n\n\n#### Tested with:\n- docker centos image\n- vagrant centos/7 image\n\nPoolse can be found here: \u003ca href=\"https://github.com/vacoj/poolse\"\u003ePoolse (https://github.com/vacoj/poolse)\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvacovsky%2Fpoolse-cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvacovsky%2Fpoolse-cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvacovsky%2Fpoolse-cookbook/lists"}