Metadata-Version: 2.1
Name: infoblox-exporter
Version: 0.1.3
Summary: A Prometheus exporter for Infoblox
Home-page: https://github.com/thenodon/infoblox-exporter
Author: thenodon
Author-email: aha@ingby.com
License: GPLv3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi (==0.100.0)
Requires-Dist: uvicorn (==0.22.0)
Requires-Dist: aiohttp (==3.8.4)
Requires-Dist: prometheus-client (==0.12.0)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: requests (==2.31.0)
Requires-Dist: requests-futures (==1.0.1)
Requires-Dist: urllib3 (==2.0.3)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: logfmter (==0.0.6)
Requires-Dist: infoblox-client (==0.6.0)
Requires-Dist: setuptools (~=67.7.2)

infoblox-exporter
----------------------
# Overview

# Test
```
curl -s 'localhost:9597/probe?target=host.foo.com&type=nodes' 
```

The `type` can have the following values:
- nodes - the target is infoblox member
- dhcp_utilization - the target has to be network like `10.121.151.128/26`
