datadog-formula

A saltstack formula for Datadog

OTHER License

Stars
30
Committers
25
datadog-formula - 3.7 / 2023-10-31 Latest Release

Published by chouquette 12 months ago

[FEATURE] Add support for SUSE

datadog-formula - 3.6 / 2023-07-10

Published by chouetz about 1 year ago

  • [FEATURE] Update signing keys
datadog-formula - 3.5 / 2023-01-12

Published by bkabrda almost 2 years ago

  • [DEPRECATION] Remove the old RPM GPG key 4172A230 from hosts that still trust it, and stop trusting it.
datadog-formula - 3.4 / 2021-08-12

Published by KSerrania about 3 years ago

  • [FEATURE] Install datadog-signing-keys on Debian-based platforms #69
  • [FEATURE] Implement improvements to APT keys management #68
  • [FEATURE] Enable repo_gpgcheck for Agent > 5 yum repos #67
  • [FEATURE] Add 'CURRENT' public key entry, get keys from keys.datadoghq.com #65
datadog-formula - 3.3 / 2020-11-16

Published by KSerrania almost 4 years ago

  • [FEATURE] Trust new Datadog GPG keys #63
datadog-formula - 3.2

Published by KSerrania about 4 years ago

3.2 / 2020-08-31

  • [FEATURE] Allow installing third-party integrations #57 & #58
  • [BUGFIX] Restart the datadog-agent service after an integration install #59
datadog-formula - 3.1

Published by KSerrania over 4 years ago

3.1 / 2020-07-21

  • [FEATURE] Create install info file #52
  • [BUGFIX] Remove old check config file if check is installed with Agent 6/7 #47
datadog-formula - 2.2

Published by KSerrania over 4 years ago

2.2 / 2020-07-21

  • [BUGFIX] Put check config files in the <check>.d/ directory on Agent v6 and v7 #39
  • [BUGFIX] Fix checks config directory permissions #45
  • [BUGFIX] Remove old check config file if check is installed with Agent 6/7 #47
datadog-formula - 3.0

Published by KSerrania almost 5 years ago

3.0 / 2019-12-18

This formula will install Agent v7 by default. Datadog Agent v7 runs checks with Python 3, so if you were running any custom checks written in Python, they must be compatible with Python 3. If you were not running any custom checks or if your custom checks are already compatible with Python 3, then it is safe to upgrade to Agent v7.

This release contains breaking changes to the pillar file structure. Please read the README file, in particular the pillar configuration section, as well as the pillar example file for details on how to write your pillar file.

  • [FEATURE] Add Agent v7 support #40
  • [FEATURE] Allow all datadog.yaml config options for Agent v6 and v7 #35
  • [FEATURE] Add ability to choose check versions #37
  • [BUGFIX] Put check config files in the <check>.d/ directory on Agent v6 and v7 #39
  • [BUGFIX] Fix Agent v6 and v7 install from beta repositories #42
  • [BUGFIX] Fix checks config directory permissions #45
  • [OTHER] Testing docs & scripts improvements #44
  • [OTHER] Do not import the old rpm GPG key if installing Agent v7 #43
  • [OTHER] Unused variable cleanup #36
datadog-formula - 2.1

Published by KSerrania about 5 years ago

2.1 / 2019-08-27

  • [FEATURE] Add python_version option #33
  • [FEATURE] Add site option #32
  • [BUGFIX] Retry on failure when pulling the gpg key from keyserver.ubuntu.com #28
  • [OTHER] Trust the new rpm gpg key on RHEL #31
  • [OTHER] Use the long apt key fingerprint #30
datadog-formula - 2.0

Published by rishabh over 6 years ago

  • Add support for Agent 6.
  • Add option to specify which version of the Agent to install (installs the latest version of Agent 6).
  • Add CentOS testing environment, with the ability to specify which testing environment you want to spin up.
datadog-formula - 1.2

Published by masci over 6 years ago

  • Make datadog.checks optional, see #22.
datadog-formula - 1.1

Published by masci over 6 years ago

  • Trust the new GPG key in the APT repository, see #20.
datadog-formula - 1.0

Published by masci over 6 years ago

  • Refactor the formula using a map.
  • Added a Docker compose file to ease development.
  • Added uninstall state.
  • Watch config file for changes, see #17.
  • Configure checks, see #18.