/datadog_agent_windows

Datadog Puppet module for Windows

Primary LanguagePuppetOtherNOASSERTION

#datadog_agent_windows Puppet module

####Table of Contents

  1. Overview
  2. Module description - What the module does and why it is useful
  3. Setup - The basics of getting started with Elasticsearch
  1. Usage - Configuration options and additional functionality
  2. Advanced features - Extra information on advanced usage
  3. Limitations - OS compatibility, etc.
  4. Development - Guide for contributing to the module
  5. Support - When you need help with this module

##Overview

This module manages the instllation and setup of the Puppet Windows Module (http://www.datadog.com)

##Module description

This module came about as there's a need to deploy Datadog and its integrations, specifically for Windows OSes

This, essentially, is based, almost a semi-fork, of the existing puppet module for datadog

https://github.com/DataDog/puppet-datadog-agent

##Setup

##The module manages the following

##Requirements

##Usage

###Main Class

####Install a specific version, along with your API key

class { 'puppet-agent-windows': agentversion => '5.6.3' }

###Install integrations for IIS

include 'datadog_agent_windows::integrations::iis'