j3s

Results 24 comments of j3s

Bumping this as I'm running into this bug as well. I'll likely have to go ahead and implement carbonzipper + carbonapi to make up for it, though would prefer not...

For those curious, the following graphite-web patch works around go-carbon's 404 responses: `/opt/graphite/webapp/graphite/finders/remote.py` ```diff - if result.status != 200: + if result.status == 404: + result.data = '[]' + elif...

@tonyvilliams Can't thank you enough for posting your solution here, saved me potential hours of pointless troubleshooting. Fracking ntp.

We solved this by renaming the client from within postgres, and then deleting the client with knife. For example, if the bad hostname was "foobar\n", I'd do something like this:...

In my opinion, it should also include a section on * Forwarding logs externally, and disabling Elasticsearch and Logstash.

Why display resource costs then, since you could use the same argument? I don't see anything wrong with adding a tiny amount of helpful screen clutter since people who are...

here's an image - look at the top right to see what i mean ![image](https://github.com/lobsters/lobsters/assets/11777705/32783187-61ba-464d-bd12-6da70e33e89d)

> The T isn’t red like when there are notifications i realized that people will eventually get used to this - but for me, it took 2-3 false "oh shit...

i've been using an alias to do this, but i've felt like this should be baked in for awhile. when i get some free time i'm still interested in an...

i probably will never have the time/energy to do this, but i am open to PRs adding this behavior, as long as the implementation only depends on git & doesn't...