Sverik

Results 8 comments of Sverik

Screen is 4k. And indeed, it was all about `preview_max_x` and `preview_max_y`, these were set to 1000. Thanks for pointing me to the correct configuration parameter!

I am actively using this in a production environment. I have rewritten the plugin, though, to use `github.com/libvirt/libvirt-go` and include only metrics that are necessary for us.

@powersj , ooh, interesting, I didn't know about external plugins! So no, at the moment it's built into my custom build of Telegraf, but I'll think about externalising and publishing...

Well, that port to execd shim was easy :D Anyway, here's the link: [telegraf-input-libvirt](https://gitlab.com/warrenio/tools/telegraf-input-libvirt) it's a bit specific to my use-case, though. Still, could be useful for someone.

Thanks, that did the trick for me as well! Now I'm sure there was a good reason for checking if is installed, and refusing to load or save when not...

Ditto. Some Tweets appear with a huge delay, more than a month later. Not sure if this is related.

Could it be that the unique index for `sync_tweets` table is missing `host`? ``` birdsitelive=# \d+ sync_tweets_acct_tweetid_inbox_key Index "public.sync_tweets_acct_tweetid_inbox_key" Column | Type | Definition | Storage ---------+-------------------------+------------+---------- acct | character...