Skip to content

Instantly share code, notes, and snippets.

@zicodhkbd
Created November 1, 2019 17:41
Show Gist options
  • Save zicodhkbd/c2dd1a14ea6b70ce2a081ae3b4d2023e to your computer and use it in GitHub Desktop.
Save zicodhkbd/c2dd1a14ea6b70ce2a081ae3b4d2023e to your computer and use it in GitHub Desktop.
Netdata is distributed, real-time, performance and health monitoring for systems and applications.
#!/bin/sh
sudo apt update
sudo apt upgrade -y
sudo apt-get install netdata -y
sudo nano /etc/netdata/netdata.conf
sudo systemctl restart netdate
sudo systemctl restart netdata.service
sudo systemctl status netdata.service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment