Преглед изворни кода

https://github.com/YunoHost-Apps/zabbix_ynh/commit/ba1b0df4a5742e2fe6adccf55793ea39649e9928
thanks ericgaspar https://github.com/YunoHost-Apps/zabbix_ynh/commits?author=ericgaspar

Mickael-Martin пре 5 година
родитељ
комит
b5ce6e90c8
1 измењених фајлова са 22 додато и 11 уклоњено
  1. 22 11
      README.md

+ 22 - 11
README.md

@@ -1,10 +1,12 @@
-[![Integration level](https://dash.yunohost.org/integration/zabbix.svg)](https://dash.yunohost.org/appci/app/zabbix)
+# Zabbix for YunoHost
+
+[![Integration level](https://dash.yunohost.org/integration/zabbix.svg)](https://dash.yunohost.org/appci/app/zabbix) ![](https://ci-apps.yunohost.org/ci/badges/zabbix.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/zabbix.maintain.svg)  
 [![Install zabbix with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=zabbix)
 [![Install zabbix with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=zabbix)
-> *This package allow you to install zabbix quickly and simply on a YunoHost server.  
+
+> *This package allow you to install Zabbix quickly and simply on a YunoHost server.  
 If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
 If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
 
 
 ## Overview
 ## Overview
-Zabbix integration to Yunohost.
 Zabbix is a great product to monitor your equipement, include your YunoHost server.
 Zabbix is a great product to monitor your equipement, include your YunoHost server.
 
 
 ## Configuration
 ## Configuration
@@ -13,11 +15,11 @@ Configuration at install. SSO works. You can add your users in a group in Zabbix
 
 
 ## Documentation
 ## Documentation
 
 
-See official documentation of Zabbix at [https://www.zabbix.com/manuals](https://www.zabbix.com/manuals)
+* Official documentation: https://www.zabbix.com/manuals
 
 
 #### Multi-users support
 #### Multi-users support
 
 
-Are LDAP auth supported
+* Are LDAP auth supported
 
 
 #### Supported architectures
 #### Supported architectures
 
 
@@ -30,18 +32,27 @@ Do not change admin password.
 
 
 * Do not change the default admin user password. The user is disabled juste after the install but used to update templates.
 * Do not change the default admin user password. The user is disabled juste after the install but used to update templates.
 * The Zabbix server port is not opened by default for external monitoring (active agent).
 * The Zabbix server port is not opened by default for external monitoring (active agent).
-* A Yunohost template is imported and linked to the host "Zabbix-server" (127.0.0.1) for basic monitoring for Yunohost.
+* A Yunohost template is imported and linked to the host "Zabbix-server" (127.0.0.1) for basic monitoring for YunoHost.
 * If you want more information about Yunohost in the template, please open an issue on git.
 * If you want more information about Yunohost in the template, please open an issue on git.
 
 
-**More information on the documentation page:**  
-https://yunohost.org/packaging_apps
-
 ## LICENSE
 ## LICENSE
 GNU AFFERO GENERAL PUBLIC LICENSE Version 3
 GNU AFFERO GENERAL PUBLIC LICENSE Version 3
 
 
 got to https://framagit.org/Mickael-Martin/zabbix_ynh/blob/master/LICENSE
 got to https://framagit.org/Mickael-Martin/zabbix_ynh/blob/master/LICENSE
 
 
 ## Links
 ## Links
-
- * Report a bug: https://framagit.org/Mickael-Martin/zabbix_ynh/issues
+ * Report a bug: https://github.com/YunoHost-Apps/zabbix_ynh/issues
  * YunoHost website: https://yunohost.org/
  * YunoHost website: https://yunohost.org/
+ 
+ ---
+
+## 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.
+```
+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
+```