{"id":31845880,"url":"https://github.com/fernvenue/ssacli-checker","last_synced_at":"2026-07-21T12:35:19.292Z","repository":{"id":314846350,"uuid":"1056942294","full_name":"fernvenue/ssacli-checker","owner":"fernvenue","description":"Daily automatic health check for HPE Smart Array.","archived":false,"fork":false,"pushed_at":"2025-09-15T06:27:26.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-07-21T12:35:07.935Z","etag":null,"topics":["hp","hpe","ilo","raid","smart-array","ssacli"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fernvenue.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":"2025-09-15T04:18:10.000Z","updated_at":"2025-09-15T06:34:13.000Z","dependencies_parsed_at":"2025-09-15T07:13:47.508Z","dependency_job_id":"011dc24a-52f3-4e3d-b04a-ef29c30281f6","html_url":"https://github.com/fernvenue/ssacli-checker","commit_stats":null,"previous_names":["fernvenue/ssacli-checker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fernvenue/ssacli-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernvenue%2Fssacli-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernvenue%2Fssacli-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernvenue%2Fssacli-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernvenue%2Fssacli-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fernvenue","download_url":"https://codeload.github.com/fernvenue/ssacli-checker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernvenue%2Fssacli-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35724450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-21T02:00:06.728Z","response_time":109,"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":["hp","hpe","ilo","raid","smart-array","ssacli"],"created_at":"2025-10-12T08:26:26.749Z","updated_at":"2026-07-21T12:35:19.286Z","avatar_url":"https://github.com/fernvenue.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HPE Smart Array Health Checker\n\n[![ssacli-checker](https://img.shields.io/badge/LICENSE-GPLv3%20Liscense-blue?style=flat-square)](./LICENSE)\n[![ssacli-checker](https://img.shields.io/badge/GitHub-SSACLI%20Checker-blueviolet?style=flat-square\u0026logo=github)](https://github.com/fernvenue/ssacli-checker)\n\nDaily automatic health check for HPE Smart Array.\n\n## Features\n\n- [x] Automatic daily health check of HPE Smart Array using `ssacli`;\n- [x] Systemd service and timer for scheduled updates;\n- [x] Optional Telegram notifications with update reports;\n- [x] Configurable logging levels;\n- [x] Custom Telegram API endpoint support;\n- [x] Easy configuration via environment variables.\n\n## Requirements\n\nBefore using this script, ensure you have installed `ssacli`, go [HPE Software Delivery Repository](https://downloads.linux.hpe.com/sdr/repo/mcp/pool/non-free/) to get the package.\n\n## Usage\n\nFirst, download the script to `/usr/local/bin`:\n\n```bash\ncurl -o /usr/local/bin/ssacli-checker.sh https://raw.githubusercontent.com/fernvenue/ssacli-checker/master/ssacli-checker.sh\n```\n\nGive execute permissions:\n\n```bash\nchmod +x /usr/local/bin/ssacli-checker.sh\n```\n\nTest the script:\n\n```bash\n/usr/local/bin/ssacli-checker.sh --help\n```\n\nAdd systemd service and timer:\n\n```bash\ncurl -o /etc/systemd/system/ssacli-checker.service https://raw.githubusercontent.com/fernvenue/ssacli-checker/master/ssacli-checker.service\ncurl -o /etc/systemd/system/ssacli-checker.timer https://raw.githubusercontent.com/fernvenue/ssacli-checker/master/ssacli-checker.timer\n```\n\nYou can customize the service file to set your environment variables, then enable and start the timer:\n\n```bash\nsystemctl enable ssacli-checker.timer --now\nsystemctl status ssacli-checker.timer\nsystemctl status ssacli-checker.service\n```\n\n*You may wanna restrict access to the service file, so that your environment variables are not readable by other users:*\n\n```bash\nchmod 600 /etc/systemd/system/ssacli-checker.service\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernvenue%2Fssacli-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernvenue%2Fssacli-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernvenue%2Fssacli-checker/lists"}