Skip to content

catalyst/collectd-datacentre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

collectd-datacentre

collectd-python plugins useful for monitoring a datacentre.

onewire_temperature.py

Read the temperatures from an owfs directory.

<LoadPlugin python>
    Globals true
</LoadPlugin>

<Plugin python>
    ModulePath "/path/where/module/installed"
    LogTraces true
    Interactive false
    Import "onewire_temperature"

    <Module onewire_temperature>
        OwfsPath "/srv/owfs/uncached"

        # All busses will be read simultaneously, but reading
        # each individual sensor can take ~ 700 milliseconds
        Interval 10
    </Module>
</Plugin>

About

collectd-python plugins useful for monitoring a datacentre

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages