-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error al actualizar un incidente #108
Comments
Es que puedes escribir tu configuracion en un code block? Creo que el problema es en tu |
mtakaki, esta es la configuración
|
Can you confirm if the component id exists? |
Hi, i have the same problem, url-monitor changes the state of incident fine from "Healthy" to " Error", but the change back from "Error" to "Healthy" doesnt work, i get excactly the same error message like in initial post. Running Cachet-Url-Monitor and Cachet 2.3.15 in docker. Thanks in advanced |
Me sale el error siguiente:
==================================================================================
WARNING [2020-07-19 20:15:46,620] cachet_url_monitor.configuration.Configuration.Gorm,io - Incident update failed with status [404], message: ""
INFO [2020-07-19 20:15:46,620] cachet_url_monitor.configuration.Configuration.Gorm,io - No changes to component status.
WARNING [2020-07-19 20:15:50,193] cachet_url_monitor.configuration.Configuration.Gorm,io - Incident update failed with status [404], message: ""
INFO [2020-07-19 20:15:50,193] cachet_url_monitor.configuration.Configuration.Gorm,io - No changes to component status.
WARNING [2020-07-19 20:15:53,855] cachet_url_monitor.configuration.Configuration.Gorm,io - Incident update failed with status [404], message: ""
INFO [2020-07-19 20:15:53,855] cachet_url_monitor.configuration.Configuration.Gorm,io - No changes to component status.
La configuracion del yaml es la siguiente:
url: https://testurl
method: GET
header:
SOME-HEADER: SOME-VALUE
timeout: 2 # seconds
expectation:
status_range: 200-205
threshold: 2
regex: ".."
allowed_fails: 0
component_id: 1
metric_id: 1
action:
public_incidents: true
latency_unit: ms
frequency: 2
cachet:
api_url: http://cachetserver/api/v1
token:
value: CACHET_TOKEN
value: Hl5ibgnXVuGPB42NPwQ0
The text was updated successfully, but these errors were encountered: