[07:37:38] Hi folks, is there a known issue with netbox? Trying to kick off a cookbook is failing because it can't talk to netbox.discovery.wmnet [read timeout] [07:39:07] Hm, perhaps it was a transient thing, seems to be working on third attempt [07:42:04] cc XioNoX, jbond ^^^ [07:43:27] rgr [07:43:53] I had some slowness earlier today as well [07:43:57] dunno if related [07:44:11] Emperor: can you share logs? [07:46:54] I don't have much beyond what cookbook says which is a series of retries ending up with requests.exceptions.ConnectionError: HTTPSConnectionPool(host='netbox.discovery.wmnet', port=443): Max retries exceeded with url: /api/dcim/devices/?name=ms-be1065 (Caused by ReadTimeoutError("HTTPSConnectionPool(host='netbox.discovery.wmnet', port=443): Read timed out. (read timeout=5.0)")) [07:50:23] this would be helpful here (more prometheus metrics for netbox) https://phabricator.wikimedia.org/T243928 [10:57:27] going out for an ~1.5h errand shortly, have phone/laptop with me if needed and mr jayme has been informed [13:06:27] * Krinkle edits Wikitech to replace all #kibana/dashboard with #dashboards/view [13:06:47] apparently amazon to scared of lawsuits to not even keep it as a redirect... [13:07:09] so we've now lost all pre-pandemic Grafana URLs and all Kibana URLs, from all docs, coments, blog posts ever written :/ [13:31:32] :( [13:36:01] could we write our own patch? [13:36:48] have not looked but sounds like it could be fixed by a simple rewrite rule? [13:42:52] cdanis: ot [13:42:57] cdanis: it's half path and half JS [13:43:12] https://logstash.wikimedia.org/app/kibana#/dashboard/mediawiki-errors [13:43:19] https://logstash.wikimedia.org/app/dashboards#/view/mediawiki-errors [13:43:43] oh it looks like kept compat for hte latter half in JS [13:43:49] https://logstash.wikimedia.org/app/dashboards#/dashboard/mediawiki-errors [13:43:57] so... yeah, I guess you could redirect or rewrite indeed [13:44:46] neat, mind filing a task for #observability-logging Krinkle ? [13:47:11] done, https://phabricator.wikimedia.org/T310360 [13:49:49] oh good, the JS part was the part I was worried about [13:49:58] since yeah you can't do anything about the piece that is in the fragment on the server side [13:50:08] cheers Krinkle [14:44:30] What workflow do most folks use for going from Google Docs to mediawiki? I cobbled together my own system of gdoc -> markdown -> pandoc -> mediawiki, but I was curious what other folks do? [14:51:07] last I tried it, I think copying and pasting from gdoc into Visual Editor worked okay? [14:51:26] (very possibly misremembering though) [15:06:52] cdanis: yeah I tried that, but it wasn't working for me, at least on wikitech, not sure why