2021-01-16 21:42:22 +01:00
# PHP Server Monitor for YunoHost
2021-01-12 18:39:03 +01:00
2021-01-16 21:42:22 +01:00
[![Integration level ](https://dash.yunohost.org/integration/phpservermon.svg )](https://dash.yunohost.org/appci/app/phpservermon) ![](https://ci-apps.yunohost.org/ci/badges/phpservermon.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/phpservermon.maintain.svg)
[![Install PHP Server Monitor with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=phpservermon)
2021-01-12 18:39:03 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2021-01-16 21:42:22 +01:00
> *This package allows you to install PHP Server Monitor quickly and simply on a YunoHost server.
2021-01-12 18:39:03 +01:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
## Overview
2021-01-16 21:42:22 +01:00
PHP Server Monitor is a script that checks whether your websites and servers are up and running.
2021-01-12 18:39:03 +01:00
2021-01-16 21:42:22 +01:00
**Shipped version:** 3.5.2
2021-01-12 18:39:03 +01:00
2021-01-16 21:42:22 +01:00
## Screenshots
2021-01-12 18:39:03 +01:00
2021-01-16 21:42:22 +01:00
![](images/screenshot.png)
2021-01-12 18:39:03 +01:00
## Documentation
2021-01-16 21:42:22 +01:00
* Official documentation: http://www.phpservermonitor.org/
2021-01-12 18:39:03 +01:00
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features
#### Multi-user support
2021-01-16 21:42:22 +01:00
LDAP and HTTP auth are not supported.
The app can be used by multiple users.
2021-01-12 18:39:03 +01:00
#### Supported architectures
2021-01-16 21:42:22 +01:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/phpservermon%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/phpservermon/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/phpservermon%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/phpservermon/)
2021-01-12 18:39:03 +01:00
## Limitations
2021-01-16 21:42:22 +01:00
* SSO are not supported.
2021-01-12 18:39:03 +01:00
## Links
2021-01-16 21:42:22 +01:00
* Report a bug: https://github.com/YunoHost-Apps/phpservermon_ynh/issues
* App website: http://www.phpservermonitor.org/.
* Upstream app repository: https://github.com/phpservermon/phpservermon/.
2021-01-12 18:39:03 +01:00
* YunoHost website: https://yunohost.org/
---
## Developer info
2021-01-16 21:42:22 +01:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/phpservermon_ynh/tree/testing ).
2021-01-12 18:39:03 +01:00
To try the testing branch, please proceed like that.
```
2021-01-16 21:42:22 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/phpservermon_ynh/tree/testing --debug
2021-01-12 18:39:03 +01:00
or
2021-01-16 21:42:22 +01:00
sudo yunohost app upgrade phpservermon -u https://github.com/YunoHost-Apps/phpservermon_ynh/tree/testing --debug
2021-01-12 18:39:03 +01:00
```