How to monitor hardware in Docker using Netdata in your Smarthome

While there are several commands in Docker that will help you see some of the information that Netdata gives you, Netdata gives it you to in a graphic web interface. After installing Netdata, wait a few minutes and go to the ip address of your docker host using this format – http://x.x.x.x:19999.

https://hub.docker.com/r/netdata/netdata

docker run -d –name=netdata \
-p 19999:19999 \
-v /proc:/host/proc:ro \
-v /sys:/host/sys:ro \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
–cap-add SYS_PTRACE \
–security-opt apparmor=unconfined \
netdata/netdata

No login necessary, read-only access to RPI
================================================
*** Show Notes, Links and Resources ****
Here are the items mentioned in this video –

LABISTS Raspberry Pi 4 Complete Starter Kit with Pi 4 Model B 1GB
https://amzn.to/32n9Gub

Intel NUC 6 Essential Kit (NUC6CAYH) – Celeron
https://amzn.to/2YRAum8

Western Digital WD3200BVVT 320GB
https://amzn.to/2AtpDpk

Crucial 4GB Single DDR3/DDR3L 1600 MT/s (PC3-12800)
https://amzn.to/2VFnrSN

———————————–
Get Your SmartHome Device Checklist here –
http://eepurl.com/goDE49

➥➥➥ SUBSCRIBE FOR MORE VIDEOS ➥➥➥
Never miss a video about creating your own smart home
Subscribe ⇢ http://ronaldnutter.com/subscribe

To listen to an audio version of this episode while driving, TechBytes with Ron Nutter is available on iTunes, Google Podcasts, Stitcher and TuneIn. Go to TechByteswithRonNutter.com to subscribe today!

To subscribe to the TechbytesRN newsletter, click here – http://ronaldnutter.com/sample1
In return for subscribing to the newsletter, I will send you a chapter from my first DIY Smart Home Guide Book.

Visit http://www.ronaldnutter.com to see all the books Ron has written

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps support the channel and allows me to continue to make videos like this. Thank you for the support!

*===============================*
Become a Patreon supporter
https://www.patreon.com/techbytesrn
*===============================*

#TechBytesRN #smarthome #netdata #docker #rpi #raspberry pi