All Projects → lovoo → xenstats_exporter

lovoo / xenstats_exporter

Licence: BSD-3-Clause license
Prometheus exporter for xen (Storage, Host CPUs, Memory usage)

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to xenstats exporter

Ynab Bank Importer
💰 Pull transactions from your bank and import them to YNAB automatically.
Stars: ✭ 129 (+545%)
Mutual labels:  exporter
Clickhouse exporter
This is a simple server that periodically scrapes ClickHouse stats and exports them via HTTP for Prometheus(https://prometheus.io/) consumption.
Stars: ✭ 193 (+865%)
Mutual labels:  exporter
mac-notes-exporter
Your last straw to save your data from Notes.app.
Stars: ✭ 32 (+60%)
Mutual labels:  exporter
Laravel Translatable String Exporter
Translatable String Exporter for Laravel
Stars: ✭ 149 (+645%)
Mutual labels:  exporter
Github Csv Tools
Import and export GitHub issues via CSV
Stars: ✭ 182 (+810%)
Mutual labels:  exporter
Maya2gltf
Maya to glTF 2.0 exporter
Stars: ✭ 203 (+915%)
Mutual labels:  exporter
Nsq exporter
Prometheus Metrics exporter for NSQ
Stars: ✭ 85 (+325%)
Mutual labels:  exporter
prometheus-fastapi-instrumentator
Instrument your FastAPI app
Stars: ✭ 511 (+2455%)
Mutual labels:  exporter
Blender niftools addon
The Blender Niftools Addon is a Blender add-on to enable import and export of NetImmese File Formats including .nif, .kf, .egm.
Stars: ✭ 191 (+855%)
Mutual labels:  exporter
Objectexporter
Object Exporter lets you export out an object while debugging in Visual Studio, the object can be serialized in either C#, JSON or XML.
Stars: ✭ 240 (+1100%)
Mutual labels:  exporter
Jenkins exporter
Prometheus Metrics exporter for Jenkins
Stars: ✭ 152 (+660%)
Mutual labels:  exporter
Event exporter
Exporter for kubernetes events
Stars: ✭ 179 (+795%)
Mutual labels:  exporter
Awesome Prometheus Alerts
🚨 Collection of Prometheus alerting rules
Stars: ✭ 3,323 (+16515%)
Mutual labels:  exporter
Decktape
PDF exporter for HTML presentations
Stars: ✭ 1,847 (+9135%)
Mutual labels:  exporter
query2metric
A tool to run queries in defined frequency and expose the count as prometheus metrics. Supports MongoDB and SQL
Stars: ✭ 21 (+5%)
Mutual labels:  exporter
Junos exporter
Exporter for devices running JunOS to use with https://prometheus.io/
Stars: ✭ 103 (+415%)
Mutual labels:  exporter
Krita Batch Exporter
A Free Krita plugin to batch export layers and groups with maximum flexibility. Scale, trim, export multiple copies of your layers...
Stars: ✭ 201 (+905%)
Mutual labels:  exporter
lustre exporter
Prometheus exporter for use with the Lustre parallel filesystem
Stars: ✭ 25 (+25%)
Mutual labels:  exporter
expresso
Expresso! Exporter is a Photoshop extension aimed at improving the texturing workflow for 3D Artists. It automatically exports textures to common file formats (TGA, PNG, etc.) out of PSDs containing multiple maps.
Stars: ✭ 57 (+185%)
Mutual labels:  exporter
Github Exporter
Prometheus exporter for github metrics
Stars: ✭ 231 (+1055%)
Mutual labels:  exporter

Xenstats Exporter

GoDoc

Xenstats exporter for prometheus.io, written in go.

Docker Usage

Building:
docker build  --rm --force-rm --no-cache -t lovoo/xenstats_exporter .

Running:
docker run  -p 9290:9290 --rm  -v /path/to/config/file/:/configs lovoo/xenstats_exporter:latest  -config.file /configs/config.yml

Building

go get -u github.com/lovoo/xenstats_exporter
go install github.com/lovoo/xenstats_exporter

Config

create a yml in form of:

  xenhost: "xen1.fqdn.de"
  credentials:
    username: "root"
    password: "password"

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].