lib/templates/setup/linode/linode.yml in sunzi-0.4.2 vs lib/templates/setup/linode/linode.yml in sunzi-0.4.3
- old
+ new
@@ -4,11 +4,11 @@
root_sshkey_path: ~/.ssh/id_rsa.pub
# payment_term must be 1, 12 or 24
payment_term: 1
-# Add / remove environments
+# add / remove environments
environments:
- production
- staging
fqdn:
zone: example.com
@@ -19,16 +19,24 @@
staging: example-staging-%{host}
group:
production: example
staging: example-staging
-# Filter out large lists by keyword
+# filter out large lists by keyword
distributions_filter: debian
kernels_filter: latest
# dns takes either "linode" or "route53"
dns: linode
# only used when route53 is chosen for DNS
route53:
key: your_aws_key
- secret: your_aws_secret
\ No newline at end of file
+ secret: your_aws_secret
+
+# other parameters for settings.
+# settings:
+# alert_cpu_threshold: 90
+# alert_diskio_threshold: 1000
+# alert_bwin_threshold: 5
+# alert_bwout_threshold: 5
+# alert_bwquota_threshold: 80