Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 849d383

Browse files
author
Jarret Lavallee
committed
(GH-158) Add support for puppet-telegraf 4.1+
Prior to this commit, this module supported < 4.0.0 of the puppet-telegraf module. This commit allows 4.x support now that 4.1.0 is compatible with this module.
1 parent 702a323 commit 849d383

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,10 @@ yum install curl nss --disablerepo influxdb
330330

331331
PostgreSQL metrics collection requires Telegraf version 1.9.1 or later.
332332

333+
### Puppet-Telegraf module version 4.0.0
334+
335+
This module is not compatible with `puppet-telegraf` version 4.0.0. Please use 3.x or 4.1+. See (#158)[https://github.com/puppetlabs/puppet_metrics_dashboard/issues/158] for more details.
336+
333337
## Development
334338

335339
Please refer to [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
{
1616
"name": "puppet-telegraf",
17-
"version_requirement": ">= 2.0.0 < 4.0.0"
17+
"version_requirement": ">= 2.0.0 < 5.0.0"
1818
},
1919
{
2020
"name": "puppetlabs-apt",

0 commit comments

Comments
 (0)