forked from jesseadams/munin
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.rb
More file actions
27 lines (24 loc) · 819 Bytes
/
metadata.rb
File metadata and controls
27 lines (24 loc) · 819 Bytes
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
name 'munin'
maintainer 'Jesse R. Adams'
maintainer_email 'jesse@techno-geeks.org'
license 'Apache 2.0'
description 'Installs and configures munin'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.4.8'
depends 'apache2'
depends 'nginx', '>= 1.8'
depends 'apt'
depends 'yum-epel'
depends 'firewalld'
depends 'selinux'
supports 'arch'
supports 'centos'
supports 'debian'
supports 'fedora'
supports 'freebsd'
supports 'redhat'
supports 'scientific'
supports 'ubuntu'
recipe 'munin', 'Empty, use one of the other recipes'
recipe 'munin::client', 'Instlls munin and configures a client by searching for the server, which should have a role named monitoring'
recipe 'munin::server', 'Installs munin and configures a server, node should have the role "monitoring" so clients can find it'