diff options
author | Oxbian <got.dacs@slmail.me> | 2023-04-24 13:15:49 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-04-24 13:15:49 +0200 |
commit | d36bf2981e438855a0da5904d9131b2737da6107 (patch) | |
tree | fee2621b49de09a039db6daacac00c834280e5d7 /README.md | |
parent | 3b53c42d851fa737b8a5efada6baad327ab2e3ba (diff) | |
download | matrix-monitoring-d36bf2981e438855a0da5904d9131b2737da6107.tar.gz matrix-monitoring-d36bf2981e438855a0da5904d9131b2737da6107.zip |
Adding matrix-sender submodules & logwatch.sh
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. |