Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    ce08553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54e2c2f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #624 from voxpupuli/cleanup

    prometheus: Move hiera data to class
    bastelfreak authored Jun 3, 2022
    Configuration menu
    Copy the full SHA
    001ec20 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Debian OS family: Install apt-transport-https during CI

    This is sometimes required and to speed up our CI, we don't rely on the
    puppetlabs/apt module to install it.
    bastelfreak committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6d8b53d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #628 from bastelfreak/debian

    Debian OS family: Install apt-transport-https during CI
    bastelfreak authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    475a35b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    75c87c7 View commit details
    Browse the repository at this point in the history
  2. lint fixes

    treydock committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a2db599 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #618 from treydock/time_interval

    Support time_intervals with alertmanager >= 0.24.0
    bastelfreak authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ba8ba36 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. modulesync 5.4.0

    bastelfreak committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    46553e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #639 from voxpupuli/modulesync

    modulesync 5.4.0
    bastelfreak authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    6661bdf View commit details
    Browse the repository at this point in the history
  3. Adapt web.config.file option for node_exporter versions higher than 1…

    ….5.0
    
    From: https://github.com/prometheus/node_exporter/blob/master/CHANGELOG.md
    version 1.5.0:
    
    ```
    NOTE: A command line arg has been changed from --web.config to --web.config.file.
    ```
    Pigueiras committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    5ca1475 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #644 from Pigueiras/fix_webconfig

    Adapt web.config.file option for node_exporter versions higher than 1.5.0
    bastelfreak authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    1fb07b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Configuration menu
    Copy the full SHA
    c2cf253 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    360cb95 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #645 from voxpupuli/maint/systemd-4.0.0

    bump puppet/systemd to < 5.0.0
    bastelfreak authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9087f82 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. feat: Support JMX exporter (#636)

    * feat: Support JMX exporter
    
    fixes #635
    
    * fix: PR suggestions
    
    * chore: Missing reformatting
    
    * chore: Missing reformatting
    
    * Update manifests/jmx_exporter.pp
    
    Co-authored-by: Tim Meusel <tim@bastelfreak.de>
    
    * Update manifests/jmx_exporter.pp
    
    Co-authored-by: Tim Meusel <tim@bastelfreak.de>
    
    * Update manifests/jmx_exporter.pp
    
    Co-authored-by: Tim Meusel <tim@bastelfreak.de>
    
    * Update manifests/jmx_exporter.pp
    
    Co-authored-by: Tim Meusel <tim@bastelfreak.de>
    
    ---------
    
    Co-authored-by: Tim Meusel <tim@bastelfreak.de>
    dploeger and bastelfreak authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    8ea6920 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #642 from phaedriel/init_style

    Replace $facts['service_provider'] by $prometheus::init_style (except init.pp)
    bastelfreak authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    19cd111 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1e510d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    941b6e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    287daee View commit details
    Browse the repository at this point in the history
  6. Merge pull request #647 from voxpupuli/grob

    grok_exporter: Move hiera data to class
    bastelfreak authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c4436f4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #648 from voxpupuli/config

    config_file: Enforce Stdlib::Absolutepath
    bastelfreak authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    9c6b161 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #649 from voxpupuli/el89

    Add AlmaLinux/Rocky 8 support
    bastelfreak authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c2e6e88 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66759d6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e1ef3c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d47d200 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b052253 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #653 from voxpupuli/varnish

    varnish_exporter: Move hiera data to class
    bastelfreak authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    7dca9de View commit details
    Browse the repository at this point in the history
  14. Release 12.5.0

    bastelfreak committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    041bf38 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #646 from voxpupuli/rel1250

    Release 12.5.0
    bastelfreak authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    25dd701 View commit details
    Browse the repository at this point in the history