Capomastro http check is broken
Bug #1496338 reported by
Jacek Nykis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Capomastro |
Fix Released
|
Critical
|
Caio Begotti |
Bug Description
Capomastro http check is failing with:
Invalid HTTP response received from host: HTTP/1.1 400 BAD REQUEST
It's due to missing host header and bad regex in the check. Currently it's:
/usr/lib/
It should be:
/usr/lib/
'http://
Parameters are hardcoded in the charm so charm needs small patch and testing
Related branches
lp://staging/~caio1982/capomastro/nagios-hostname-fix-1496338
- Daniel Manrique (community): Approve
-
Diff: 12 lines (+1/-1)1 file modifiedhooks/nrpe-external-master-relation-changed (+1/-1)
Changed in capomastro: | |
importance: | Undecided → Critical |
assignee: | nobody → Caio Begotti (caio1982) |
status: | New → Confirmed |
Changed in capomastro: | |
status: | Confirmed → In Progress |
Changed in capomastro: | |
status: | In Progress → Fix Committed |
Changed in capomastro: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.