{"id":19336748,"url":"https://github.com/samrocketman/monitoring-scripts","last_synced_at":"2026-05-13T01:34:05.615Z","repository":{"id":145442305,"uuid":"268675346","full_name":"samrocketman/monitoring-scripts","owner":"samrocketman","description":"A repository for housing scripts I use for monitoring.","archived":false,"fork":false,"pushed_at":"2020-10-18T07:12:04.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-24T08:13:34.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/samrocketman.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}},"created_at":"2020-06-02T01:48:09.000Z","updated_at":"2020-06-07T02:15:30.000Z","dependencies_parsed_at":"2023-06-03T18:32:29.196Z","dependency_job_id":null,"html_url":"https://github.com/samrocketman/monitoring-scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samrocketman/monitoring-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fmonitoring-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fmonitoring-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fmonitoring-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fmonitoring-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samrocketman","download_url":"https://codeload.github.com/samrocketman/monitoring-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fmonitoring-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32964050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"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":[],"created_at":"2024-11-10T03:12:20.857Z","updated_at":"2026-05-13T01:34:05.593Z","avatar_url":"https://github.com/samrocketman.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monitoring Scripts\n\nThis script houses monitoring plugins I use in systems monitoring.  In many\ncases, the scripts here are an updated version from my former employer, [Drexel\nUniversity][drexel].\n\n# SSL certificate chain monitoring\n\nSSL certificate chain monitoring requires the following prerequisites.\n\n- bash shell\n- OpenSSL\n- GNU Awk (available on Mac through homebrew)\n- BSD date or GNU date\n\nThe following script monitors certificate chains and reports the current status.\n\n    ./ssl_chain_expiration.sh example.com\n\nChecks an entire certificate chain of a remote service and alerts via exit code\nand stdout if any certificate in the remote chain is nearly expired (within 60\ndays) or expired.\n\nExit states:\n\n- `0` - success, entire certificate chain is valid for at least 60 days.\n- `1` - warning, one of the certificates in the chain has less than 60 days\n  before expiration.\n- `2` - critical, one of the certificates in the chain has expired.\n\nSee the full range of options in the help text.\n\n    ./ssl_chain_expiration.sh --help\n\n[drexel]: https://github.com/samrocketman/drexel-university\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fmonitoring-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrocketman%2Fmonitoring-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fmonitoring-scripts/lists"}