Skip to content

Commit

Permalink
Alerts: Expand on Monitoring Alerts Doc (#1429)
Browse files Browse the repository at this point in the history
* Alerts: Expand on Monitoring Alerts doc

* add uptime

* add article
  • Loading branch information
danaelhe authored Oct 6, 2023
1 parent ce1c079 commit d082b6c
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 the uptime of a specific URL or IP address, use ` + "`" + `doctl monitoring uptime alert` + "` instead",
},
}

Expand Down

0 comments on commit d082b6c

Please sign in to comment.