mirror of
https://github.com/YunoHost-Apps/scrutiny_ynh.git
synced 2024-09-03 20:16:24 +02:00
63 lines
2.6 KiB
Markdown
63 lines
2.6 KiB
Markdown
<!--
|
|
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
Ini TIDAK boleh diedit dengan tangan.
|
|
-->
|
|
|
|
# Scrutiny untuk YunoHost
|
|
|
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/scrutiny.svg)](https://ci-apps.yunohost.org/ci/apps/scrutiny/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/scrutiny.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/scrutiny.maintain.svg)
|
|
|
|
[![Pasang Scrutiny dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scrutiny)
|
|
|
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
|
|
|
> *Paket ini memperbolehkan Anda untuk memasang Scrutiny secara cepat dan mudah pada server YunoHost.*
|
|
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
|
|
|
|
## Ringkasan
|
|
|
|
**Scrutiny is a Hard Drive Health Dashboard & Monitoring solution, merging manufacturer provided S.M.A.R.T metrics with real-world failure rates.**
|
|
|
|
> NOTE: Scrutiny is a Work-in-Progress and still has some rough edges.
|
|
|
|
### Features
|
|
|
|
Scrutiny is a simple but focused application, with a couple of core features:
|
|
|
|
- Web UI Dashboard - focused on Critical metrics
|
|
- `smartd` integration (no re-inventing the wheel)
|
|
- Auto-detection of all connected hard-drives
|
|
- S.M.A.R.T metric tracking for historical trends
|
|
- Customized thresholds using real world failure rates
|
|
- Temperature tracking
|
|
- Provided as an all-in-one Docker image (but can be installed manually)
|
|
- Configurable Alerting/Notifications via Webhooks
|
|
- (Future) Hard Drive performance testing & tracking
|
|
|
|
|
|
**Versi terkirim:** 0.8.1~ynh1
|
|
|
|
## Tangkapan Layar
|
|
|
|
![Tangkapan Layar pada Scrutiny](./doc/screenshots/dashboard.png)
|
|
|
|
## Dokumentasi dan sumber daya
|
|
|
|
- Dokumentasi admin resmi: <https://github.com/AnalogJ/scrutiny/tree/master/docs>
|
|
- Depot kode aplikasi hulu: <https://github.com/AnalogJ/scrutiny>
|
|
- Gudang YunoHost: <https://apps.yunohost.org/app/scrutiny>
|
|
- Laporkan bug: <https://github.com/YunoHost-Apps/scrutiny_ynh/issues>
|
|
|
|
## Info developer
|
|
|
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing).
|
|
|
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug
|
|
atau
|
|
sudo yunohost app upgrade scrutiny -u https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|