Alex

Results 9 comments of Alex

all this variants not work only variant with swapper in meta work without add to settings file CITIES_COUNTRY_MODEL = 'geo.CustomCountryModel' but there are no custom fields in model may be...

> Use this prometheus deployment as a base installation: > > https://github.com/coreos/prometheus-operator/tree/master/contrib/kube-prometheus/manifests > > I use this example and get error error: unable to recognize "haproxy/monitor.yaml": no matches for kind...

Also need this steps. Maybe not all manifests are needed but I install it all for quick test ``` git clone https://github.com/coreos/prometheus-operator.git cd prometheus-operator/contrib/kube-prometheus kubectl apply -f manifests/ ```

Hello I have tis config for fluentd ( to collect logs from haproxy-ingress) ``` --- apiVersion: v1 kind: ConfigMap metadata: name: fluentd-config namespace: kube-system data: haproxy-syslog.input.conf: |- # Receive logs...

I know it. I ask man that post configs for fluentd

I solved it temporary with set drop multicast from another hardware that used vrrp ( nobody don't know what is it) in same network with iptables: ``` iptables -A INPUT...

I get the same issue on centos8 when call /search request

> I am now using another software: https://github.com/famzah/rrd-json-grafana-ds/ > But I had a similar issue with this software: [famzah/rrd-json-grafana-ds#2](https://github.com/famzah/rrd-json-grafana-ds/issues/2) > In short: I could solve the problem by using another...

I get this error with luajit ``` python setup.py build running build running build_ext building 'lua-python' extension creating build creating build/temp.linux-x86_64-2.7 creating build/temp.linux-x86_64-2.7/src x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall...