Created
January 4, 2019 23:42
-
-
Save kjimenezdev/fa2de960cf9f1ee4073d74eee304d320 to your computer and use it in GitHub Desktop.
Install Deeptech Monitoring agent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -N https://deeptech.monitoringclient.com/downloads/MonitoringClient.deb -O ./MonitoringClient.deb | |
sudo dpkg -i MonitoringClient.deb | |
sudo run-client --auto-update true | |
sudo systemctl start monitoringclient | |
sudo systemctl enable monitoringclient |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment