ProxmoxVE/json/scrutiny.json

32 lines
1.4 KiB
JSON
Raw Normal View History

{
"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": []
}