tubemeister

Results 10 comments of tubemeister

Err, I can't quite follow you. So how do I configure loudml to use the correct url and ssl settings if it doesn't seem to use the ones in loudml.yml?

Still not getting anywhere with this. Loudml still tries to talk HTTP to the influxdb server url (with HTTPS!) that is configured in the chronograf docker. The chronograf docker does...

This is still a thing. Just updated to latest and tried again. Loudml is still trying to talk HTTP to my influxdb while every link to that influxdb is explicitly...

Looked into this a bit deeper. In 'loudml/influx.py', a cfg var shows up in this line: def __init__(self, cfg): It seems to contain some influxdb connection info that it's getting...

Hey, is anything still happening with loudml or is this project dead?

Just ran into this bug. Specifically the difference between: - "foo" =~ /^(foo|bar|baz)$/ - "foo" =~ /^foo|bar|baz$/ The latter also selects "foobar" as a value, the former doesn't. This changed...

Not sure #83400 is what I meant, I see my report wasn't very clear if you don't already know what I'm talking about. Sorry about that. ;-) What I meant...

Sure, I'll type that up in a new one. Thanks for all the effort anyway :)

This bug was fixed 9 years ago. You might want to update... ;-)

That is a new one, I just ran into that one too when I upgraded our RabbitMQ cluster from 3.13 to 4.1. RabbitMQ 4.x doesn't seem to do sockets anymore...