A prometheus exporter for CINC Server and CINC compatible configuration management solutions.
Explore the docs »
Report Bug
·
Request Feature
While working at my current gig I found we were lacking some metrics to gain a deeper visibility in to our infrastructure. I built this exporter to fill some of those gaps.
This project assumes you have cinc-server installed with the default database settings.
sh
sudo su - opscode-pgsql
sh
wget # automated builds/releases coming soon
sh
./cinc_server_exporter
sh
curl http://localhost:9165/metrics
sh
git clone https://github.com/esoterick/cinc_server_exporter.git
sh
cd cinc_server_exporter
sh
direnv allow .
devenv up
sh
# coming soon :(
sh
cargo run
sh
curl http://localhost:9165/metrics
There are a handful of options to configure the exporter which is done via the following environment variables.
See the open issues for a full list of proposed features (and known issues).
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the MIT License. See LICENSE
for more information.
Robert J. Lambert III - robert.j.lambert@pm.me Project Link: https://github.com/esoterick/cincserverexporter