From 46b2aaf55dbd96d8913fae3ee55acef004b9692e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 24 Mar 2024 17:24:55 +0000 Subject: [PATCH] Auto-update READMEs --- ALL_README.md | 7 +++++++ README.md | 31 ++++++++++--------------------- 2 files changed, 17 insertions(+), 21 deletions(-) create mode 100644 ALL_README.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..ecbaeae --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,7 @@ +# All available README files by language + +[Read the README in English](README.md) + + + + diff --git a/README.md b/README.md index 8af2ea0..d784dd9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install Zabbix with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zabbix) -*[Lire ce readme en français.](./README_fr.md)* +*[Read this README is other languages.](./ALL_README.md)* > *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.* @@ -17,39 +17,28 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services. - **Shipped version:** 5.0.41~ynh1 ## Screenshots ![Screenshot of Zabbix](./doc/screenshots/screenshot1.png) -## Disclaimers / important information - -#### Known limitations or important informations - -* Only x86_64 architecture is supported -* Single sign-on is supported -* Do not change the default admin user password. The user is disabled just after the install but is used to update templates. -* The Zabbix server port is not opened by default for external monitoring (active agent). -* You can add your users in a group in Zabbix (for permissions/rights). -* A YunoHost template is imported and linked to the host "Zabbix-server" (127.0.0.1) for basic monitoring for YunoHost. - ## Documentation and resources -* Official app website: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing). +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. -``` bash +```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