Commit graph

349 commits

Author SHA1 Message Date
SuperQ
d5587e7a4b chore: update version 2023-08-17 10:16:15 +00:00
Berny Linville
27f8000245
fix: add routes berfore match_re (#194)
When i configuring alertmanager vars, the absence of 'routes' in front of '- match_re' has caused confusion and errors.

Signed-off-by: Berny Linville <bernylinville@devopsthink.org>
2023-08-17 12:15:02 +02:00
gardar
88f7a46219
Merge pull request #193 from gardar/ci/fix-ansible-test-input
skip_changelog: fix ansible-test ci coverage input
2023-08-16 18:12:56 +00:00
gardar
c9fbc3b63a
fix: no need to have single value as matrix
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-16 18:04:51 +00:00
gardar
bdbf43dfb5
Merge pull request #192 from gardar/ci/fix-ansible-test-input
skip_changelog: ci coverage input is string not json
2023-08-16 17:54:58 +00:00
gardar
7f3df2ed26
fix: input is string not json
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-16 17:46:40 +00:00
gardar
473df8898f
Merge pull request #191 from gardar/ci/molecule-disable-coverage
skip_changelog: disable coverage on molecule tests
2023-08-16 17:24:40 +00:00
gardar
26ebc7dd62 chore: update version 2023-08-16 17:16:56 +00:00
gardar
db533803ec skip_changelog: molecule tests don't support codecov
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-16 17:15:57 +00:00
gardar
f28bbb1a6f
Merge pull request #190 from prometheus-community/superq/fix_smokeping_spec
docs(smokeping_prober): Update arguments specs
2023-08-16 17:15:37 +00:00
SuperQ
a9d4f3aadb
Fix(smokeping_prober): Update arguments specs
Add missing arguments spec entries.

Signed-off-by: SuperQ <superq@gmail.com>
2023-08-16 18:20:55 +02:00
SuperQ
eaeec823eb chore: update version 2023-08-16 15:49:59 +00:00
Ben Kochie
100b6e2070
fix: Add test for argument_specs matching (#177)
* fix: Add test for argument_specs matching

Compare contents of `meta/arguments_spec.yml` against `defaults/main.yml` on
each role to make sure keys match.

Signed-off-by: SuperQ <superq@gmail.com>

* Fixup arguments_spec linting issues.

Signed-off-by: SuperQ <superq@gmail.com>

---------

Signed-off-by: SuperQ <superq@gmail.com>
2023-08-16 17:49:02 +02:00
gardar
766f0d7ff5 chore: update version 2023-08-16 15:06:46 +00:00
gardar
ebeb5097ce
Merge pull request #128 from prometheus-community/superq/smokeping_prober
feat: Add role smokeping_prober
2023-08-16 15:05:35 +00:00
gardar
06ea707f65
Merge pull request #189 from gardar/ci/fix-ansible-lint-upstream
skip_changelog: fix ansible-lint action upstream
2023-08-16 15:02:13 +00:00
gardar
a8f398a15c chore: update version 2023-08-16 15:01:02 +00:00
gardar
e3e99f7373
Merge pull request #127 from prometheus-community/superq/pushgateway
feat: Add pushgateway role
2023-08-16 14:59:48 +00:00
gardar
222ca91398 chore: update version 2023-08-16 14:57:16 +00:00
gardar
a3af8295ab
Merge pull request #188 from prometheus-community/autoupdate/snmp_exporter/0.23.0
patch: New prometheus/snmp_exporter upstream release!
2023-08-16 14:56:00 +00:00
gardar
875ac718b1
skip_changelog: fix ansible-lint action upstream
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-16 14:48:10 +00:00
prombot
e36c398beb patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2023-08-16 14:28:20 +00:00
gardar
aa0b8b01dc chore: update version 2023-08-16 12:28:18 +00:00
gardar
d657e8b83c
Merge pull request #159 from prometheus-community/superq/chrony_exporter
feat: Add chrony_exporter role
2023-08-16 12:27:18 +00:00
gardar
f64c347667
Merge pull request #166 from prometheus-community/superq/role_labels
skip_changelog: Prefix role label triggers.
2023-08-16 12:10:12 +00:00
SuperQ
3c35895f42 chore: update version 2023-07-29 15:54:35 +00:00
Thomas Venieris
791b9b1290
feature: Make config installation dir configurable (#173)
* feature: Make config installation dir configurable

Signed-off-by: Thomas Venieris <thomas.venieris@gmail.com>

* fix: blackbox_exporter_config_dir consistent

- Made blackbox_exporter_config_dir parameter consistent with other
  collection roles
- Added new parameter to meta/argument_specs.yml

Signed-off-by: Thomas Venieris <thomas.venieris@gmail.com>

---------

Signed-off-by: Thomas Venieris <thomas.venieris@gmail.com>
2023-07-29 17:43:24 +02:00
SuperQ
603aa0c46a chore: update version 2023-07-29 08:32:16 +00:00
Thomas Venieris
76497d34bd
fix ansible-lint: risky-octal & no-same-owner (#171)
Signed-off-by: Thomas Venieris <thomas.venieris@gmail.com>
2023-07-29 10:31:08 +02:00
Thomas Venieris
c0eb6bb516
feature: blackbox exporter user/group configurable (#172)
Also, binary and configuration owner is changed to root.
User blackbox-exp should be prevented from modifying or deleting either
the configuration or itself, according to the principle of least
privilege.

Signed-off-by: Thomas Venieris <thomas.venieris@gmail.com>
2023-07-29 10:30:39 +02:00
SuperQ
19fda623e3 chore: update version 2023-07-28 07:54:44 +00:00
Thomas Venieris
a95bc9c3e1
Fix mysqld_exporter world-readable secrets (#169)
The mysqld_exporter config includes a MySQL user passsword and the web
config may include htpasswd hashes. Don't allow everyone to peek them.

Signed-off-by: Thomas Venieris <thomas.venieris@gmail.com>
2023-07-28 09:53:31 +02:00
SuperQ
452ed830fd chore: update version 2023-07-26 13:27:29 +00:00
jmills
9f9bd6830f
Fix: systemd_exporter - rename collector flags (#167)
* Fix systemd_exporter vars to match the exporter flags

---------

Signed-off-by: Jeremy Miller <runofthemill@users.noreply.github.com>
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: SuperQ <SuperQ@users.noreply.github.com>
2023-07-26 15:26:04 +02:00
SuperQ
fd2427a3d4 chore: update version 2023-07-25 15:44:57 +00:00
github-actions[bot]
d12cd509c0
patch: 🎉 automated upstream release update (#168)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2023-07-25 17:43:41 +02:00
SuperQ
2f1e8a4be8
feat: Add chrony_exporter role
Add role for deploying the chrony_exporter.

Signed-off-by: SuperQ <superq@gmail.com>
2023-07-23 23:18:40 +02:00
SuperQ
8cad9a6f15
skip_changelog: Prefix role label triggers.
Add the prefix `roles/` to the per-role label names in order to
namespace them from other labels.

Signed-off-by: SuperQ <superq@gmail.com>
2023-07-23 11:45:33 +02:00
SuperQ
2d8c557b15 chore: update version 2023-07-23 08:34:49 +00:00
github-actions[bot]
ef105aa4f9
patch: 🎉 automated upstream release update (#162)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2023-07-23 10:33:34 +02:00
Ben Kochie
e66e609901
skip_changelog: Update yaml linting (#160)
Adjust yaml linting rules to fix non-issues with GitHub actions yaml.

Signed-off-by: SuperQ <superq@gmail.com>
2023-07-22 06:21:51 +02:00
SuperQ
c676915376
feat: Add pushgateway role
Add role to manage the Prometheus Pushgateway.

Signed-off-by: SuperQ <superq@gmail.com>
2023-07-11 08:31:38 +02:00
SuperQ
5879df729c
feat: Add role smokeping_prober
Add a role for the Smokeping Prober.

Signed-off-by: SuperQ <superq@gmail.com>
2023-07-10 21:41:40 +02:00
SuperQ
1b5a051aea chore: update version 2023-07-06 09:17:38 +00:00
Janos Tassy
f02bf8db0e
fix: mysqld_exporter should actually respect the mysqld_exporter_host variable (#88)
Signed-off-by: Ben Kochie <superq@gmail.com>
2023-07-06 11:16:05 +02:00
SuperQ
f36351b7f1 chore: update version 2023-07-06 09:07:20 +00:00
Ben Kochie
c608b0f1b9
Merge pull request #153 from prometheus-community/autoupdate/mysqld_exporter/0.15.0
patch: New prometheus/mysqld_exporter upstream release!
2023-07-06 11:06:09 +02:00
SuperQ
69669b3def chore: update version 2023-07-06 09:05:39 +00:00
Ben Kochie
85e6754638
Merge pull request #146 from prometheus-community/autoupdate/snmp_exporter/0.22.0
patch: New prometheus/snmp_exporter upstream release!
2023-07-06 11:04:31 +02:00
prombot
9bb137c721 patch: 🎉 automated upstream release update
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2023-06-26 14:32:10 +00:00