-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpsGenie returns 422 when team is not specified #1223
Comments
iksaif
pushed a commit
to iksaif/alertmanager
that referenced
this issue
Feb 5, 2018
See prometheus#1223, looks like OpsGenie now sometimes returns a 422 when you don't specify a team. This change cleans up the JSON output and add a few unit tests.
iksaif
pushed a commit
to iksaif/alertmanager
that referenced
this issue
Feb 6, 2018
See prometheus#1223, looks like OpsGenie now sometimes returns a 422 when you don't specify a team. This change cleans up the JSON output and add a few unit tests.
iksaif
pushed a commit
to iksaif/alertmanager
that referenced
this issue
Feb 6, 2018
See prometheus#1223, looks like OpsGenie now sometimes returns a 422 when you don't specify a team. This change cleans up the JSON output and add a few unit tests.
iksaif
pushed a commit
to iksaif/alertmanager
that referenced
this issue
Feb 6, 2018
See prometheus#1223, looks like OpsGenie now sometimes returns a 422 when you don't specify a team. This change cleans up the JSON output and add a few unit tests.
stuartnelson3
pushed a commit
that referenced
this issue
Feb 6, 2018
See #1223, looks like OpsGenie now sometimes returns a 422 when you don't specify a team. This change cleans up the JSON output and add a few unit tests.
hh
pushed a commit
to ii/alertmanager
that referenced
this issue
Jan 5, 2019
This makes it consistent with other networking metrics like node_network_receive_bytes_total This closes prometheus#1223
hh
pushed a commit
to ii/alertmanager
that referenced
this issue
Feb 8, 2019
* Rename interface to device in netclass collector This makes it consistent with other networking metrics like node_network_receive_bytes_total This closes prometheus#1223 Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm still unsure if this is due to something on our side, but to help others users potentially affected by this I'm creating this issue.
Using the opsgenie notifier, we started to get the following error (with both 0.11.0 and 0.13.0).
this happens because the query looks like:
we made the following very quick and dirty patch to fix the issue
The text was updated successfully, but these errors were encountered: