Coder Social home page Coder Social logo

icecast_exporter's Introduction

Icecast exporter for Prometheus

This is a simple Prometheus exporter that scrapes stats from the Icecast streaming media server. It requires the JSON API (/status-json.xsl) provided by Icecast 2.4.0 or newer.

By default icecast_exporter listens on port 9146 for HTTP requests.

Installation

Using go get

go get github.com/markuslindenberg/icecast_exporter

Using Docker

docker pull markuslindenberg/icecast_exporter
docker run --rm -p 9146:9146 markuslindenberg/icecast_exporter -icecast.scrape-uri http://icecast:8000/status-json.xsl

Running

Help on flags:

go run icecast_exporter --help

Usage of ./icecast_exporter:
  -icecast.scrape-uri string
    	URI on which to scrape Icecast. (default "http://localhost:8000/status-json.xsl")
  -icecast.timeout duration
    	Timeout for trying to get stats from Icecast. (default 5s)
  -log.format value
    	Set the log target and format. Example: "logger:syslog?appname=bob&local=7" or "logger:stdout?json=true" (default "logger:stderr")
  -log.level value
    	Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal]
  -web.listen-address string
    	Address to listen on for web interface and telemetry. (default ":9146")
  -web.telemetry-path string
    	Path under which to expose metrics. (default "/metrics")

icecast_exporter's People

Contributors

ethrgeist avatar markuslindenberg avatar shakeme 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.