Skip to content

Commit

Permalink
Alerts: Expand on Monitoring Alerts doc
Browse files Browse the repository at this point in the history
  • Loading branch information
danaelhe committed Oct 5, 2023
1 parent ce1c079 commit 0563c14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion commands/monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ func alertPolicies() *Command {
Use: "alert",
Aliases: []string{"alerts", "a"},
Short: "Display commands for managing alert policies",
Long: "The commands under `doctl monitoring alert` are for the management of alert policies.",
Long: `The commands under ` + "`" + `doctl monitoring alert` + "`" + ` are for the management of alert policies.
An alert policy can be applied to resource(s) (currently Droplets)
in order to alert on resource consumption.
If you'd like to alert on a specific URL or IP address, use ` + "`" + `doctl monitoring uptime alert` + "` instead",
},
}

Expand Down

0 comments on commit 0563c14

Please sign in to comment.