mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Auto-update READMEs
This commit is contained in:
parent
61e7103b59
commit
46b2aaf55d
2 changed files with 17 additions and 21 deletions
7
ALL_README.md
Normal file
7
ALL_README.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# All available README files by language
|
||||||
|
|
||||||
|
[Read the README in English](README.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
31
README.md
31
README.md
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
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/tree/master/tools/readme_generator>
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=zabbix)
|
[](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.
|
> *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.*
|
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
|
## Overview
|
||||||
|
|
||||||
A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services.
|
A monitoring tool for diverse IT components, including networks, servers, VMs and cloud services.
|
||||||
|
|
||||||
**Shipped version:** 5.0.41~ynh1
|
**Shipped version:** 5.0.41~ynh1
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <https://www.zabbix.com>
|
- Official app website: <https://www.zabbix.com>
|
||||||
* Official admin documentation: <https://www.zabbix.com/manuals>
|
- Official admin documentation: <https://www.zabbix.com/manuals>
|
||||||
* Upstream app code repository: <https://github.com/zabbix/zabbix>
|
- Upstream app code repository: <https://github.com/zabbix/zabbix>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/zabbix>
|
- YunoHost Store: <https://apps.yunohost.org/app/zabbix>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/zabbix_ynh/issues>
|
- Report a bug: <https://github.com/YunoHost-Apps/zabbix_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## 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.
|
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
|
sudo yunohost app install https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade zabbix -u https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug
|
sudo yunohost app upgrade zabbix -u https://github.com/YunoHost-Apps/zabbix_ynh/tree/testing --debug
|
||||||
|
|
Loading…
Add table
Reference in a new issue