Aleksandr Matveev

Results 26 comments of Aleksandr Matveev

@serbanghita But there are more options: TV, DesktopMode, Watch, etc. So I must to check all of them and if they all are FALSE, mean that it's a desktop?

Looks like this happens because of "\dt" is failing with `database/sql` ```golang db, err := sql.Open("postgres", conf.DatabaseUrl) if err != nil { log.Fatal(err) } if _, err := db.Exec("\\dt"); err...

Same issue. Looking for ImageAnalyzer's ImageProxy.image to RGB conversion solution. Spent some days on this, still nothing..

Looks like some other metrics no longer collecting or showing incorrect zeros. ![Screenshot_2021-01-31 NGINX Monitoring Made Easy(4)](https://user-images.githubusercontent.com/1456669/106384667-1c616800-63dd-11eb-91e4-9c7f6a09fa93.png) ![Screenshot_2021-01-31 NGINX Monitoring Made Easy(1)](https://user-images.githubusercontent.com/1456669/106384668-1cf9fe80-63dd-11eb-94a1-68c6c32ab9f0.png) ![Screenshot_2021-01-31 NGINX Monitoring Made Easy](https://user-images.githubusercontent.com/1456669/106384669-1d929500-63dd-11eb-928a-e6bbc08d4fae.png)

I have related problem, but only when using syslog collection (see nginxinc/nginx-amplify-agent-priv#201) @alpi-ua @murali129 did you switch to syslog collection?