forked from criteo-cookbooks/monit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
23 lines (19 loc) · 766 Bytes
/
metadata.rb
File metadata and controls
23 lines (19 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name "monit"
maintainer "Alex Soto"
maintainer_email "apsoto@gmail.com"
license "MIT"
description "Configures monit. Originally based off the 37 Signals Cookbook."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.18"
attribute 'monit/notify_email',
:description => 'The email address to send alerts to.',
:type => "string",
:required => "recommended"
attribute 'monit/poll_period',
:description => 'How often to perform checks (in seconds)',
:type => "string",
:required => "recommended"
attribute 'monit/poll_start_delay',
:description => 'When monit first starts, how long to delay before it starts performing checks',
:type => "string",
:required => "recommended"