| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ability to configure default exporters | Colin Wilk | 2023-05-30 | 1 | -1/+2 |
| | | | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de> | ||||
| * | Rewrite if defined to default condition in lineinfile | Colin Wilk | 2023-05-30 | 1 | -2/+2 |
| | | | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de> | ||||
| * | Switch to single host per exporter configuration | Colin Wilk | 2023-05-27 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | 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> | ||||
| * | init | Colin Wilk | 2023-05-26 | 2 | -0/+19 |
| Signed-off-by: Colin Wilk <colin.wilk@tum.de> | |||||