mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
Update License in README
This commit is contained in:
parent
93f70beac9
commit
f88f41e299
1 changed files with 16 additions and 6 deletions
22
README.md
22
README.md
|
@ -1,21 +1,31 @@
|
||||||
# Monitorix
|
Monitorix
|
||||||
|
=========
|
||||||
|
|
||||||
## Install
|
Install
|
||||||
|
-------
|
||||||
|
|
||||||
From command line:
|
From command line:
|
||||||
|
|
||||||
`sudo yunohost app install -l Monitorix https://github.com/YunoHost-Apps/monitorix_ynh`
|
`sudo yunohost app install -l Monitorix https://github.com/YunoHost-Apps/monitorix_ynh`
|
||||||
|
|
||||||
## Upgrade
|
Upgrade
|
||||||
|
-------
|
||||||
|
|
||||||
From command line:
|
From command line:
|
||||||
|
|
||||||
`sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/monitorix_ynh`
|
`sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/monitorix_ynh`
|
||||||
|
|
||||||
## More sensor
|
More sensor
|
||||||
|
-----------
|
||||||
|
|
||||||
If you want to see the temperature of some sensor you can install the `lm-sensor` packet. For disk temperature you can instal the `hddtemp` packet.
|
If you want to see the temperature of some sensor you can install the `lm-sensor` packet. For disk temperature you can instal the `hddtemp` packet.
|
||||||
|
|
||||||
## Custom config
|
Custom config
|
||||||
|
-------------
|
||||||
|
|
||||||
If you want do custom the monitorix config for more personnal information you can add a file in `/etc/monitorix/conf.d/`. This config file will be overwritte the original config in `/etc/monitorix/monitorix.conf`.
|
If you want do custom the monitorix config for more personnal information you can add a file in `/etc/monitorix/conf.d/`. This config file will be overwritte the original config in `/etc/monitorix/monitorix.conf`.
|
||||||
|
|
||||||
|
License
|
||||||
|
-------
|
||||||
|
|
||||||
|
Monitorix is published under the GNU General Public License v2.0 License : http://www.monitorix.org/license.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue