Commits on Nov 26, 2017

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

Commits on Nov 30, 2017

  1. Configuration menu
    Copy the full SHA
    3e6f4fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request #121 from vrtdev/bugfix/documentation_typo

    Correct typo in documentation header for node_exporter
    tuxmea authored Nov 30, 2017
    Configuration menu
    Copy the full SHA
    2bce66d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2017

  1. Bump dependencies

    Ensure puppetlabs/stdlib 4.13.1 is the minimum acceptable version across
    this modules's dependencies.
    juniorsysadmin committed Dec 2, 2017
    Configuration menu
    Copy the full SHA
    df47401 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Merge pull request #124 from juniorsysadmin/bump-deps

    Bump dependencies
    bastelfreak authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    02ff32a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. Use puppet internals to determine the state of the alert_manager

    When the PATH has not been set up system wide to include puppet, thhe
    prometheus_alert_manager_running fact throws errors in the logs. By
    using puppet internals, we get the same information without going
    through an 'external' execution.
    vStone committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    996a64b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e90d6b0 View commit details
    Browse the repository at this point in the history
  3. Add readme for alerts in prometheus 2

    jhooyberghs authored and vStone committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    07acd49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0810958 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9a77e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0d393f View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2017

  1. Configuration menu
    Copy the full SHA
    e9fddd1 View commit details
    Browse the repository at this point in the history
  2. daemon: explicitly pass provider to service

    This ensures puppet doesn't incorrectly detect the service provider in some circumstances (e.g. if a systemd unit is disabled).
    It also has the side-effect of enabling us to actually meaningfully override the provider (until now, setting $init_style would not propagate to the service, so puppet would try to detect the system provider even if you attempted to pass a different one)
    
    fixes #132
    costela committed Dec 18, 2017
    Configuration menu
    Copy the full SHA
    72458d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a76958 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. modulesync 1.6.0

    bastelfreak committed Jan 3, 2018
    Configuration menu
    Copy the full SHA
    5bc565e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #138 from voxpupuli/modulesync

    modulesync 1.6.0
    bastelfreak authored Jan 3, 2018
    Configuration menu
    Copy the full SHA
    613e6ed View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Merge pull request #127 from vrtdev/feature/alerts_prometheus2

    Feature/alerts prometheus2
    bastelfreak authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    f5ef4b1 View commit details
    Browse the repository at this point in the history
  2. add explicit parameter for retention

    this way we don't need to use $extra_options
    costela committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    346e028 View commit details
    Browse the repository at this point in the history
  3. prometheus systemd wants and depends "multi-user.target"

    fixes #134
    Martin Alfke authored and bastelfreak committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    f84e476 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #139 from voxpupuli/prometheus_systemd

    prometheus systemd wants and depends "multi-user.target"
    bastelfreak authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    11c2515 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #137 from RegioHelden/make_retention_configurable

    add explicit parameter for retention
    bastelfreak authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    5a6fa9d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #133 from RegioHelden/pass_provider_to_service

    daemon: explicitly pass provider to service
    bastelfreak authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    fd2a307 View commit details
    Browse the repository at this point in the history
  7. add symlink to promtool

    costela committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    cb754ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    766f1df View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    081fbca View commit details
    Browse the repository at this point in the history
  10. move config_dir creation to install.pp

    This is needed to break a dependency cycle involving alert.rules and the main config.
    
    Minor breaking change: if anyone used the purge argument directly to prometheus::config (instead of the prometheus class itself), the call will have to be adjusted.
    costela committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    15fca55 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #122 from RegioHelden/config_verify

    Add validation to config changes
    bastelfreak authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    9b159cd View commit details
    Browse the repository at this point in the history
  12. release 4.0.0

    bastelfreak committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    6555e6a View commit details
    Browse the repository at this point in the history
  13. Merge pull request #140 from voxpupuli/rel400

    release 4.0.0
    bastelfreak authored Jan 4, 2018
    Configuration menu
    Copy the full SHA
    9076174 View commit details
    Browse the repository at this point in the history