Contributors Forks Stargazers Issues MIT License LinkedIn


CINC-Server Exporter

A prometheus exporter for CINC Server and CINC compatible configuration management solutions.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

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.

(back to top)

Getting Started

This project assumes you have cinc-server installed with the default database settings.

Installation

  1. Switch to the database user sh sudo su - opscode-pgsql
  2. pull latest release sh wget # automated builds/releases coming soon
  3. run the service sh ./cinc_server_exporter
  4. test sh curl http://localhost:9165/metrics

(back to top)

Development Setup

Recommended prerequesites

Building and running

  1. Pull latest code sh git clone https://github.com/esoterick/cinc_server_exporter.git
  2. Enter project directory sh cd cinc_server_exporter
  3. Allow direnv and let nix to do it's thing sh direnv allow .
  4. Run test database devenv up
  5. Import Test Data sh # coming soon :(
  6. Run exporter sh cargo run
  7. Scrape sh curl http://localhost:9165/metrics

(back to top)

Usage

There are a handful of options to configure the exporter which is done via the following environment variables.

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Robert J. Lambert III - robert.j.lambert@pm.me Project Link: https://github.com/esoterick/cincserverexporter

(back to top)

Acknowledgments

(back to top)