Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    bf069d9 View commit details
    Browse the repository at this point in the history
  2. add tests

    mindriot88 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0cf8ef3 View commit details
    Browse the repository at this point in the history
  3. update acceptance tests

    mindriot88 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    87d76c9 View commit details
    Browse the repository at this point in the history
  4. appease rubocop

    mindriot88 committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    001bd98 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    cd0bf4c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. modulesync 7.4.0

    bastelfreak committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7adba63 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. modulesync 7.5.0

    zilchms committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    7b8713f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge pull request #715 from voxpupuli/modulesync

    modulesync 7.4.0
    bastelfreak authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    5dc551e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. fix Archlinux

    This commit fixes the Archlinux tests. Most notably the default for
    `install_method` is reset to the default for Archlinux. This is because
    most exporters actually don't have a package for Archlinux. The changes
    are somwhat backwards incompatible, but I would argue that previously the
    module was broken for Archlinux. So I consider this a bugfix instead.
    TheMeier committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8a142e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #719 from voxpupuli/fix_arch_acceptance_test

    Fix arch acceptance test
    bastelfreak authored May 18, 2024
    Configuration menu
    Copy the full SHA
    aff27e1 View commit details
    Browse the repository at this point in the history
  3. remove code for puppet < 7

    metadata.json already requires puppet >= 7
    
    fixes #688
    TheMeier authored and bastelfreak committed May 18, 2024
    Configuration menu
    Copy the full SHA
    a0f13f0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #724 from /issues/688

    remove code for puppet < 7
    bastelfreak authored May 18, 2024
    Configuration menu
    Copy the full SHA
    44e45dd View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Configuration menu
    Copy the full SHA
    49e4761 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #716 from voxpupuli/systemd_update

    update puppet-systemd upper bound to 8.0.0
    bastelfreak authored May 19, 2024
    Configuration menu
    Copy the full SHA
    450441f View commit details
    Browse the repository at this point in the history
  3. change path or my.cnf for mysqld_exporter

    previously /etc/.my.cnf was used. This is the default mysql config
    path for many other tools and should not be modified by this module.
    TheMeier committed May 19, 2024
    Configuration menu
    Copy the full SHA
    d27b82c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #722 from voxpupuli/issue/226

    change path or my.cnf for mysqld_exporter
    bastelfreak authored May 19, 2024
    Configuration menu
    Copy the full SHA
    5a42167 View commit details
    Browse the repository at this point in the history
  5. drop Debian 10 support

    TheMeier committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b3fcb27 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. fix syntax of altermanager::receivers

    fixes #539
    TheMeier committed May 21, 2024
    Configuration menu
    Copy the full SHA
    da52be5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge pull request #723 from /issues/539

    fix syntax of altermanager::receivers
    bastelfreak authored May 23, 2024
    Configuration menu
    Copy the full SHA
    b1205f0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. update alertmanager to 0.27.0

    deprecation of source_match(_re) and target_match(_re), these settings have been deprecated since 2021
    
    test is done by calling amtool in https://github.com/voxpupuli/puppet-prometheus/blob/master/spec/classes/alertmanager_spec.rb#L172
    
    fixes #697
    TheMeier committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1e46922 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #725 from /issues/697

    update alertmanager to 0.21.0->0.27.0
    bastelfreak authored May 24, 2024
    Configuration menu
    Copy the full SHA
    fd23df9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #727 from voxpupuli/drop_debian_10

    drop Debian 10 support
    bastelfreak authored May 24, 2024
    Configuration menu
    Copy the full SHA
    a3b67ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3c96d2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. Merge pull request #726 from voxpupuli/drop_eol_centos

    drop RedHat and CentOS 7 & 8 support
    TheMeier authored May 25, 2024
    Configuration menu
    Copy the full SHA
    2ce390b View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. drop support for prometheus 1.x

    also drop support for prometheus  < 2.8.0 (released Mar 12, 2019)
    
    fixes: #718
    TheMeier committed May 26, 2024
    Configuration menu
    Copy the full SHA
    5c570b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #728 from /issues/718

    drop support for prometheus 1.x, update prometheus version to 2.52.0
    TheMeier authored May 26, 2024
    Configuration menu
    Copy the full SHA
    0501c01 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Merge pull request #637 from sohonet/rabbitmq_exporter_fixes

    Change default port from 9090 to 9419
    TheMeier authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    2f3d762 View commit details
    Browse the repository at this point in the history
  2. drop suport for redis_exporter < 1.0.0

    fixes #729
    TheMeier committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    6e184bf View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge pull request #732 from TheMeier/issues/729

    drop suport for redis_exporter < 1.0.0
    bastelfreak authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7ff6a22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d7d230 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #731 from TheMeier/issues/720

    drop support for alertmanager < 0.13.0
    TheMeier authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0781bf0 View commit details
    Browse the repository at this point in the history
  4. modulesync 8.0.1

    bastelfreak committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4663c16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    898bc7e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    a399830 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #736 from voxpupuli/modulesync

    modulesync 8.0.1
    bastelfreak authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1b82ade View commit details
    Browse the repository at this point in the history
  3. Merge pull request #735 from TheMeier/issues/734

    replace templates for systemd units with systemd::manage_unit
    TheMeier authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1510e79 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. cleanup prometheus 1 removal

    It seems that the checks in https://github.com/voxpupuli/puppet-prometheus/blob/master/spec/classes/prometheus_spec.rb#L371-L478 have not been executed before. I guess because facts[:service_provider] == 'systemd' was not true. Sadly that uncovered an issue with the defaults for prometheus::server::bin_dir on archlinux: The lookup of the hiera data for prometheus::server::bin_dir has precedence over the parameter passed to prometheus::bin_dir
    TheMeier committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    41610a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #739 from voxpupuli/prom1

    cleanup prometheus 1 removal
    TheMeier authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    12055a2 View commit details
    Browse the repository at this point in the history
  3. modulesync 9.0.0

    bastelfreak authored and TheMeier committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    11bfa21 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #738 from voxpupuli/modulesync

    modulesync 9.0.0
    TheMeier authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6ce36fc View commit details
    Browse the repository at this point in the history
  5. prepare release 15.0.0

    TheMeier committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ac48995 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #740 from voxpupuli/prepare_release

    prepare release 15.0.0
    TheMeier authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    49b6360 View commit details
    Browse the repository at this point in the history