{"id":13567925,"url":"https://github.com/45Drives/cockpit-hardware","last_synced_at":"2025-04-04T02:33:49.507Z","repository":{"id":41300744,"uuid":"294197160","full_name":"45Drives/cockpit-hardware","owner":"45Drives","description":"A cockpit module for 45Drives storage servers","archived":false,"fork":false,"pushed_at":"2025-03-24T16:20:53.000Z","size":139278,"stargazers_count":84,"open_issues_count":23,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-24T17:24:44.012Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/45Drives.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-09-09T18:32:17.000Z","updated_at":"2025-02-24T19:33:32.000Z","dependencies_parsed_at":"2024-07-09T22:59:25.844Z","dependency_job_id":"4989f344-a308-4874-9d12-653b36365534","html_url":"https://github.com/45Drives/cockpit-hardware","commit_stats":null,"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/45Drives%2Fcockpit-hardware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/45Drives%2Fcockpit-hardware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/45Drives%2Fcockpit-hardware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/45Drives%2Fcockpit-hardware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/45Drives","download_url":"https://codeload.github.com/45Drives/cockpit-hardware/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247111809,"owners_count":20885500,"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":[],"created_at":"2024-08-01T13:02:49.678Z","updated_at":"2025-04-04T02:33:44.498Z","avatar_url":"https://github.com/45Drives.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# cockpit-hardware\nA cockpit module that displays hardware information for 45Drives storage server products.\n\n## Supported OS\n- Rocky Linux\n- Ubuntu 20.04.1 LTS (Focal Fossa)\n\n## Features (Version 2.1.1 \u0026 up)\n### System\n\u003cimg src=\"https://raw.githubusercontent.com/45Drives/cockpit-hardware/master/documentation/45drives-system.png\"\u003e  \nLists information about your 45Drives Storinator product including:\n\n* System Information (model, serial and chassis data)\n* Motherboard (manufacturer, model and serial numbers)\n* CPU (Model and temperature)\n* PCI Devices (Speeds, slot numbers, bus addresses, installed cards, and models)\n* Memory (Location, Memory Type, Size, Manufacturer, serial and temperature readings)\n* Network Information (Connection Names, States, MAC \u0026 IP Addresses, and PCI information if detected)\n* IPMI address information\n\n### Disks\nDisplays disks as they appear physically on your 45Drives Storage Server.\n\u003cimg src=\"https://raw.githubusercontent.com/45Drives/cockpit-hardware/master/documentation/45drives-disks.png\"\u003e  \n\nThis can show you useful device information including:\n* Device Path\n* Capacity\n* Smartctl information (health, temperature, power on time, etc).\n* and more\n\nIf ZFS is installed, you can also see additional information.\n\n### Motherboard Viewer\nShows the physical layout and placement of all PCI cards, Memory modules and SATA connections. \n\n\u003cimg src=\"https://raw.githubusercontent.com/45Drives/cockpit-hardware/master/documentation/45drives-motherboard.png\"\u003e\n\nCurrently supports the following motherboard models:\n* ASRockRack EPC621D8A\n* Supermicro H11SSL-i\n* Supermicro H12SSL-i\n* Supermicro X11DPL-i\n* Supermicro X11SPH-nCTF\n* Supermicro X11SPH-nCTPF\n* Supermicro X11SPL-F\n* Supermicro X11SPi-TF\n* Supermicro X11SSH-CTF\n* Supermicro X11SSM-F\n* Supermicro X12DPi-N6\n* Supermicro X12SPL-F\n\nNote: All of the interactive information displayed in this module is also available in the 45Drives System module. If your board is not in the list of supported motherboards, the information can be obtained there.\n\n\n# Installation\n\n## Rocky Linux\n\n### Add the official 45Drives Repo\nhttps://repo.45drives.com/setup.html\n\n### Enable the 45drives_testing repo (*optional*)\nThe **latest versions** of our packages are available in our **45drives_testing** repo.  \nBy default, the 45drives_testing packages are **not** enabled.  \n\nYou can enable them by editing ```/etc/yum.repos.d/45drives.repo``` with a text editor (nano, vim, etc ).  \nSimply change ```enabled = 0``` to ```enabled = 1```. \n**or**\nenable using this command: ```sed -i 's/enabled = 0/enabled = 1/g' /etc/yum.repos.d/45drives.repo```\n\n### Install Package\nWith the 45drives Repo enabled, you can now install using dnf from your terminal.\n```\ndnf install cockpit-45drives-hardware\n```\n\n## Ubuntu 20\n\n### Add the official 45Drives Repo\nhttps://repo.45drives.com/setup.html\n\n\n### Enable the 45drives_testing packages (*optional*)\nThe **latest versions** of our packages are available in our **45drives_testing** repo.  \nBy default, the 45drives_testing packages are **not** enabled.  \n\nYou can enable them by editing ```/etc/apt/sources.list.d/45drives.list``` with a text editor (nano, vim, etc ).\nsimply change ```Enabled: no``` to ```Enabled: yes```.\n**or**\nenable using this command: ```sed -i 's/Enabled: no/Enabled: yes/g' /etc/apt/sources.list.d/45drives.sources```\n\n### Install Package\n```\nsudo apt install cockpit-45drives-hardware\n```\n\n## Usage\nEnter the ip address of your storage server into a web browser using port 9090.\nExample:\n```\nhttp://192.168.13.37:9090\n```\nThen enter your login credentials (you must have admin rights to use cockpit-hardware)\n\u003cimg src=\"https://raw.githubusercontent.com/45Drives/cockpit-hardware/master/documentation/houston.png\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F45Drives%2Fcockpit-hardware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F45Drives%2Fcockpit-hardware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F45Drives%2Fcockpit-hardware/lists"}