Anton Patsev

Results 169 issues of Anton Patsev

Hello! I read https://smallstep.com/docs/step-ca/basic-certificate-authority-operations/#issue-a-certificate-using-a-single-use-ca-token ``` TOKEN=$(step ca token localhost) ``` But i get error ``` TOKEN=$(step ca token localhost) 'step ca token' requires the '--ca-url' flag ``` version - 0.25.2

needs triage

Hello i try install gluster on centos 7.6 Get error: Could not find the requested service glusterd: host ``` cat ansible.cfg [defaults] inventory = hosts remote_user = centos host_key_checking =...

Hello! I try install kafka with internal ntp server. But i can`t. Please add support chrony. Thanks! https://www.linuxquestions.org/questions/linux-server-73/ntp-client-error-ntpstat-shows- unsynchronised-749641/

``` cat requirements.txt ansible>=2.4.2,=2.9.6 jmespath>=0.9.0 ``` install requirements `` sudo pip install -r requirements.txt Collecting ansible=2.4.2 (from -r requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/b1/da/6c8f2daff9b776a85eff1ab1ac9bbf3bc67f9e55fa616b4d45dab76fef90/ansible-2.6.20.tar.gz (10.8MB) 100% |████████████████████████████████| 10.8MB 113kB/s Requirement already...

```TASK [check_config_dynamic : Preflight check - Make sure NTP service is running and ntpstat is synchronised to NTP server] ********************** fatal: [kafka2]: FAILED! => {"changed": false, "cmd": "ntpstat | grep...

``` ansible-playbook -i inventory.ini local_prepare.yml PLAY [initializing deployment environment] ****************************************************************************************************** TASK [download : Stop if ansible version is too low, make sure that the Ansible version is Ansible 2.4.2 or...

Please add example for nginx log format

Please Support Sentry 10

Please support millisecond ($msec) https://nginx.org/ru/docs/http/ngx_http_log_module.html $msec - время в секундах с точностью до миллисекунд на момент записи в лог

``` select * from nginx.access_log ORDER BY event_datetime DESC limit 1; SELECT * FROM nginx.access_log ORDER BY event_datetime DESC LIMIT 1 ┌──────event_datetime─┬─event_date─┬─server_name─┬─remote_user─┬─http_x_real_ip─┬─status─┬─scheme─┬─request_method─┬─request_uri─┬─server_protocol─┬─body_bytes_sent─┬─request_bytes─┬─http_referer─┬─http_user_agent─┬─request_time─┬─upstream_response_time─┬─hostname────────────────────────┬─host───┐ │ 2020-01-01 12:46:26 │ 2020-01-01 │ vhost3 │...