Update README.md

This commit is contained in:
Jerome Lebleu 2013-12-05 01:15:34 +01:00
parent 8e3ca4c756
commit b685ab5a77
2 changed files with 11 additions and 5 deletions

View file

@ -60,9 +60,15 @@ Specifications
yunohost monitor disk [-h] [-m MOUNTPOINT] [-t] [-f] [-H]
yunohost monitor network [-h] [-u] [-i] [-H]
yunohost monitor system [-h] [-m] [-u] [-i] [-p] [-c] [-H]
yunohost monitor process [-h] [-e PROCESS] [-d PROCESS]
[--stop PROCESS] [-c PORT] [-i]
[--start PROCESS]
### Services
yunohost service status [-h] [NAME [NAME ...]]
yunohost service start [-h] NAME [NAME ...]
yunohost service stop [-h] NAME [NAME ...]
yunohost service enable [-h] NAME [NAME ...]
yunohost service disable [-h] NAME [NAME ...]
### Tools

View file

@ -19,9 +19,9 @@
"""
""" yunohost_monitor.py
""" yunohost_service.py
Monitoring functions
Manage services
"""
import yaml
import glob