Page MenuHomePhabricator

create blackbox::http monitoring for RT
Closed, ResolvedPublic

Description

follow-up task from T327772

create basic blackbox::http check that automatically creates tickets for RT

https://rt.wikimedia.org

follow existing examples for phabricator/gitlab/vrts linked in ticket above

Event Timeline

LSobanski triaged this task as Medium priority.Jan 30 2023, 4:33 PM
LSobanski moved this task from Incoming to Backlog on the collaboration-services board.

Change 897917 had a related patch set uploaded (by EoghanGaffney; author: EoghanGaffney):

[operations/puppet@production] Add blackbox http check for rt.wikimedia.org

https://gerrit.wikimedia.org/r/897917

Change 897917 merged by EoghanGaffney:

[operations/puppet@production] Add blackbox http check for rt.wikimedia.org

https://gerrit.wikimedia.org/r/897917

Change 898889 had a related patch set uploaded (by EoghanGaffney; author: EoghanGaffney):

[operations/puppet@production] Update status_matches to be array, not int

https://gerrit.wikimedia.org/r/898889

Change 898889 merged by EoghanGaffney:

[operations/puppet@production] Update status_matches to be array, not int

https://gerrit.wikimedia.org/r/898889

The probe is showing success now, as seen here

image.png (508×2 px, 120 KB)

Thank you!:) confirmed, I see it in thanos. (Just wanted to share that option as well.)

we are refusing the connection via IPv6 (at least coming from prometheus1005)

[prometheus1005:~] $ curl https://[2620:0:861:101:10:64:0:54]
curl: (7) Failed to connect to 2620:0:861:101:10:64:0:54 port 443: Connection refused

[prometheus1005:~] $ curl 10.64.0.54
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>

Change 899807 had a related patch set uploaded (by Dzahn; author: Dzahn):

[operations/puppet@production] requesttracker: limit http monitoring to IPv4, for now

https://gerrit.wikimedia.org/r/899807

Change 899807 merged by Dzahn:

[operations/puppet@production] requesttracker: limit http monitoring to IPv4, for now

https://gerrit.wikimedia.org/r/899807

change above cleared the alert from alerts.wikimedia.org