forked from hectcastro/chef-collectd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
56 lines (53 loc) · 1.31 KB
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
driver:
name: vagrant
require_chef_omnibus: true
customize:
memory: 512
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
run_list:
- recipe[apt]
- name: centos-6.8
run_list:
- recipe[yum-epel]
- name: centos-7.2
run_list:
- recipe[yum-epel]
suites:
- name: default
run_list:
- recipe[collectd-ng]
- recipe[collectd-ng::attribute_driven]
attributes:
collectd:
version: 5.4.1
url: https://s3.amazonaws.com/collectd-5.4.1/collectd-5.4.1.tar.gz
checksum: 853680936893df00bfc2be58f61ab9181fecb1cf45fc5cddcb7d25da98855f65
graphite_ipaddress: localhost
plugins:
write_graphite:
config: { Prefix: "collectd." }
syslog:
config: { LogLevel: "Info" }
disk: { }
swap: { }
memory: { }
cpu: { }
interface:
config: { Interface: "lo", IgnoreSelected: true }
df:
config:
ReportReserved: false
FSType: [ "proc", "sysfs", "fusectl", "debugfs", "devtmpfs", "devpts", "tmpfs" ]
IgnoreSelected: true
python_plugins:
rabbitmq:
typesdb: "/mnt/pro..."
config:
ModulePath: "/mnt/projects/collectd-rabbitmq/"
Import: "rabbitmq"
module_config:
username: "blaj"