Git Product home page Git Product logo

docker-collectd-fritzbox's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

docker-collectd-fritzbox's Issues

Size of docker image

Hi, thank you for the idea and work to create this. The resulting size of the file was large with 155 MB.

I have done some tuning resulting in a 64 MB file with removing the build dependencies after installation.

# Packages
RUN apk add --no-cache --virtual .build-deps \
    py2-pip \
	gcc \
    python2-dev \
	musl-dev \
	linux-headers \
	libxml2-dev \
	libxslt-dev \
  && apk add --no-cache \
	libxml2 \
	py2-libxml2 \
	libxslt \
    collectd \
    collectd-python \
	gettext \
	libintl \
  && pip install --no-cache-dir lxml requests fritzconnection fritzcollectd \
  && apk del --no-cache .build-deps \
  && rm -rf /var/cache/apk/*

General question for the interval

Hi,

that "issue" is no real issue, but rather more a general question for collectd interval. Do you have any experience in changing the interval? Your base config is set to 10 (which I guess means 10 seconds). I would like to change it to "1". I changed that in the collectd.influxdb.conf.tpl but it looks like that the change does not have any effect. I use this container with a seperate influxdb container and a grafana container which runs without problems, but I can see in Grafana that there still only is a refresh every 10 seconds. Maybe you have an idea to solve this.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.