Commit graph

764 commits

Author SHA1 Message Date
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
16bea875f3 chore: update version 2024-03-08 20:32:37 +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
SuperQ
a7a5aa9f11 chore: update version 2024-03-07 08:16:39 +00: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
Oleg Klyuchkin
b84a1f4a2c
Merge branch 'prometheus-community:main' into main 2024-03-06 20:24:53 +03:00
SuperQ
f2de77e26f chore: update version 2024-03-06 10:35:59 +00: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
1c219877ba chore: update version 2024-03-05 15:09:27 +00: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
Oleg Klyuchkin
82e81f7e57
feat: version updater use case statement
Co-authored-by: Ben Kochie <superq@gmail.com>
Signed-off-by: Oleg Klyuchkin <anviar@users.noreply.github.com>
2024-02-29 11:25:37 +03:00
gardar
cf2db420c2 chore: update version 2024-02-28 18:47:32 +00:00
gardar
c9845b3909
Merge pull request #309 from prometheus-community/autoupdate/alertmanager/0.27.0
patch: New prometheus/alertmanager upstream release 0.27.0!
2024-02-28 18:46:35 +00: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
anviar
ec522a0a3e
test: version updater add gitlab_api function
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-28 10:42:01 +03:00
anviar
51c5b7e4a4
test: version updater fix sanity
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-27 12:02:54 +03:00
anviar
20a86dd76b
ci: version updater fix syntax
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-27 11:52:03 +03:00
anviar
45595a7d65
ci: gitlab.com support for version updater
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-27 11:36:29 +03:00
gardar
b780522780 chore: update version 2024-02-26 18:23:41 +00:00
gardar
ad36d6aa76
Merge pull request #306 from prometheus-community/autoupdate/prometheus/2.50.1
patch: New prometheus/prometheus upstream release 2.50.1!
2024-02-26 18:22:39 +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
gardar
6ade99befd chore: update version 2024-02-25 03:32:57 +00:00
gardar
6e134ee062
Merge pull request #305 from anviar/main
feat: Add bind_exporter role
2024-02-25 03:32:06 +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
631971b233
test: Add bind_exporter scripts
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-23 13:40:20 +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
Oleg Klyuchkin
841b190322
Merge branch 'prometheus-community:main' into main 2024-02-23 11:05:19 +03:00
gardar
a0794306cb chore: update version 2024-02-23 02:09:46 +00:00