mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
4d68c2e1ef
* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories * Renamed categories.json to metadata.json
32 lines
1.4 KiB
JSON
32 lines
1.4 KiB
JSON
{
|
|
"name": "Scrutiny",
|
|
"slug": "scrutiny",
|
|
"categories": [],
|
|
"date_created": "2024-06-26",
|
|
"type": "LXC",
|
|
"updateable": 1,
|
|
"privileged": 0,
|
|
"interface_port": "8080",
|
|
"documentation": "",
|
|
"website": "https://github.com/AnalogJ/scrutiny?tab=readme-ov-file",
|
|
"logo": "https://github.com/AnalogJ/scrutiny/raw/master/webapp/frontend/src/assets/images/logo/scrutiny-logo-dark.png",
|
|
"description": "Scrutiny is a web-based tool for monitoring hard drive health using S.M.A.R.T metrics. It integrates with smartd to detect all connected hard drives, track their historical S.M.A.R.T data, and set customized thresholds based on real-world failure rates. It offers a web UI for easy monitoring and can send failure notifications via various services. Scrutiny aims to predict drive failures and ensure data safety through proactive monitoring and alerting.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"installer": "bash -c \"$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/scrutiny.sh)\"",
|
|
"resources": {
|
|
"cpu": "",
|
|
"ram": "",
|
|
"hdd": "",
|
|
"os": "",
|
|
"version": ""
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
},
|
|
"alerts": []
|
|
} |