{"id":48821551,"url":"https://github.com/zeridon/aws-ebs-checker","last_synced_at":"2026-04-14T15:02:42.626Z","repository":{"id":21431960,"uuid":"24750144","full_name":"zeridon/aws-ebs-checker","owner":"zeridon","description":"A simple nagios check for ebs status and backup","archived":false,"fork":false,"pushed_at":"2026-03-31T21:41:28.000Z","size":110,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-01T00:43:45.316Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zeridon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2014-10-03T07:27:49.000Z","updated_at":"2023-01-31T16:35:25.000Z","dependencies_parsed_at":"2024-01-02T10:45:26.183Z","dependency_job_id":"c96b9a7b-f717-41f6-81c2-822e5fb96156","html_url":"https://github.com/zeridon/aws-ebs-checker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeridon/aws-ebs-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeridon%2Faws-ebs-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeridon%2Faws-ebs-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeridon%2Faws-ebs-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeridon%2Faws-ebs-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeridon","download_url":"https://codeload.github.com/zeridon/aws-ebs-checker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeridon%2Faws-ebs-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-04-14T15:02:41.779Z","updated_at":"2026-04-14T15:02:42.619Z","avatar_url":"https://github.com/zeridon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS EBS Nagios checker\n\n## What is this\nThis is a nagios based check that can be used to check status of attached EBS volumes and their snapshots.\n\n## How to use\nConfigure it via NRPE and execute at will. For initial testing manual execution is advised. In order to use it you must enter your credentials in the global `$config` array or make sure the appropriate environment values are specified and available. More information can be found in [Providing Credentials to the SDK](http://docs.aws.amazon.com/aws-sdk-php/guide/latest/credentials.html) Amazon documentation.\n\nThere are 2 internal applications supported:\n\n * check-ebs - checks status for all attached EBS volumes.\n * check-snapshots - checks that the attached EBS volumes have at least a certain number of snapshots in the last 15 days (configurable via `--period|-p` option) and that those snapshots are healthy. Warning and critical levels are configurable via the `--warning|-w` and `--critical|-c` options respectively. Due to the usage of `symfony/console` the options are completely optional, but have fallback values of `14` and `7` respectively.\n * It is possible to ignore certain volumes by ID using the option `--ignore|-i`\n\nHelp is available via the --help option.\n\n## Hacking/Contributing\nPatches, improvements, suggestions, pull requests are welcome.\n\nThe code is relatively straight forward (albeit a bit duplicated) and shouldn't be hard on the eyes.\n\n## Example\nExample of a normal check\n\n```\nroot@i-11111111:~$ aws-ebs-check-status.php check-ebs\nOK: Volume vol-11111111 OK;\n```\n\nExample of critical alarm. Note that if an alarm is raised for more than one EBS volume, all will be reported.\n\n```\nroot@i-11111111:~$ aws-ebs-check-status.php check-snapshots\nCRITICAL: Volume vol-11111111 has less than 7 snapshots;\n```\n\nThis shows a machine with 4 EBS volumes attached having just 2 snapshots each.\n\n```\nroot@i-11111111:~$ aws-ebs-check-status.php check-snapshots -w 2 -c 1\nOK: snap-e4396c1e OK; snap-e3edb119 OK; snap-c6396c3c OK; snap-d1edb12b OK; snap-f9396c03 OK; snap-15ecb0ef OK; snap-a7396c5d OK; snap-a8edb152 OK;\n```\n\n## Dependencies\nThis check has been build with composer in mind to manage the dependencies.\n\nBeside that basic requirement the rest needed is:\n\n * PHP - preferable 5.3.3 and up\n * AWS SDK for PHP - it is managed via composer\n * symmfony/console - for easier options handling\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeridon%2Faws-ebs-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeridon%2Faws-ebs-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeridon%2Faws-ebs-checker/lists"}