You, explaining computers, techno Tim, and all the tech youtubers have been inspiring me for years. I wouldn't have had the resources to pursue this interest without you. Keep up the good work. Thank you
Very cool. Just stood this up on my production server. I love having data logs, especially with graphs. I was running a combination of InfluxDB, Chronograph, and Telegraph in the past. But that gets a little combersome after a while, although really good for monitoring individual containers within a docker host. I think using Netdata for the whole device is going to be even more beneficial.
I applaud you for showing the “offline” way to add the notifications. The cloud side does have a GUI option to add discord notifications and that is good for when the server is down and you may not get a notification it is down since it can’t run the package to do so. Otherwise, I didn’t know about the local Gotify notifications so I will be looking into that.
Thanks. I have had NetData running on several system for 6+ months, Proxmox, TrueNAS and some of my VMs in Proxmox. I need to get proper notifications going, but want it done local. I don't have Discord, slack or anything else.
@@DBTechYT I upgraded a node. Is not on netdata, I will add it to see if they charge. Even getting emails from them to upgrade 50% off. The native graph that proxmox uses graphite I think is called. Maybe a video on that. Just an idea. Thanks
Hey love your videos I’m noticing that you use LXC and have 1 VM i remember you only use cloudflare tunnels to host services. If I’m port forwarding 80 and 443 to a vm that has the reverse proxy docker container Caddy. Will it be ok to handle all of the Wan traffic in a VM and proxy to the services in a LXC ? Will that add a layer of security?
Pretty neat! Im wondering if this data also can be exported to grafana? also is there a way to join multiple netData instance into one dashboard? like when proxmox is in cluster mode.
hows it going can you please help me setup my nas drive so it can be accessed by plex i have installed plex on docker proxmox vm with ubuntu server casaos i can not understand how to map the nas please help
I'm not sure I understand the question fully. Can you elaborate? Do you mean for viewing NetData? If so, I would suggest that you take a look here in their docs about securing NetData nodes: learn.netdata.cloud/docs/configuring/securing-netdata-agents/
great idea and video as always. Thanks for sharing. Any suggestions on how to set this up to a locally hosted Authn/AuthZ login system? It appears they want us to create an acct in their cloud.
Okay. I've updated post linked in the video description. But... you can also find it on their website: learn.netdata.cloud/docs/netdata-agent/installation/linux
Why not go the built-in Influxdb and grafana instead of this running on proxmox itself and eating resources? Also, tbh that is also better looking and functional.
Because I like to show people that there are options. Also, "better looking" is relative. Just because *you* like something, doesn't mean everyone, or anyone, else will think the same. There are lots of ways to do lots of things. So that's what I like to show on this channel.
@@DBTechYT I mentioned it assuming that something integrated into proxmox would have a lower overhead, also installing external packages on node itself can lead to instability. I have no ill will towards you or NetData.🕊️
I love netdata for my VM's and networking monitoring. I also use it on a Dedicated server I run with Linode for video hosting to monitor the cpu, ram and networking on that as well great free little tool to use if your not using it your doing it all wrong.
Apparently the default Netdata install on proxmox doesn't actually contain /etc/netdata/health_alarm_notify.conf? Edit: figured it out. I had to run ./edit-config health_alarm_notify.conf from the /etc/netdata directory in order to create the file.
Thanks for the tips! I wanted to warn you that there is a typo on the instructions about uninstalling Netdata, in your page. The last command should end with: '&& sh /tmp/netdata-kickstart.sh' .
You, explaining computers, techno Tim, and all the tech youtubers have been inspiring me for years. I wouldn't have had the resources to pursue this interest without you. Keep up the good work. Thank you
Wow, thanks!
Very cool. Just stood this up on my production server. I love having data logs, especially with graphs. I was running a combination of InfluxDB, Chronograph, and Telegraph in the past. But that gets a little combersome after a while, although really good for monitoring individual containers within a docker host. I think using Netdata for the whole device is going to be even more beneficial.
Outstanding!! Glad you like it!
This has been on my todo list for a few weeks, you just showed me that I should be able to knock it out this weekend. Thanks!
I applaud you for showing the “offline” way to add the notifications. The cloud side does have a GUI option to add discord notifications and that is good for when the server is down and you may not get a notification it is down since it can’t run the package to do so. Otherwise, I didn’t know about the local Gotify notifications so I will be looking into that.
Great video. Thanks a lot. However, I dont have the health_alarm_notify.conf file. Any ideas how do I get it?
Thanks. I have had NetData running on several system for 6+ months, Proxmox, TrueNAS and some of my VMs in Proxmox. I need to get proper notifications going, but want it done local. I don't have Discord, slack or anything else.
just test it yesterday on an lxc container that had runtipi, i like netdata but i dont want to run it on the root of proxmox.
just wondering if there is a tool to monitor proxmox server total bandwidth data. For example total data used per month or week?
Great as always. Ok a clúster you have to install on each node. In netdata you will see information for each node
Don't you need a cloud account to see all the different instances in a single dashboard?
@@DBTechYT I just created an account and did what you did and run the script. No cost
okay. I tried it the other day and it gave me 30 days of "business edition" for free. my brain got confused at first
@@DBTechYT I upgraded a node. Is not on netdata, I will add it to see if they charge. Even getting emails from them to upgrade 50% off. The native graph that proxmox uses graphite I think is called. Maybe a video on that. Just an idea. Thanks
Great video. I just wonder how much overhead netdata adds to Proxmox
Hey love your videos I’m noticing that you use LXC and have 1 VM i remember you only use cloudflare tunnels to host services.
If I’m port forwarding 80 and 443 to a vm that has the reverse proxy docker container Caddy. Will it be ok to handle all of the Wan traffic in a VM and proxy to the services in a LXC ?
Will that add a layer of security?
It should be fine
I would suggest adding ` --stable-channel` to the end of the command
Pretty neat! Im wondering if this data also can be exported to grafana? also is there a way to join multiple netData instance into one dashboard? like when proxmox is in cluster mode.
Thanks for the demo and info. Now this bring my proxmox setup to the next level! Have a great day
Have fun!
hows it going can you please help me setup my nas drive so it can be accessed by plex i have installed plex on docker proxmox vm with ubuntu server casaos i can not understand how to map the nas please help
I have this writing This site cannot provide a secure connection.
The site sent an incorrect response on 10.0.10.210.
why? And where to look?
On that page there should be an option to continue anyway. Click that.
Good video! I had no idea what Netdata was about - now I know and can make an informed decision. Keep the good work!
What do you do for access control?
I'm not sure I understand the question fully. Can you elaborate? Do you mean for viewing NetData? If so, I would suggest that you take a look here in their docs about securing NetData nodes: learn.netdata.cloud/docs/configuring/securing-netdata-agents/
great idea and video as always. Thanks for sharing.
Any suggestions on how to set this up to a locally hosted Authn/AuthZ login system? It appears they want us to create an acct in their cloud.
Hi and as always.....thanks for this guide!!
How do you keep netdata updated?
learn.netdata.cloud/docs/maintaining/update-netdata-agents
Love the videos as usual... But isn't this similar to using Prometheus and Grafan????
It is similar, but I like to show people different options on things :)
Totally get it... And thank you for your videos and tutorials.
install link doesn't work anymore.....
Okay. I've updated post linked in the video description. But... you can also find it on their website: learn.netdata.cloud/docs/netdata-agent/installation/linux
Why not go the built-in Influxdb and grafana instead of this running on proxmox itself and eating resources? Also, tbh that is also better looking and functional.
Because I like to show people that there are options. Also, "better looking" is relative. Just because *you* like something, doesn't mean everyone, or anyone, else will think the same. There are lots of ways to do lots of things. So that's what I like to show on this channel.
@@DBTechYT I mentioned it assuming that something integrated into proxmox would have a lower overhead, also installing external packages on node itself can lead to instability.
I have no ill will towards you or NetData.🕊️
Thank you this is new insight 💡
nice video as allways, but i dont have that health conf file
Try this:
cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config health_alarm_notify.conf
@@darrenbracey9274 worked thank you, but dotn use sudo
would you please make new video how to install PROXMOX MAIL GATEWAY from zero to end please
I won't do anything with mail servers
Thank you.
I love netdata for my VM's and networking monitoring. I also use it on a Dedicated server I run with Linode for video hosting to monitor the cpu, ram and networking on that as well great free little tool to use if your not using it your doing it all wrong.
👏👏👏
hi, I love your channel but I ask you: can you speak slower? :D
I talk fast. I always have. I always will. It's part of who I am. I added this to my website years ago: dbtechreviews.com/i-talk-fast/
Apparently the default Netdata install on proxmox doesn't actually contain /etc/netdata/health_alarm_notify.conf?
Edit: figured it out. I had to run ./edit-config health_alarm_notify.conf from the /etc/netdata directory in order to create the file.
Someone else in the comments had a similar issue and someone responded with a solution. Definitely check the other comments
Thanks for the tips! I wanted to warn you that there is a typo on the instructions about uninstalling Netdata, in your page. The last command should end with: '&& sh /tmp/netdata-kickstart.sh' .
Holy crap. You're right. I've fixed it. Thank you for the info!
Ty Sir!