forked from jesseadams/munin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.rb
23 lines (20 loc) · 808 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name 'munin'
maintainer 'Jesse R. Adams'
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs and configures munin'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.4.3'
depends 'apache2', '>= 1.7'
depends 'nginx', '>= 1.8'
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'