Metadata-Version: 2.1
Name: puppetdb-exporter
Version: 0.0.2
Summary: Prometheus puppetdb exporter
Home-page: https://github.com/othalla/puppetdb_exporter
Author: Florian Chardin
Author-email: othalla.lf@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Requires-Dist: prometheus-client (==0.5.0)
Requires-Dist: pypuppetdb (==0.3.3)

=================
Puppetdb Exporter
=================

Install
-------

.. code-block:: sh

    $ git clone https://github.com/othalla/puppetdb_exporter

Configuration
-------------

Configuration reads one of these files in this order:

- `/etc/puppetdb_exporter/config.ini`
- `.config/puppetdb_exporter/config.ini`
- `config.ini`

You can specify a custom config file by setting the CONFIG_FILE environment var.

Example
~~~~~~~

.. code-block:: ini

   [main]
   puppetdb_host = puppetdb.example.local
   puppetdb_port = 8080
   puppetdb_ssl_verify = path/to/authority
   puppetdb_key = path/to/key
   puppetdb_cert = path/to/cert
   puppetdb_proto = https



