{"id":31904298,"url":"https://github.com/cloudfoundry-community/monitor-server-boshrelease","last_synced_at":"2025-10-13T13:48:51.462Z","repository":{"id":29482423,"uuid":"33019569","full_name":"cloudfoundry-community/monitor-server-boshrelease","owner":"cloudfoundry-community","description":"Bonus monit scripts to watch your BOSH VMs and raise alerts. Include in any existing BOSH deployment for bonus monitoring!","archived":false,"fork":false,"pushed_at":"2015-03-31T15:14:33.000Z","size":152,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-04-14T22:47:41.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/cloudfoundry-community.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":"2015-03-28T03:25:24.000Z","updated_at":"2024-02-09T14:27:40.000Z","dependencies_parsed_at":"2022-09-06T07:00:54.357Z","dependency_job_id":null,"html_url":"https://github.com/cloudfoundry-community/monitor-server-boshrelease","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cloudfoundry-community/monitor-server-boshrelease","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fmonitor-server-boshrelease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fmonitor-server-boshrelease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fmonitor-server-boshrelease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fmonitor-server-boshrelease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfoundry-community","download_url":"https://codeload.github.com/cloudfoundry-community/monitor-server-boshrelease/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fmonitor-server-boshrelease/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015343,"owners_count":26085686,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-13T13:48:17.507Z","updated_at":"2025-10-13T13:48:51.456Z","avatar_url":"https://github.com/cloudfoundry-community.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"BOSH release for monitor-server\n===============================\n\nBonus monit scripts to watch your BOSH VMs and raise alerts. Include in any existing BOSH deployment for bonus monitoring!\n\n![pagerduty](http://cl.ly/image/0g2c2m3B0w45/photo.jpg)\n\nIncludes\n\n-\tephemeral disk alerts (`/var/vcap/data` volume)\n-\tpersistent disk alerts (`/var/vcap/store` volume)\n\nUsage\n-----\n\nTo each of your BOSH deployments, add the following:\n\n```yaml\nreleases:\n- name: monitor-server\n  version: latest\n...\n```\n\nIn each job that includes a persistent disk, add the `monitor-server` job template:\n\n```yaml\njobs:\n- name: postgres\n  templates:\n  - name: postgres\n    release: postgres\n  - name: monitor-server\n    release: monitor-server\n```\n\nSee section Configuration for configuration options and the defaults.\n\nTo use this BOSH release, first upload it to your BOSH:\n\n```\nbosh upload release https://bosh.io/d/github.com/cloudfoundry-community/monitor-server-boshrelease\n```\n\nFinally, run `bosh deploy` for your modified, existing BOSH deployment manifest.\n\nThe jobs with `monitor-server` template included will now generate alerts via BOSH Health Monitor if they fill up.\n\nSetup BOSH to send alerts\n-------------------------\n\nThe documentation for BOSH shows how to configure your Micro BOSH or BOSH to send notifications to email/SMTP, Pager Duty, Data Dog, etc:\n\n-\thttps://bosh.io/docs/monitoring.html\n-\thttps://bosh.io/docs/hm-config.html\n-\thttps://bosh.io/docs/vm-monit.html\n\nConfiguration\n-------------\n\nYou can configure all jobs or specific jobs with different alert limits.\n\nYou can configure all jobs simultaneously using global properties in your manifest:\n\n```yaml\nproperties:\n  monitor_server:\n    ephemeral_disk:\n      alert_percent: 80\n    persistent_disk:\n      alert_percent: 80\n```\n\nEach job that includes the `monitor-server` job template can individually configured with alert limits that override the overrides above. Each deployment manifest job can have its own properties section:\n\n```yaml\njobs:\n- name: postgres\n  templates:\n  - name: postgres\n    release: postgres\n  - name: monitor-server\n    release: monitor-server\n  properties:\n    monitor_server:\n      ephemeral_disk:\n        alert_percent: 80\n      persistent_disk:\n        alert_percent: 80\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Fmonitor-server-boshrelease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfoundry-community%2Fmonitor-server-boshrelease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Fmonitor-server-boshrelease/lists"}