add readme
This commit is contained in:
9
README.md
Normal file
9
README.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
This Ansible Role will set up a Matt-Cloud host as a SSD health monitoring platform.
|
||||||
|
|
||||||
|
When the GUI is not installed, the terminal will auto login and show the information for the currently attached drives
|
||||||
|
|
||||||
|
The data is also stored locally and can be viewed on a web dashboard at port 8088.
|
||||||
|
|
||||||
|
When deployed with Matt-Cloud Jenkins there is a Chromium kiosk option that will allow this web dashboard to be deployed as a local kiosk.
|
||||||
|
|
||||||
|
https://jenkins.matt-cloud.com/job/Projects/job/SSD%20Health%20Checker/
|
||||||
@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
[Unit]
|
[Unit]
|
||||||
Description={{ service_name }} API
|
Description={{ service_name }}
|
||||||
|
git remote add origin git@gitea.matt-cloud.com:matt/ssd_health.gitAPI
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|||||||
Reference in New Issue
Block a user