This widget allows you to view Netdata graphs directly from your desktop with Übersicht.
v1.0.0
Features out of the box:
- IPV4 Bandwidth graph
- CPU usage graph
- I/O graph
- Ping time graph (with additional install of fping plugin)
Additional Features with configuration:
- Any data accessible from http://localhost:19999/
- Any of the other graph styles provided by Netdata
- With homebrew, install netdata:
brew install netdata
- Download and move
netdata.widget
plugin to Übersicht widget folder
Optional:
- With homebrew install fping:
brew install fping
- Edit
fping.conf
withnano /usr/local/etc/netdata/fping.conf
to indicate what hosts to ping (8.8.8.8 is google DNS)
hosts="8.8.8.8"