Stan Kopp
Stan Kopp
@saibug yes, our switches (Huawei) only support UDP on port 514, like I've said I see it in tcpdump in cleartext on promtail machine.
Here is tcpdump example, as you see protocol is UDP: first is test script, second is real log from switch ``` netmon:~# tcpdump -i any port 514 -vvv tcpdump: listening...
@chaudum thank you for looking into it, I can confirm that your script works indeed, removing newline breaks it. Unfortunately our switches do not add new line at the end...
thanks, it helps, but I have another one. ./manage.py runpush WARNING:stormed-amqp:Soft Error. channel=1 code='ACCESS_REFUSED'. ACCESS_REFUSED - operation not permitted on the default exchange I suppose it's rabbitmq problem, but have...
Does it matter which value? I've tested "1" and "10" and "test", have no errors at start anymore, but no client-logs too. there is a cantail-server-log or something?
Hm, I can see logs in files (e.g. d02560dd) in cantail's root directory, but can't see anything on the page. UPD: hm, when I open the page, this come at...
Yes, this solves the problem, I see the logs, thx. Maybe add this info in install manual?
Hi @bovenyan, I fixed this, but forget to mention here. you need start a new jitsi-meet session in your browser and only after that start jitsi-hammer for the same room...
Hi @Techcadia ,I think version 0.1.1 doesn't support puppetdb 4.0., any chance to update script for using pypuppetdb 0.2.2 and puppetdb api version 4?