netdata 1.5 released - big update!
-
@aaronstuder said in netdata 1.5 released - big update!:
@hobbit666 Nope, it automatically see others installations on the network, and adds them to the drop down menu
How does it authenticate? That seems like a dangerous strategy.
-
<deleted>
-
@aaronstuder said in netdata 1.5 released - big update!:
@scottalanmiller Why would you need to authenticate? It just looks for other servers with using port 19999
So this just totally exposes your systems to the world? What about, you know, security?
-
Have you set up a data collection server yet? Or are you just using the peering system where the data is gone if the server goes down?
-
@scottalanmiller said in netdata 1.5 released - big update!:
Have you set up a data collection server yet?
I have not... Maybe soon
-
<deleted>
-
@aaronstuder said in netdata 1.5 released - big update!:
@scottalanmiller You allow 19999 outside your hardware firewall?
I NEVER use LAN security.
-
How do you lock down when you use things like Digital Ocean, Vultr, etc.? Where you don't have a hardware firewall.
-
Keep in mind, this isn't just pretty charts, it has alarms too! One day when I was using bit torrent to download a bunch of Linux ISO's and mistakenly savings them to a small SSD drive, it gave me an alert that at the current data ingestion rate, my hard drive would be full in 5 hours! Very Cool
-
-
@aaronstuder said in netdata 1.5 released - big update!:
Keep in mind, this isn't just pretty charts, it has alarms too! One day when I was using bit torrent to download a bunch of Linux ISO's and mistakenly savings them to a small SSD drive, it gave me an alert that at the current data ingestion rate, my hard drive would be full in 5 hours! Very Cool
Seems like a neat product, just trying to figure out the best process for deployment. Sadly it looks to be Linux only - would be more useful if it covered more things.
-
@scottalanmiller said in netdata 1.5 released - big update!:
Sadly it looks to be Linux only - would be more useful if it covered more things.
FreeBSD, MacOS and FreeNAS as well. More have been coming with each release.
-
@scottalanmiller said in netdata 1.5 released - big update!:
@aaronstuder said in netdata 1.5 released - big update!:
Keep in mind, this isn't just pretty charts, it has alarms too! One day when I was using bit torrent to download a bunch of Linux ISO's and mistakenly savings them to a small SSD drive, it gave me an alert that at the current data ingestion rate, my hard drive would be full in 5 hours! Very Cool
Seems like a neat product, just trying to figure out the best process for deployment.
I plan to install it on all my servers (I just have it on a few for testing right now) and then just setup nginx to point to the "main" netdata server for authentication and SSL.
-
-
So it seems like you need to create a registry...
-
I still don't get where the dashboard is? is it hosted online? local? in the matrix??
-
@aaronstuder said in netdata 1.5 released - big update!:
@scottalanmiller said in netdata 1.5 released - big update!:
@aaronstuder said in netdata 1.5 released - big update!:
Keep in mind, this isn't just pretty charts, it has alarms too! One day when I was using bit torrent to download a bunch of Linux ISO's and mistakenly savings them to a small SSD drive, it gave me an alert that at the current data ingestion rate, my hard drive would be full in 5 hours! Very Cool
Seems like a neat product, just trying to figure out the best process for deployment.
I plan to install it on all my servers (I just have it on a few for testing right now) and then just setup nginx to point to the "main" netdata server for authentication and SSL.
But the individual machines will all still be exposed. Sending out the data from the individual machines to anything that asks for it. You could at least use the firewall to lock down to whom they will speak.
-
@hobbit666 Every server has it's own dashboard.
-
@aaronstuder said in netdata 1.5 released - big update!:
@hobbit666 Every server has it's own dashboard.
It's not centralized? Doesn't that defeat the purpose?
-
netdata provides distributed monitoring.
Traditional monitoring solutions centralize all the data to provide unified dashboards across all servers. Before netdata, this was the standard practice. However it has a few issues:
- due to the resources required, the number of metrics collected is limited.
- for the same reason, the data collection frequency is not that high, at best it will be once every 10 or 15 seconds, at worst every 5 or 10 mins.
- the central monitoring solution needs dedicated resources, thus becoming "another bottleneck" in the whole ecosystem. It also requires maintenance, administration, etc.
- most centralized monitoring solutions are usually only good for presenting statistics of past performance (i.e. cannot be used for real-time performance troubleshooting).
Netdata has a different approach:
- data collection happens per second
- thousands of metrics per server are collected
- data do not leave the server they are collected
- netdata servers do not talk to each other
- your browser connects all the netdata servers
Using netdata, your monitoring infrastructure is embedded on each server, limiting significantly the need of additional resources. netdata is blazingly fast, very resource efficient and utilizes server resources that already exist and are spare (on each server). This allows scaling out the monitoring infrastructure.
However, the netdata approach introduces a few new issues that need to be addressed, one being the list of netdata we have installed, i.e. the URLs our netdata servers are listening.
To solve this, netdata utilizes a central registry. This registry, together with certain browser features, allow netdata to provide unified cross server dashboards. For example, using the latest git version of netdata, when you jump from server to server using the my-netdata menu, several session settings (like the currently viewed charts, the current zoom and pan operations on the charts, etc) are propagated to the new server, so that the new dashboard will come with exactly the same view.
Found Here: https://github.com/firehol/netdata/wiki/mynetdata-menu-item