Sign inSign up

osshelp/netdata

By osshelp

Updated over 1 year ago

Based on the official image with custom configs, an entrypoint script and a healthcheck added.

Image
1

3.2K

osshelp/netdata repository overview

Description

This image is based on the official netdata image, but with minor improvements:

Deploy example

netdata:
  image: osshelp/netdata:stable
  environment:
    NETDATA_HOSTNAME: somehostname
    NETDATA_MASTER_API_KEY: $NETDATA_API_KEY
    NETDATA_PLUGIN_MEMCACHED: "{name: memcached, host: memcached, port: '11211'}"
    NETDATA_PLUGIN_MYSQL: "{name: mysql, host: mysql, user: netdata, pass: $MYSQL_NETDATA_PASSWORD, port: 3306}"
    NETDATA_PLUGIN_MONGODB: "{name: mongo, host: mongo, authdb: admin, user: $MONGO_ROOT_USER, pass: $MONGO_ROOT_PASSWORD}"
    NETDATA_PLUGIN_NGINX: "{name: nginx, url: 'http://nginx/nginx_status'}"
    NETDATA_PLUGIN_PHPFPM: "{name: phpfpm, url: 'http://nginx/fpm-status?full&json'}"
    NETDATA_PLUGIN_POSTGRES: "{name: postgres, host: postgres, port: 5432, database: postgres, user: netdata, password: $POSTGRES_NETDATA_PASSWORD}"
    NETDATA_PLUGIN_REDIS: "{name: redis, host: redis, port: 6379}, {name: redis2, host: redis2, port: 6379}"
    NETDATA_PLUGIN_RETHINKDBS: "{name: rethinkdb, host: rethinkdb, port: 28015, user: $RETHINKDB_USER, password: '$RETHINKDB_PASSWORD'}"
  networks:
    - net

Any Python.d plugin is supported by that image.

Sources

Source repository is available at Github here.

License

GPL3

Author

OSSHelp Team, see https://oss.help

Tag summary

Content type

Image

Digest

sha256:6fa7b7eef

Size

125.5 MB

Last updated

over 1 year ago

docker pull osshelp/netdata