alloy(role): remove unpoller support
This commit is contained in:
parent
099852f588
commit
3f1108cf2c
7 changed files with 1 additions and 382 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# `Grafana Alloy` role
|
||||
|
||||
Installs and configures [Grafana Alloy](https://grafana.com/docs/alloy/latest/) on Debian-based systems.
|
||||
Optionally deploys a [Blackbox exporter](https://github.com/prometheus/blackbox_exporter) config and a [UniFi Poller](https://unpoller.com/).
|
||||
Optionally deploys a [Blackbox exporter](https://github.com/prometheus/blackbox_exporter) config.
|
||||
|
||||
## Supported Distributions
|
||||
|
||||
|
|
@ -19,10 +19,3 @@ Should work on Debian-based distributions.
|
|||
### Blackbox Exporter
|
||||
- `alloy_blackbox_exporter_config_default`: Default blackbox exporter configuration.
|
||||
- `alloy_blackbox_exporter_config_additional`: Additional blackbox exporter configuration appended to the default blackbox exporter config.
|
||||
|
||||
### UniFi Poller
|
||||
|
||||
- `alloy_unpoller_enabled`: Enable the UniFi Poller container to scrape UniFi metrics.
|
||||
- `alloy_unpoller_unifi_user`: Username for the UniFi controller used by unpoller, defaults to `unpoller`.
|
||||
- `alloy_unpoller_unifi_password`: Password for the UniFi controller. Required when `alloy_unpoller_enabled` is `true`.
|
||||
- `alloy_unpoller_unifi_url`: URL of the UniFi controller. Required when `alloy_unpoller_enabled` is `true`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue