...

Text file src/github.com/prometheus/alertmanager/.github/ISSUE_TEMPLATE.md

Documentation: github.com/prometheus/alertmanager/.github

     1<!--
     2
     3    Please do *NOT* ask usage questions in Github issues.
     4
     5    If your issue is not a feature request or bug report use:
     6    https://groups.google.com/forum/#!forum/prometheus-users. If
     7    you are unsure whether you hit a bug, search and ask in the
     8    mailing list first.
     9
    10    You can find more information at: https://prometheus.io/community/
    11
    12-->
    13
    14**What did you do?**
    15
    16**What did you expect to see?**
    17
    18**What did you see instead? Under which circumstances?**
    19
    20**Environment**
    21
    22* System information:
    23
    24	insert output of `uname -srm` here
    25
    26* Alertmanager version:
    27
    28	insert output of `alertmanager --version` here (repeat for each alertmanager
    29	version in your cluster, if relevant to the issue)
    30
    31* Prometheus version:
    32
    33	insert output of `prometheus --version` here (repeat for each prometheus
    34	version in your cluster, if relevant to the issue)
    35
    36* Alertmanager configuration file:
    37```
    38insert configuration here
    39```
    40
    41* Prometheus configuration file:
    42```
    43insert configuration here (if relevant to the issue)
    44```
    45
    46* Logs:
    47```
    48insert Prometheus and Alertmanager logs relevant to the issue here
    49```

View as plain text