dbax

Results 16 comments of dbax

I got similar error but with postgresql_version `fatal: [localhost]: FAILED! => {"failed": true, "msg": "The conditional check 'item.version == \"{{ postgresql_version }}\"' failed. The error was: error while evaluating conditional...

I have the same problem. On activity page I don'd see "query" column at all. I use putty with 14 font size + tmux screen multiplexer on linux. Lowering page...

here: ``` my_db=# select * from pg_stat_replication ; pid | usesysid | usename | application_name | client_addr | client_hostname | client_port | backend_start | backend_xmin | state | sent_lsn |...

patroni.yml ``` restapi: listen: my.host.fqdn:8008 connect_address: my.host.fqdn:8008 ``` I hope it's sufficient, since you require only `listen` and `certfile` string from config file. ``` sudo ss -luntp |grep 8008 tcp...

Changed `listen` from fqdn to ip. Seems working at least getting: ``` curl -s http://ip:9890/metrics | grep patroni # HELP patroni_up State of Patroni service: 1 is up, 0 otherwise....

got some more errors for patroni monitoring: ``` {"level":"error","service":"pgscv","time":"2021-09-24T11:07:00+03:00","message":"patroni/common collector failed; parse patroni postmaster_start_time string '2021-09-24 06:22:35.102 MSK' failed: parsing time \"2021-09-24 06:22:35.102 MSK\" as \"2006-01-02 15:04:05.999999Z07:00\": cannot parse \"...

Is there any chance to get review by someone with write access?

same here ``` In [54]: param = { ...: 'q': "APPL", ...: 'i': "86400", ...: 'x': "NASD", ...: 'p': "1Y" ...: } In [55]: get_price_data(param) --------------------------------------------------------------------------- ValueError Traceback (most recent...

Any new on this? Im alredy thinking abount moving to another API.

Agree, sounds confusing. Yet I always user same user as one running zabbix-agent. Works fine.