Commit graph

6 commits

Author SHA1 Message Date
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
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
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
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
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