grafana-util docs

grafana-util-alert-new-contact-point.1

Browser-readable rendering of a generated roff manpage.

This page renders the generated roff manpage into readable HTML for browser use. For richer per-subcommand detail, prefer the command-reference pages.

NAME

grafana-util-alert-new-contact-point - Create a low-level staged alert contact point scaffold.

SYNOPSIS

grafana-util alert new-contact-point [OPTIONS]

DESCRIPTION

Create a low-level staged alert contact point scaffold.

  • Seed a new contact point file in a desired-state tree.
  • Start from a scaffold before filling in receiver details.

BEFORE / AFTER

  • Before: start from an empty file and remember every alert contact point field yourself.
  • After: generate a scaffold with the right file name and place to fill in receiver details.

COMMON OPTIONS

  • --desired-dir points to the staged alert tree.
  • --name seeds the scaffold name.

SUCCESS CRITERIA

  • The scaffold file exists where you expected it in the desired-state tree.
  • The generated file is a clean starting point for adding receiver details.

FAILURE CHECKS

  • Check --desired-dir if the scaffold does not land in the tree you expect.
  • Verify the name if the scaffold collides with an existing contact point.

EXAMPLES

Create a low-level staged alert contact point scaffold.

grafana-util alert new-contact-point --desired-dir ./alerts/desired --name pagerduty-primary

SEE ALSO

grafana-util(1), grafana-util-alert(1)