From 3ad05eb85c389bba994e2916303d604dac8ac5b2 Mon Sep 17 00:00:00 2001 From: Luke Farnell Date: Sun, 9 Apr 2017 11:25:54 -0400 Subject: [PATCH] Adding monitoring to the docs --- website/source/docs/builders/digitalocean.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/builders/digitalocean.html.md b/website/source/docs/builders/digitalocean.html.md index d704c3117..f84aeffe4 100644 --- a/website/source/docs/builders/digitalocean.html.md +++ b/website/source/docs/builders/digitalocean.html.md @@ -67,6 +67,9 @@ builder. - `private_networking` (boolean) - Set to `true` to enable private networking for the droplet being created. This defaults to `false`, or not enabled. +- `monitoring` (boolean) - Set to `true` to enable monitoring + for the droplet being created. This defaults to `false`, or not enabled. + - `snapshot_name` (string) - The name of the resulting snapshot that will appear in your account. This must be unique. To help make this unique, use a function like `timestamp` (see [configuration