gardar
c11ee10a50
Merge pull request #395 from gardar/update-platforms
...
fix: remove EOL platforms for current ones
2024-09-28 12:26:19 +00:00
gardar
1c809bc7fc
fix: cleanup unused playbooks now that prepare stages have been merged into one
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-28 03:01:55 +00:00
gardar
050c9d3347
fix: remove unneeded download step that can cause ratelimit
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-28 02:57:10 +00:00
gardar
c8b2516c7f
refactor: streamline molecule alternative scenario further
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-27 16:38:46 +00:00
gardar
4e98e1f597
fix: make sure old versions of pytest find helper
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-27 13:32:19 +00:00
prombot
5ac83fd8a9
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-09-26 14:36:27 +00:00
gardar
3b679c9161
fix: skip running testinfra on excluded ansible versions
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-20 19:48:18 +00:00
prombot
bf483a528a
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-09-20 14:32:34 +00:00
github-actions[bot]
ad10fd4767
patch: 🎉 automated upstream release update ( #417 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-09-18 16:45:47 +02:00
gardar
b471a1f4a4
test: unified prepare playbook for alternative molecule scenarios
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-18 03:49:54 +00:00
gardar
c59483a92f
refactor: make systemd_exporter molecule config be in line with other roles
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-16 17:42:03 +00:00
gardar
7be1f09b9c
fix: add Ubuntu 24.04 to supported platforms
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-13 14:06:14 +00:00
gardar
93d4e2b672
fix: replace EOL Fedora versions with current ones
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-13 14:06:14 +00:00
gardar
f668cd0ac4
removed: drop centos 7 support as it is EOL
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-13 14:06:14 +00:00
gardar
94fb802ec2
removed: drop debian 10 support as it is EOL
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-13 14:06:13 +00:00
Bryan Quigley
39eddc920e
enhancement: adding env, container labels options
...
Add following
- cadvisor_env_metadata_whitelist
- cadvisor_whitelisted_container_labels
- cadvisor_store_container_labels
Tested with this simple playbook:
---
- name: Install cAdvisor
hosts: localhost
become: yes
tasks:
- name: Import cAdvisor role
import_role:
name: cadvisor
vars:
cadvisor_docker_only: true
cadvisor_enable_metrics: [ "cpu", "memory", "network", "oom_event" ]
cadvisor_whitelisted_container_labels: [ "com.docker.compose.oneoff" ]
cadvisor_env_metadata_whitelist: [ "JEKYLL_ENV", "PATH" ]
cadvisor_store_container_labels: false
Also tested dropping the options, which is why I decided to explicitly set
store_container_labels: true (which is the cadvisor default).
Closes : #403
Signed-off-by: Bryan Quigley <code@bryanquigley.com>
2024-09-13 12:35:22 +00:00
gardar
ea8aff5aea
Merge pull request #388 from prometheus-community/autoupdate/memcached_exporter/0.14.4
...
patch: New prometheus/memcached_exporter upstream release 0.14.4!
2024-09-13 12:28:08 +00:00
gardar
941a6614a7
Merge pull request #401 from prometheus-community/autoupdate/node_exporter/1.8.2
...
patch: New prometheus/node_exporter upstream release 1.8.2!
2024-09-13 12:27:28 +00:00
gardar
04df45de29
Merge pull request #404 from prometheus-community/autoupdate/process_exporter/0.8.3
...
patch: New ncabatoff/process-exporter upstream release 0.8.3!
2024-09-13 12:26:48 +00:00
gardar
f51c1be33a
Merge pull request #405 from prometheus-community/autoupdate/nginx_exporter/1.3.0
...
patch: New nginxinc/nginx-prometheus-exporter upstream release 1.3.0!
2024-09-13 12:26:15 +00:00
gardar
03cfe4118f
Merge pull request #413 from prometheus-community/autoupdate/prometheus/2.54.1
...
patch: New prometheus/prometheus upstream release 2.54.1!
2024-09-13 12:25:34 +00:00
prombot
7bdebd7057
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-09-13 11:23:44 +00:00
prombot
074a8d27c3
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-09-13 11:20:05 +00:00
prombot
5bf3a7e96d
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-09-09 14:36:27 +00:00
prombot
0a41fad3b9
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-08-28 14:32:02 +00:00
github-actions[bot]
a1e83cd17d
patch: 🎉 automated upstream release update ( #409 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-08-19 18:19:14 +02:00
prombot
c43b3382ee
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-07-25 14:30:39 +00:00
prombot
0bd6d54a8e
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-07-22 14:31:45 +00:00
github-actions[bot]
65ce296b5d
patch: 🎉 automated upstream release update ( #391 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-07-03 09:26:33 +02:00
github-actions[bot]
aeb7570681
patch: 🎉 automated upstream release update ( #381 )
...
Signed-off-by: Ben Kochie <superq@gmail.com>
2024-06-10 09:04:09 +02:00
gibix
b443b7cd22
docs: fix config_flags_extra wrong example
...
The prometheus configuration `storage.tsdb.retention` should be setted
via `prometheus_storage_retention`. If setted via
`prometheus_config_flags_extra` it throws `duplicating configuration`
error.
Signed-off-by: gibix <gibix@inventati.org>
2024-05-31 15:56:35 +02:00
prombot
af494d734b
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-05-30 14:30:40 +00:00
Leonhard Mayr
62f1a07b6f
Limit scrape_config_files to supported versions
...
Signed-off-by: Leonhard Mayr <leonhard.mayr@manz.at>
2024-05-29 13:13:20 +02:00
Leonhard Mayr
60fe2d4332
Use system group variable
...
Signed-off-by: Leonhard Mayr <leonhard.mayr@manz.at>
2024-05-29 08:10:32 +02:00
Zdeněk Bělehrádek
0d07f6e57e
Added prometheus scrape_config_files support
...
Signed-off-by: Zdeněk Bělehrádek <zdenek.belehradek@ataccama.com>
2024-05-28 15:56:40 +02:00
Ben Kochie
2b9f13cd32
Merge branch 'main' into main
2024-05-27 07:56:51 +02:00
gardar
fef1936451
Merge pull request #353 from prometheus-community/autoupdate/chrony_exporter/0.10.0
...
patch: New superq/chrony_exporter upstream release 0.10.0!
2024-05-24 23:38:39 +00:00
gardar
6bff10c7bf
Merge pull request #357 from prometheus-community/autoupdate/prometheus/2.52.0
...
patch: New prometheus/prometheus upstream release 2.52.0!
2024-05-24 23:38:04 +00:00
prombot
a901e4552b
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-05-24 22:55:14 +00:00
msterhuj
f1b8e94ba3
docs: update argument specs
...
Signed-off-by: msterhuj <gabin.lanore@gmail.com>
2024-05-24 22:54:28 +00:00
msterhuj
cb1c0003c1
patch: added the ability to choose which ip to connect
...
Signed-off-by: msterhuj <gabin.lanore@gmail.com>
2024-05-24 22:54:28 +00:00
github-actions[bot]
b2ddbd9e39
patch: 🎉 automated upstream release update ( #366 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
2024-05-25 00:05:49 +02:00
Emmanuel Bilheude
edec9daf5b
[fix] (blackblox-exporter) Update hardcoded install path
...
Signed-off-by: Emmanuel Bilheude <ebilheude@dotscreen.com>
2024-05-14 14:24:15 +02:00
github-actions[bot]
1c3dfa9633
patch: 🎉 automated upstream release update ( #359 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-05-11 16:54:24 +02:00
github-actions[bot]
8f21b51008
patch: 🎉 automated upstream release update ( #356 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-04-29 20:43:43 +02:00
prombot
3292dec90a
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-04-26 14:28:29 +00:00
prombot
6fb1db7206
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-04-25 22:27:13 +00:00
Nick Nabb
784d1f4245
fix: process-exporter app url
...
Signed-off-by: Nick Nabb <nick.nabb@gmail.com>
2024-04-22 10:12:23 -04:00
github-actions[bot]
6485e52f45
patch: 🎉 automated upstream release update ( #336 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-04-18 18:44:37 +02:00
dpavle
0895a2c2a2
enhancement(prometheus): fix linting errors
...
Signed-off-by: dpavle <17710777+dpavle@users.noreply.github.com>
2024-04-18 12:47:05 +02:00
dpavle
a7b4409840
enhancement(prometheus): handle yaml formatted files with the old .rules extension
...
Signed-off-by: dpavle <17710777+dpavle@users.noreply.github.com>
2024-04-18 12:34:14 +02:00
dpavle
b8e4f31779
enhancement(prometheus): fully commit to the yaml rule format
...
Signed-off-by: dpavle <17710777+dpavle@users.noreply.github.com>
2024-04-18 12:34:06 +02:00
Pavle
06de856576
Merge branch 'prometheus-community:main' into main
2024-04-17 18:12:58 +02:00
dpavle
e8b9766d7e
enhancement(prometheus): match any .yml file in /rules: docs
...
Signed-off-by: dpavle <17710777+dpavle@users.noreply.github.com>
2024-04-15 16:32:34 +02:00
prombot
598368682d
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-04-15 14:26:21 +00:00
Pavle
3eff65f47d
enhancement(prometheus): match any .yml file in /rules
...
Co-authored-by: Ben Kochie <superq@gmail.com>
Signed-off-by: Pavle <17710777+dpavle@users.noreply.github.com>
2024-04-15 15:45:48 +02:00
dpavle
52056c158b
enhancement(prometheus): support prometheus2 .yml rule file format
...
Signed-off-by: dpavle <dencic.pavle@gmail.com>
2024-04-15 14:41:48 +02:00
prombot
be6935bf48
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-04-09 14:28:42 +00:00
Mykyta Orlov
402edf792b
Expilicitly set no direct connect and no global connection pool
...
Signed-off-by: Mykyta Orlov <orlovmyk@gmail.com>
2024-04-09 12:55:03 +00:00
Rimantas Ragainis
dae9cd6ec0
Add ability to disable exporter metrics itself
...
Signed-off-by: Rimantas Ragainis <rimantas.ragainis@gmail.com>
2024-04-09 12:31:23 +00:00
gardar
c6248595b3
Merge pull request #329 from prometheus-community/autoupdate/pushgateway/1.8.0
...
patch: New prometheus/pushgateway upstream release 1.8.0!
2024-04-09 12:31:01 +00:00
gardar
4615216a6b
Merge pull request #328 from prometheus-community/autoupdate/smokeping_prober/0.8.1
...
patch: New superq/smokeping_prober upstream release 0.8.1!
2024-04-09 12:21:35 +00:00
prombot
55d952baa5
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-04-09 10:58:31 +00:00
prombot
b23b469472
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-04-09 10:58:16 +00:00
prombot
7dfa3a3abc
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-04-09 10:57:35 +00:00
gardar
adfd547335
Merge pull request #325 from prometheus-community/autoupdate/chrony_exporter/0.9.2
...
patch: New superq/chrony_exporter upstream release 0.9.2!
2024-04-09 10:55:14 +00:00
github-actions[bot]
f79db4bb00
patch: 🎉 automated upstream release update ( #322 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-04-05 09:16:15 +02:00
prombot
7640ce9f3b
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-03-25 14:28:43 +00:00
github-actions[bot]
c72059ffb2
patch: 🎉 automated upstream release update ( #319 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-03-20 17:09:01 +01:00
github-actions[bot]
64cc49e6e6
patch: 🎉 automated upstream release update ( #318 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-03-20 17:08:49 +01:00
github-actions[bot]
ffa7ad9add
patch: 🎉 automated upstream release update ( #317 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-03-20 16:45:30 +01:00
github-actions[bot]
b91773432a
patch: 🎉 automated upstream release update ( #316 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-03-20 16:45:14 +01:00
github-actions[bot]
51189b8368
patch: 🎉 automated upstream release update ( #315 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-03-20 16:25:56 +01:00
gardar
0e6ed3d187
fix: adopt protecthome test to latest molecule scenario
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:27 +00:00
gardar
3c4733bb09
fix: archive name typo
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:27 +00:00
gardar
d702d95af4
docs: remove outdated info from README
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:26 +00:00
gardar
c940d84630
fix: add bcrypt test requirement
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:26 +00:00
gardar
9dd6aa9fb8
fix: remove unused pytest import
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:26 +00:00
gardar
143e66d78c
minor: allow configuring temporary dir for binary archive
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:26 +00:00
gardar
02ff0e7219
fix: add missing alternative/latest molecule scenarios
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:26 +00:00
gardar
457da4282b
feat: add tls/http/basic auth web config
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:26 +00:00
gardar
894db57168
refactor: move config to template
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:26 +00:00
gardar
7def6b81a4
feat: make web telemetry path configurable
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:26 +00:00
gardar
953b0b14c3
fix: bump to latest version
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:25 +00:00
gardar
8b1b6e36e2
minor: add protecthome
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:25 +00:00
gardar
2a3f56e859
fix: remove include parameter which is not supported in all ansible version the collection supports
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:25 +00:00
gardar
a63fd464df
fix: extracted dir name
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:25 +00:00
gardar
5ef563a501
fix: typo
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:25 +00:00
gardar
7401eb83b4
fix: checksums url
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:25 +00:00
gardar
65de2ec726
fix: raw string argument validation error
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:25 +00:00
gardar
0ae35a0b80
fix: url/binary names
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:25 +00:00
gardar
e44a2345d3
docs: add argument_specs
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:24 +00:00
gardar
4c2902f209
feat: add process_exporter role
...
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-03-08 20:41:24 +00:00
gardar
737fbbd3d6
Merge pull request #312 from anviar/main
...
feat: cadvisor - options to enable\disable metrics and docker-only mode
2024-03-08 20:26:44 +00:00
Oleg Klyuchkin
e29a4191c4
test: ✅ cadvisor - more tests for alternative scenario
...
Signed-off-by: Oleg Klyuchkin <anviar@users.noreply.github.com>
2024-03-08 22:08:19 +03:00
Spirit-act
6218fccc64
change monogdb exporter collector check in service ( #310 )
...
the collectors section within in the systemd service file checks if
mongodb_exporter_collectors is iterable. Since string is iterable the
elif block does not trigger. If I change the if to check if the
variable is from type list, it works.
Signed-off-by: Spirit-act <16631523+Spirit-act@users.noreply.github.com>
2024-03-07 09:15:39 +01:00
Oleg Klyuchkin
a7305a5d07
docs: ✏️ cadvisor - remove trailing space
...
Signed-off-by: Oleg Klyuchkin <anviar@users.noreply.github.com>
2024-03-06 21:31:29 +03:00
Oleg Klyuchkin
92cfd70d49
feat: cadvisor - options to enable\disable metrics and docker-only mode
...
Signed-off-by: Oleg Klyuchkin <anviar@users.noreply.github.com>
2024-03-06 21:19:28 +03:00
ResuBaka
d8a5ebdf2c
fix(ipmi_exporter): add option to impi_exporter service to allow tmp file creation ( #311 )
...
Signed-off-by: Ben Kochie <superq@gmail.com>
2024-03-06 11:35:01 +01:00
gardar
da146e07d2
Merge pull request #301 from mark-tomich/main
...
bugfix: use temporary directory to make compatible with multi-user controllers
2024-03-05 15:08:32 +00:00
Mark Tomich
8a9c4e6ff9
adding smokeping_archive_path
...
Signed-off-by: Mark Tomich <tomichms@nih.gov>
2024-02-29 13:38:54 -05:00
Mark Tomich
855b08f0aa
fixing smokeping_archive_path
...
Signed-off-by: Mark Tomich <tomichms@nih.gov>
2024-02-29 13:29:54 -05:00
Mark Tomich
d25f772f5f
adding *_archive_path by request
...
Signed-off-by: Mark Tomich <tomichms@nih.gov>
2024-02-29 13:21:57 -05:00
Mark Tomich
32d15d4361
Setting one archive_path per role and setting default values
...
Signed-off-by: Mark Tomich <tomichms@nih.gov>
2024-02-29 10:55:40 -05:00
Mahendra Paipuri
cf1a5dbece
chore: Configurable prometheus system user, group ( #307 )
...
Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
2024-02-29 09:50:15 +01:00
Oleg Klyuchkin
ee540fe8de
skip_changelog(ci): gitlab.com support for version updater ( #308 )
...
* ci: gitlab.com support for version updater
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
* ci: version updater fix syntax
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
* test: version updater fix sanity
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
* test: version updater add gitlab_api function
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
* feat: version updater use case statement
Co-authored-by: Ben Kochie <superq@gmail.com>
Signed-off-by: Oleg Klyuchkin <anviar@users.noreply.github.com>
---------
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
Signed-off-by: Oleg Klyuchkin <anviar@users.noreply.github.com>
Co-authored-by: Ben Kochie <superq@gmail.com>
2024-02-29 09:48:53 +01:00
Mark Tomich
5150409d55
allowing for the specification of a prometheus_archive_path
other than
...
`/tmp`
Signed-off-by: Mark Tomich <tomichms@nih.gov>
2024-02-28 10:40:41 -05:00
prombot
d703f0f18b
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-02-28 14:28:49 +00:00
prombot
763bc8aee7
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-02-26 14:29:30 +00:00
anviar
3f9aa6eaba
fix: bind_exporter multiple listen addresses definition
...
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-23 22:04:27 +03:00
anviar
29bb493b1d
feat: Add bind_exporter role
...
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-23 13:33:13 +03:00
prombot
90d372cbaf
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-02-23 01:43:10 +00:00
Oleg Klyuchkin
06490d7c8b
feat: Add postgres_exporter role ( #291 )
...
* feat: Add postgres_exporter role
---------
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-22 14:44:11 +01:00
Oleg Klyuchkin
3e4ff17886
feat: Add mongodb_exporter ( #293 )
...
* feat: Add mongodb_exporter
---------
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-22 14:43:51 +01:00
Oleg Klyuchkin
945f39366c
feat: Add fail2ban_exporter role ( #294 )
...
* feat: Add fail2ban_exporter role
---------
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-22 14:43:31 +01:00
Oleg Klyuchkin
d044d8894b
feat: Add redis_exporter role ( #299 )
...
* feat: Add redis_exporter role
---------
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-22 14:43:10 +01:00
prombot
2737b576e6
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-02-18 14:28:18 +00:00
anviar
672cad0253
test: fix nginx_exporter checks
...
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
test: fix nginx_exporter alternative URI
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
test: fix nginx_exporter alternative locations
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
test: fix nginx_exporter alternative local bin directory
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
test: fix nginx_exporter alternative fix lint
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
test: fix nginx_exporter alternative local binary
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
test: fix nginx_exporter alternative fix port
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-10 14:56:56 +03:00
anviar
c7b2c604c4
refactor: change default user to custom
...
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-10 09:01:14 +03:00
anviar
35b38bb93c
feat: add "Plus" mode flag for nginx_exporter
...
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-09 09:40:17 +03:00
Oleg Klyuchkin
9915604fa1
docs: fix default version in doc
...
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-09 08:50:00 +03:00
Oleg Klyuchkin
830e69814f
feat: Add nginx_exporter role
...
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-09 08:49:59 +03:00
SuperQ
954a01d17c
fix: Don't reload services when restarting
...
Avoid triggering a reload of various role services when a restart is
needed. This avoids the race between restart and reload.
Signed-off-by: SuperQ <superq@gmail.com>
2024-01-29 13:57:34 +01:00
prombot
718fe1a866
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-01-24 14:31:27 +00:00
prombot
6a96f501e6
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-01-19 14:30:21 +00:00
prombot
a9f0d532fc
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-01-16 14:30:41 +00:00
github-actions[bot]
8966daea59
patch: 🎉 automated upstream release update ( #277 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-01-15 16:42:39 +01:00
SuperQ
b3582f1ff9
feat: Add ipmi_exporter role
...
Add a new role for the `ipmi_exporter`.
Signed-off-by: SuperQ <superq@gmail.com>
2024-01-15 09:35:44 +01:00
github-actions[bot]
f9265bcdfe
patch: 🎉 automated upstream release update ( #275 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-01-15 09:33:47 +01:00
SuperQ
9e8cdccba6
feat: Add cadvisor role
...
Add a role to deploy https://github.com/google/cadvisor .
Signed-off-by: SuperQ <superq@gmail.com>
2024-01-08 17:51:09 +01:00
gardar
9ea5fcf610
Merge pull request #269 from prometheus-community/autoupdate/memcached_exporter/0.14.2
...
patch: New prometheus/memcached_exporter upstream release 0.14.2!
2024-01-03 17:31:17 +00:00
github-actions[bot]
17c4878837
patch: 🎉 automated upstream release update ( #268 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2024-01-03 16:55:25 +01:00
molpako
a38e7eed3f
fix(mysqld_exporter): Change condition for mysqld_exporter_host check
...
Modify the condition for `mysqld_exporter_host` in the mysqld_exporter my_cnf.j2 template to address an issue where `mysqld_exporter_host: null` in roles/defaults/main.yml was not being handled correctly. The updated condition ensures the host setting logic operates properly even when `mysqld_exporter_host` is set to null.
Signed-off-by: molpako <system.222.down@gmail.com>
2024-01-03 22:57:15 +09:00
prombot
212ee3b55b
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2023-12-25 14:28:22 +00:00
Ilari Iso-Junno
172b4bbb08
fix: conditional statement jinja2 templating warning ( #266 )
...
A new warning occurred after updating from ansible-core 2.15.4 to 2.15.8
[WARNING]: conditional statements should not include jinja2 templating
delimiters such as {{ }} or {% %}. Found: ...
Removed the jinja2 templating delimeters to fix the warning.
Signed-off-by: Ilari Iso-Junno <iisojunn@users.noreply.github.com>
Co-authored-by: Ilari Iso-Junno <iisojunn@users.noreply.github.com>
2023-12-18 16:21:26 +01:00
github-actions[bot]
558b29c155
patch: 🎉 automated upstream release update ( #262 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2023-12-12 15:51:21 +01:00
rezizter
6223e3b2da
enhancement: Add time_intervals to AlertManager ( #251 )
...
* enhancement: Add time_intervals to AlertManager
---------
Signed-off-by: Shaun Megaw <shaun.megaw@absa.africa>
2023-12-12 14:50:38 +01:00
gardar
2a14cd1b64
Merge pull request #261 from prometheus-community/autoupdate/snmp_exporter/0.25.0
...
patch: New prometheus/snmp_exporter upstream release 0.25.0!
2023-12-12 12:47:25 +00:00
gardar
74039c3395
Merge pull request #259 from prometheus-community/autoupdate/memcached_exporter/0.14.1
...
patch: New prometheus/memcached_exporter upstream release 0.14.1!
2023-12-12 12:39:25 +00:00
prombot
7da4b0475a
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2023-12-11 14:31:57 +00:00
github-actions[bot]
d208acf825
patch: 🎉 automated upstream release update ( #260 )
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Co-authored-by: prombot <prometheus-team@googlegroups.com>
2023-12-10 14:52:27 +01:00
prombot
0c296d1ce7
patch: 🎉 automated upstream release update
...
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2023-12-09 14:27:19 +00:00
Ben Kochie
f084b71dbc
feat: Add mecached_exporter role ( #256 )
...
Add new role: `memcached_exporter`
Signed-off-by: SuperQ <superq@gmail.com>
2023-12-08 17:57:33 +01:00
Ben Kochie
91b5781591
fix: Use repo var for preflight ( #258 )
...
Use the per-role repo var consistently in the preflight GitHub API URLs.
Signed-off-by: SuperQ <superq@gmail.com>
2023-12-07 16:39:08 +01:00
gardar
002e5b3675
Merge pull request #213 from idiv-biodiversity/alertmanager/multiple-web-listen-addresses
...
enhancement: allows using multiple web listen addresses
2023-11-30 15:07:47 +00:00
Christian Krause
c8a340e5b3
enhancement(systemd_exporter): supports multiple web listen addresses in preflight
...
this is for consistency with the other roles' preflight asserts for when the
exporter itself finally supports multiple web listen addresses
Signed-off-by: Christian Krause <christian.krause@idiv.de>
2023-11-30 11:12:12 +01:00
Christian Krause
5fa22913b4
enhancement(smartctl_exporter): supports multiple web listen addresses in preflight
...
this is for consistency with the other roles' preflight asserts for when the
exporter itself finally supports multiple web listen addresses
Signed-off-by: Christian Krause <christian.krause@idiv.de>
2023-11-30 11:12:12 +01:00
Christian Krause
762cb1d5f3
enhancement(prometheus): supports multiple web listen addresses in preflight
...
this is for consistency with the other roles' preflight asserts for when
prometheus itself finally supports multiple web listen addresses
Signed-off-by: Christian Krause <christian.krause@idiv.de>
2023-11-30 11:12:11 +01:00
Christian Krause
4897b20b47
enhancement(blackbox_exporter): allows using multiple web listen addresses
...
Signed-off-by: Christian Krause <christian.krause@idiv.de>
2023-11-30 11:12:11 +01:00
Christian Krause
09f705ad00
enhancement(smokeping_prober): allows using multiple web listen addresses
...
Signed-off-by: Christian Krause <christian.krause@idiv.de>
2023-11-30 11:12:11 +01:00