| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Switch to single host per exporter configuration | Colin Wilk | 2023-05-27 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | Before you could do multiple hosts per exporter like this: - id: node_exporter hosts: - host1 - host2 This was removed since it simplifies the code quite a bit and you can still archive the same behavior like this: - { id: node_exporter, host: host1 } - { id: node_exporter, host: host2 } Signed-off-by: Colin Wilk <colin.wilk@tum.de> | ||||
| * | Move hook ansible module config into their own config object | Colin Wilk | 2023-05-26 | 1 | -17/+18 |
| | | | | | | | | | | | | | Keep * prometheus_target_handler_command_enabled * prometheus_target_handler_command_become * prometheus_target_handler_shell_enabled * prometheus_target_handler_shell_become to avoid being overwritten when specifying prometheus_target_handler_command or prometheus_target_handler_shell Signed-off-by: Colin Wilk <colin.wilk@tum.de> | ||||
| * | init | Colin Wilk | 2023-05-26 | 1 | -0/+54 |
| Signed-off-by: Colin Wilk <colin.wilk@tum.de> | |||||