GithubHelp home page GithubHelp logo

dbrgn / collectd-python-plugins Goto Github PK

View Code? Open in Web Editor NEW
24.0 24.0 11.0 12 KB

CPU Temperature plugin for Collectd. Works out of the box on the Raspberry Pi.

License: MIT License

Python 100.00%

collectd-python-plugins's People

Contributors

dbrgn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

collectd-python-plugins's Issues

provide some informations

Hi,

can you please provide some more information how you are running collectd? Is it running on the raspberry pi itself? Is collectd installed locally or is it a docker container? which one?

I also plan to monitor my raspberry pi based lora gateway with prometheus and grafana.

Thanks for your help
Regards e-bits

Question about using multiple scripts in collectd-python

Hello,

thank you for sharing your work, it was really helpful.
I have a question you might be able to answer (I did not find anything useful anywhere):

Do you know if it is possible to run multiple python files, which collectd uses for collecting data?

E.g., Let's say we have two python files like temp.py and cpu.py, and we want to have a config that looks like this:

LoadPlugin python
<Plugin python>
    ModulePath "/opt/collectd_plugins"
    Import "cpu"
    Import "temp"
</Plugin>

With each file collecting data.
However, if I try this, only one of the scripts seems to be active. I was not able to run both scripts successfully.

I also tried different setups, such as having two of these plugin configurations, but I read that you should only define one python.conf. Having one main.py file with multiple register_reads is not working either.

Thanks for your help.

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.