Skip to content

CodersOfTheNight/oshino-hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oshino-hw

An agent to retrieve HW info

For more info, refer to parent project Oshino

Config

  • paths - a list of pathes to measure disk usage. Eg. / would be used in unix to find free space on root. C:\ can be useful when using Windows

Example config

---
interval: 10
loglevel: DEBUG
riemann:
  host: localhost
  port: 5555
agents:
  - name: hw
    module: oshino_hw.agent.HWAgent
    tag: hw
    paths:
      - /
      - /mnt/external-data/

Releases

No releases published

Packages

No packages published

Languages