Skip to content

charts.d plugin for netdata that will graph Docker container stats

License

Notifications You must be signed in to change notification settings

txdavec/docker-netdata-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-netdata-plugin

charts.d plugin for netdata that will graph Docker container stats

netdata docker screenshot

Install

Place docker.chart.sh inside the charts.d directory.

For example: /opt/netdata/usr/libexec/netdata/charts.d/docker.chart.sh

Add section to var menuData = ... inside index.html

    'docker': {
            title: 'Docker',
            info: undefined
     },

Restart netdata

Requirements

/usr/bin/docker and /bin/bc

bash version 4

Sudo entry for the user that runs netdata:

netdata ALL=(ALL) NOPASSWD: /usr/bin/docker

About

charts.d plugin for netdata that will graph Docker container stats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages