|
|
@@ -1,49 +1,40 @@
|
|
|
<!--
|
|
|
-N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
|
+N.B.: This README was automatically generated by <https://github.com/YunoHost/apps_tools/blob/main/readme_generator>
|
|
|
It shall NOT be edited by hand.
|
|
|
-->
|
|
|
|
|
|
-# Zabbix for YunoHost
|
|
|
+<h1>
|
|
|
+ <img src="https://raw.githubusercontent.com/YunoHost/apps/main/logos/zabbix.png" width="32px" alt="Logo of Zabbix">
|
|
|
+ Zabbix, packaged for YunoHost
|
|
|
+</h1>
|
|
|
|
|
|
-[](https://ci-apps.yunohost.org/ci/apps/zabbix/)
|
|
|
-
|
|
|
-
|
|
|
+Monitoring tool for diverse IT components, including networks, servers, VMs and cloud services
|
|
|
|
|
|
-[](https://install-app.yunohost.org/?app=zabbix)
|
|
|
+[](https://www.zabbix.com)
|
|
|
+[?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/zabbix/)
|
|
|
|
|
|
-*[Read this README in other languages.](./ALL_README.md)*
|
|
|
+<div align="center">
|
|
|
+<a href="https://apps.yunohost.org/app/zabbix"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>
|
|
|
+<a href="https://github.com/YunoHost-Apps/zabbix_ynh/issues"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_report_an_issue.svg"/></a>
|
|
|
+</div>
|
|
|
|
|
|
-> *This package allows you to install Zabbix quickly and simply on a YunoHost server.*
|
|
|
-> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
|
|
+## 📦 Developer info
|
|
|
|
|
|
-## Overview
|
|
|
+[](https://ci-apps.yunohost.org/ci/apps/zabbix/)
|
|
|
|
|
|
-A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services.
|
|
|
+🛠️ Upstream Zabbix repository: <https://github.com/zabbix/zabbix>
|
|
|
|
|
|
-**Shipped version:** 6.4~ynh1
|
|
|
+Pull request are welcome and should target the [`testing` branch](https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing).
|
|
|
|
|
|
-## Screenshots
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-## Documentation and resources
|
|
|
-
|
|
|
-- Official app website: <https://www.zabbix.com>
|
|
|
-- Official admin documentation: <https://www.zabbix.com/manuals>
|
|
|
-- Upstream app code repository: <https://github.com/zabbix/zabbix>
|
|
|
-- YunoHost Store: <https://apps.yunohost.org/app/zabbix>
|
|
|
-- Report a bug: <https://github.com/YunoHost-Apps/zabbix_ynh/issues>
|
|
|
-
|
|
|
-## Developer info
|
|
|
-
|
|
|
-Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing).
|
|
|
-
|
|
|
-To try the `testing` branch, please proceed like that:
|
|
|
+The `testing` branch can be tested using:
|
|
|
+```
|
|
|
+# fresh install:
|
|
|
+sudo yunohost app install https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing
|
|
|
|
|
|
-```bash
|
|
|
-sudo yunohost app install https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug
|
|
|
-or
|
|
|
-sudo yunohost app upgrade zabbix -u https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug
|
|
|
+# upgrade an existing install:
|
|
|
+sudo yunohost app upgrade zabbix -u https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing
|
|
|
```
|
|
|
|
|
|
-**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
|
|
+### 📚 App packaging documentation
|
|
|
+
|
|
|
+Please see <https://doc.yunohost.org/packaging_apps> for more information.
|