Skip to content

centreon/warp10-sensision-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Warp10 Sensision exporter

Build the exporter

Download the modules dependencies.

go mod download

Build the sensision metrics files. The tools command take the version of Warp10 in argument.

cd tools
go run generate_sensision_metrics.go 2.4.0
cp sensision.go ../collector
cd ..

Build the binary

go build -a -o warp10_sensision_exporter

Configure Warp10 to expose Sensision

To expose Sensision, we neeed to add the following option in starting command of Warp10.

-D sesision.server.port=8082

About

Warp10 Sensision metrics exporter for Prometheus

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published