Code Monkey home page Code Monkey logo

ansible-raspberrypi-exporter's Introduction

Role Name

Ansible role to install prometheus exporter for raspberry pi metrics using prometheus node exporter textfile collector. This exporter is based on the work from https://github.com/fahlke/raspberrypi_exporter with a couple of modifications to make it work in ubuntu and with options to change default configuration for the text file and where commands are installed.

Requirements

  • systemd installed
  • vcgencmd (for ubuntu systems it will install the package, raspbian should have it already)

Role Variables

# Path where to install the exporter script
raspberrypi_exporter_script_path: /usr/local/bin
# Path the textfile collector file will be written
raspberrypi_exporter_textcollector_path: /var/lib/node_exporter/textfile_collector/
# Filename the textfile collector file will be written
raspberrypi_exporter_textcollector_file: raspberrypi-metrics.prom
# Systemd default directory
raspberrypi_exporter_systemd_dir: /etc/systemd/system

# Prefix for the metrics
raspberrypi_exporter_metrics_prefix: rpi_

# How ofter to collect metrics
# this is in systemd timer format
# By default it collects every 15 seconds
raspberrypi_exporter_metrics_timer: "*:*:0,15,30,45"

Example Playbook

- hosts: all
 - name: Raspberry pi exporter
    import_role:
      name: fcastello.raspberrypi_exporter

Limitations

  • Tested with Ubuntu 18.04 and 20.04 only
  • Should support 16.04 and 16.10 as well

License

MIT

ansible-raspberrypi-exporter's People

Contributors

fcastello avatar

Watchers

 avatar  avatar

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.