-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
252d6a0
commit 7e80317
Showing
9 changed files
with
134 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!-- | ||
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<!-- | ||
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> | ||
Он НЕ ДОЛЖЕН редактироваться вручную. | ||
--> | ||
|
||
# Scrutiny для YunoHost | ||
|
||
[![Уровень интеграции](https://dash.yunohost.org/integration/scrutiny.svg)](https://ci-apps.yunohost.org/ci/apps/scrutiny/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/scrutiny.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/scrutiny.maintain.svg) | ||
|
||
[![Установите Scrutiny с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=scrutiny) | ||
|
||
*[Прочтите этот README на других языках.](./ALL_README.md)* | ||
|
||
> *Этот пакет позволяет Вам установить Scrutiny быстро и просто на YunoHost-сервер.* | ||
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.* | ||
## Обзор | ||
|
||
**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 | ||
|
||
|
||
**Поставляемая версия:** 0.8.1~ynh1 | ||
|
||
## Снимки экрана | ||
|
||
![Снимок экрана Scrutiny](./doc/screenshots/dashboard.png) | ||
|
||
## Документация и ресурсы | ||
|
||
- Официальная документация администратора: <https://github.com/AnalogJ/scrutiny/tree/master/docs> | ||
- Репозиторий кода главной ветки приложения: <https://github.com/AnalogJ/scrutiny> | ||
- Магазин YunoHost: <https://apps.yunohost.org/app/scrutiny> | ||
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/scrutiny_ynh/issues> | ||
|
||
## Информация для разработчиков | ||
|
||
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing). | ||
|
||
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого: | ||
|
||
```bash | ||
sudo yunohost app install https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug | ||
или | ||
sudo yunohost app upgrade scrutiny -u https://github.com/YunoHost-Apps/scrutiny_ynh/tree/testing --debug | ||
``` | ||
|
||
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters