mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
52 lines
2.2 KiB
Markdown
52 lines
2.2 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.
|
|
-->
|
|
|
|
# Monitorix untuk YunoHost
|
|
|
|
[![Tingkat integrasi](https://dash.yunohost.org/integration/monitorix.svg)](https://ci-apps.yunohost.org/ci/apps/monitorix/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/monitorix.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/monitorix.maintain.svg)
|
|
|
|
[![Pasang Monitorix dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=monitorix)
|
|
|
|
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
|
|
|
|
> *Paket ini memperbolehkan Anda untuk memasang Monitorix 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
|
|
|
|
Monitorix is a free, open source, lightweight system monitoring tool designed to monitor as many services and system resources as possible.
|
|
|
|
It has been created to be used under production Linux/UNIX servers, but due to its simplicity and small size can be used on embedded devices as well.
|
|
|
|
|
|
**Versi terkirim:** 3.15.0~ynh8
|
|
|
|
**Demo:** <https://www.fibranet.cat/monitorix/>
|
|
|
|
## Tangkapan Layar
|
|
|
|
![Tangkapan Layar pada Monitorix](./doc/screenshots/mail.png)
|
|
|
|
## Dokumentasi dan sumber daya
|
|
|
|
- Website aplikasi resmi: <https://monitorix.org>
|
|
- Dokumentasi admin resmi: <https://www.monitorix.org/documentation.html>
|
|
- Depot kode aplikasi hulu: <https://github.com/mikaku/Monitorix>
|
|
- Gudang YunoHost: <https://apps.yunohost.org/app/monitorix>
|
|
- Laporkan bug: <https://github.com/YunoHost-Apps/monitorix_ynh/issues>
|
|
|
|
## Info developer
|
|
|
|
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/monitorix_ynh/tree/testing).
|
|
|
|
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/monitorix_ynh/tree/testing --debug
|
|
atau
|
|
sudo yunohost app upgrade monitorix -u https://github.com/YunoHost-Apps/monitorix_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>
|