diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -1,2 +1,27 @@ # matrix-monitoring -Some scripts to monitor your server and send data to matrix. +------ + +Some scripts to monitor your server and send data to matrix. Those scripts use a [matrix-sender](), another script I made to send message to matrix. + +## Install + +To install this project & load submodules, use: + +```bash +git clone --recurse-submodules https://github.com/Oxbian/matrix-monitoring.git +``` + +Or you can use: +```bash +git clone https://github.com/Oxbian/matrix-monitoring.git +git submodule update --init --recursive +``` + +## Contributing + +If you want to contribute, make a pull request with your contribution. + +## License + +This project is under the GPLv3 license, you can use it in your project but not in closed sources ones. +Sharing project is what make the world live, think about it. |