Skip to content

Instantly share code, notes, and snippets.

@badhonhitech
Created November 9, 2019 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badhonhitech/ef48a61f8f2d0004d825b1229cda4fdc to your computer and use it in GitHub Desktop.
Save badhonhitech/ef48a61f8f2d0004d825b1229cda4fdc to your computer and use it in GitHub Desktop.
NetData Install Linux
#!/bin/bash
# This script will install NetData Install Linux for YouTube: https://youtu.be/bcl6SZ4PlsE
sudo apt-get install netdata -y
sudo apt update -y
sudo nano /etc/netdata/netdata.conf
# input and save via nano
[global]
run as user = netdata
web files owner = root
web files group = root
# Netdata is not designed to be exposed to potentially hostile
# networks.See https://github.com/firehol/netdata/issues/164
bind socket to IP = 0.0.0.0
sudo systemctl restart netdata
sudo systemctl status netdata
firefox http://0.0.0.0:19999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment