Artem Tuchinsky
Artem Tuchinsky
Hello, I Apache with this config (I also tried nginx+uwsgi and the result is the same): ``` ServerName passwd.example.org WSGIDaemonProcess change-passwd user=apache group=apache processes=1 threads=5 WSGIScriptAlias / /var/www/html/change-passwd/app.py WSGIProcessGroup change-passwd...
I set up gitlab oauth this way: ``` - name: TOKEN_SECRET value: "MY_GENERATED_TOKEN" - name: GENERIC_NAME value: "gitlab" - name: GENERIC_CLIENT_ID value: "MY_GITLAB_CLIENT_ID" - name: GENERIC_CLIENT_SECRET value: "MY_GITLAB_CLIENT_SECRET" - name:...
I'm trying to build on Ubuntu 20.04 with Python 3.8 and gcc 9.4 The first problem I had was interpreting warnings as errors: ``` openvpn-plugin-python.c: In function ‘openvpn_plugin_func_v3’: openvpn-plugin-python.c:230:51: warning:...
I have metric that are gauge - `kafka_network_requestmetrics_totaltimems{request="Produce", quantile="0.99"}`. I want to have SLO which show how often this metric exceeds some value (100ms for example). Can sloth help me...