Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.
/ xenstats_exporter Public archive

Prometheus exporter for xen (Storage, Host CPUs, Memory usage)

License

Notifications You must be signed in to change notification settings

lovoo/xenstats_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Prometheus exporter for xen (Storage, Host CPUs, Memory usage)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages