Results 18 comments of Zdenek Styblik

The "problem" is in https://github.com/alexcesaro/statsd/blob/master/conn.go#L50. But after reading the code, the only thing I came up is to remove this code block. :| Because then it works as ... I...

**EDIT2**: If only my brain was present, debugging wouldn't take that long. What seems to be the fix in my case is: ``` --- suit/menu.py 2020-09-01 13:27:05.676527816 +0000 +++ suit/menu.py.patch...

As a matter of fact, I was wrong. I've set `use_fqdn(yes)` in `syslog-ng.conf`, did syslog-ng stop/start, and it's still using short hostname. I believe the title of this issue is...

Damn. It's hard to explain if you don't know terminology. I presume systemd's journal gives you structured message which already has something like a hostname attribute in it. Is it...

``` Aug 21 05:13:47 server.example.com syslog-ng[7132]: Syslog connection established; fd='12', server='AF_INET(192.168.1.1:601)', local='AF_INET(0.0.0.0:0)' Aug 21 05:17:20 server root[7535]: foobar ``` `foobar` has been logged with `% logger foobar` and it's incorrect....

> Can you check whether journal contains the fqdn? Nope. There is a short dn in journal. ``` Aug 21 05:50:44 server systemd-timesyncd[422]: interval/delta/delay/jitter/drift 2048s/+0.000s/0.011s/0.000s/+0ppm ``` EDIT: above is output...

> I meant the journal in its original form, there should be a way to get that info from journalctl. You should look for _HOSTNAME in the original journal entry....

Anyway, it's the same as in "formatted" output I've posted: ``` _SYSTEMD_SLICE=system.slice _BOOT_ID=c0168316596f446d9bcfbfa7fb79d625 _MACHINE_ID=4ffe0ba84d494b98bba6907e90ae3d64 _HOSTNAME=server ``` `_HOSTNAME` has short DN.

> Not necessarily, but it helps me to track down the problem. I was just checking. It was no problem to get the info you've asked for. ;) > The...