Skip to content

kaz/conoha_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conoha_exporter

build

cd $GOPATH/src
git clone https://github.com/kaz/conoha_exporter.git

cd conoha_exporter

go get -u github.com/golang/dep/cmd/dep
PATH=$PATH:$GOPATH/bin dep ensure

go build
./conoha_exporter --help

usage

Usage of ./conoha_exporter:
  -password string
    	ConoHa API user password
  -port string
    	Port number to listen on
  -region string
    	ConoHa region (default "tyo1")
  -tenant-id string
    	ConoHa tenant ID
  -username string
    	ConoHa API user name

About

Prometheus exporter for ConoHa instance metrics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages