New version, completely

This commit is contained in:
2019-08-22 16:12:05 +02:00
parent 9840a2f278
commit 8689dd8c63
221 changed files with 72660 additions and 0 deletions

19
install.md Normal file
View File

@@ -0,0 +1,19 @@
Extracting the package
----------------------
{_install_path} is the path where "plutonium" folder will reside
mkdir {_install_path}
tar -C {_install_path} -xvvf plutonium.tar {_install_path}
Link proper service files to systemd
------------------------------------
Gather system statistics:
sudo ln -s {_install_path}/plutonium/systemd/sysstats.service /etc/systemd/system/sysstats.service
sudo systemctl enable /etc/systemd/system/sysstat.service
Gather data from Davis vantage Vue
sudo ln -s {_install_path}/plutonium/systemd/davis_etl.service /etc/systemd/system/daivs_etl.service
sudo systemctl enable /etc/systemd/system/davis_etl.service