Maksim Fominov

Results 10 comments of Maksim Fominov

u can use http_proxy/https_proxy env variable to user proxy. don't forget to add no_proxy hosts:)

or u can use https://github.com/pavel-kazhavets/AlertmanagerRocketChat

node with app ``` version: '2' services: scope-app: image: weaveworks/scope:latest container_name: scope-app restart: unless-stopped network_mode: host pid: host privileged: true volumes: - /var/run/docker.sock:/var/run/docker.sock - /var/run/scope/plugins:/var/run/scope/plugins - /sys/kernel/debug:/sys/kernel/debug command: - '--no-probe'...

Thx for your dashboard. I've made some enchantment like selection by friendly_name https://gist.github.com/mfominov/4d2eb96f8b464781af171af3581794e6

To handle this problem we made some small css fix ``` collections.css: .vault-filters .filter .filter-buttons button { white-space: normal; word-break: break-all; } .vault-filters .filter .filter-buttons i { display: inline-block; }...

I've made some update to better traffic calculation. Now it respects time range selection for better visualisation.

i've create a patch from this code for tests, unfortunately it doesn't handle api token auth

We create custom flask app for receive webhooks from goalert and transfer them to Mattermost/Telegram. WebHook looks like http://goalert-webhook:5000/[matermost/telegram]/[username/telegram user id]

@mahbubi https://github.com/mfominov/goalert-webhook

@mahbubi sorry for delay, i've update readme code base and make actions for docker build. U can now try to use it