{"id":15021222,"url":"https://github.com/voxpupuli/puppet-graphite_powershell","last_synced_at":"2025-12-11T21:37:00.789Z","repository":{"id":18321929,"uuid":"21500930","full_name":"voxpupuli/puppet-graphite_powershell","owner":"voxpupuli","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-16T18:46:09.000Z","size":227,"stargazers_count":2,"open_issues_count":2,"forks_count":7,"subscribers_count":53,"default_branch":"master","last_synced_at":"2024-09-17T00:16:42.005Z","etag":null,"topics":["hacktoberfest","puppet","windows-puppet-module"],"latest_commit_sha":null,"homepage":"https://forge.puppet.com/puppet/graphite_powershell","language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voxpupuli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"vox-pupuli","github":"voxpupuli"}},"created_at":"2014-07-04T15:09:26.000Z","updated_at":"2024-09-13T14:59:07.000Z","dependencies_parsed_at":"2023-09-24T10:05:27.514Z","dependency_job_id":"cb4a2a82-1b3a-4785-ab2b-47fc6f1026a7","html_url":"https://github.com/voxpupuli/puppet-graphite_powershell","commit_stats":{"total_commits":134,"total_committers":13,"mean_commits":"10.307692307692308","dds":"0.24626865671641796","last_synced_commit":"4c8064279171437c7e0f41faa1d2722fec71ef4a"},"previous_names":["opentable/puppet-graphite_powershell"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-graphite_powershell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-graphite_powershell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-graphite_powershell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voxpupuli%2Fpuppet-graphite_powershell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voxpupuli","download_url":"https://codeload.github.com/voxpupuli/puppet-graphite_powershell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219869503,"owners_count":16555508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","puppet","windows-puppet-module"],"created_at":"2024-09-24T19:56:18.818Z","updated_at":"2025-10-27T17:30:17.784Z","avatar_url":"https://github.com/voxpupuli.png","language":"Puppet","funding_links":["https://opencollective.com/vox-pupuli","https://github.com/sponsors/voxpupuli"],"categories":[],"sub_categories":[],"readme":"# Graphite PowerShell module for Puppet\n\n[![Build Status](https://travis-ci.org/voxpupuli/puppet-graphite_powershell.png?branch=master)](https://travis-ci.org/voxpupuli/puppet-graphite_powershell)\n[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-graphite_powershell/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-graphite_powershell)\n[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/graphite_powershell.svg)](https://forge.puppetlabs.com/puppet/graphite_powershell)\n[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/graphite_powershell.svg)](https://forge.puppetlabs.com/puppet/graphite_powershell)\n[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/graphite_powershell.svg)](https://forge.puppetlabs.com/puppet/graphite_powershell)\n[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/graphite_powershell.svg)](https://forge.puppetlabs.com/puppet/graphite_powershell)\n\n#### Table of Contents\n\n1. [Overview](#overview)\n2. [Module Description - What the module does and why it is useful](#module-description)\n3. [Setup - The basics of getting started with graphite_powershell](#setup)\n    * [What graphite_powershell affects](#what-graphite_powershell-affects)\n    * [Beginning with graphite_powershell](#beginning-with-graphite_powershell)\n4. [Usage - Configuration options and additional functionality](#usage)\n5. [Reference - An under-the-hood peek at what the module is doing and how](#reference)\n5. [Limitations - OS compatibility, etc.](#limitations)\n6. [Development - Guide for contributing to the module](#development)\n\n## Overview\n\nModule to send metrics to graphite from windows\n\n## Module Description\n\nInstalls a windows service that reports system metrics to graphite\n\n## Setup\n\n### What graphite_powershell affects\n\n* Powershell file and xml config file\n* windows service\n\n### Beginning with graphite_powershell\n\nInstall with defaults:\n\n```puppet\n  class { 'graphite_powershell':\n    server =\u003e 'graphite.mycorp.com'\n  }\n```\n\nInstall and just send network counters:\n\n```puppet\n  class { 'graphite_powershell':\n    server               =\u003e 'graphite.mycorp.com',\n    performance_counters =\u003e [\n      '\\Network Interface(*)\\Bytes Received/sec',\n      '\\Network Interface(*)\\Bytes Sent/sec',\n      '\\Network Interface(*)\\Packets Received Unicast/sec',\n      '\\Network Interface(*)\\Packets Sent Unicast/sec',\n      '\\Network Interface(*)\\Packets Received Non-Unicast/sec',\n      '\\Network Interface(*)\\Packets Sent Non-Unicast/sec',\n    ]\n  }\n```\n\n## Usage\n\n### Classes and Defined Types\n\n#### Class: `graphite_powershell`\n\n**Parameters within `graphite_powershell`:**\n\n##### `server`\n\nThe graphite server in which to send the configured metrics\n\n##### `install_url`\n\nThe url from which to download the graphite powershell script\n\n##### `install_dir`\n\nThe location in which to install the graphite powershell script\n\n##### `port`\n\nThe port that the graphite server is running on.\n\n##### `metric_path`\n\nThe graphite namespece in which the stats will be sent to\n\n##### `metric_send_interval`\n\nThe time inveral (in seconds) in which to send metrics to the graphite server\n\n##### `timezone`\n\nThe timezone of your graphite server.\n\n##### `performance_counters`\n\nA list of the performance counters that you want to be sent to graphite.\n\n##### `metric_filters`\n\nA list of names you want to filter out of the performance counter list\n\n##### `verbose_logging`\n\nIf enabled, will log each of the metrics that were sent to the graphite server.\n\n## Reference\n\n### Classes\n\n#### Pulic Classes\n\n* [`graphite_powershell`](#class-graphite_powershell):\n  Guides the install of graphite powershell and creates the windows service\n\n## Limitations\n\nThis module is tested on the following platforms:\n\n* Windows 2008\n* Windows 2008 R2\n* Windows 2012\n* Windows 2012 R2\n\nIt is tested with the OSS version of Puppet only.\n\n### Contributing\n\nPlease read CONTRIBUTING.md for full details on contributing to this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-graphite_powershell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoxpupuli%2Fpuppet-graphite_powershell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoxpupuli%2Fpuppet-graphite_powershell/lists"}