Skip to content

Instantly share code, notes, and snippets.

@kjimenezdev
Created January 4, 2019 23:42
Show Gist options
  • Save kjimenezdev/fa2de960cf9f1ee4073d74eee304d320 to your computer and use it in GitHub Desktop.
Save kjimenezdev/fa2de960cf9f1ee4073d74eee304d320 to your computer and use it in GitHub Desktop.
Install Deeptech Monitoring agent
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