Paul Traylor
Paul Traylor
I had not thought through the specifics too much, but my naive idea was to just have the setting for an mqtt broker (with user and password options) and then...
Out of curiosity, did you ever figure out the issues with webpack ? https://github.com/todbot/Blink1Control2/commit/63e1fa2905642c51bf885346145c1a4f33d8af5d
On MacOS as well, I think it would be better to default to the XDG_CONFIG_HOME spec and keep the user's HOME tidy. I would imagine there is a go library...
The Growl project is working on some scripting additions for their next release. http://code.google.com/p/growl/issues/detail?id=535& > Enter NSUserAppleScriptTask, new to 10.8, it provides an asynchronous, sandbox friendly way of running AppleScript's,...
There were these comments from about a year ago. https://github.com/ugol/pomodoro/issues/272#issuecomment-13463646
You can try using the Growl Version Detective to update the framework. http://growl.info/downloads#generaldownloads
Right, currently the recommended way to handle this, is a promgen instance per-team. In the future I would like to better handle groups but I'm trying to refactor some other...
Promgen is a configuration management tool for `file_sd_config`. If you are using k8s you will likely want to use a different tool or the default Promethus k8s support.
Likely unrelated to this particular error, but I notice in your `promgen.yml` you have `url` listed twice under both prometheus and alertmanager. This is probably an error. As to the...
`/etc/prometheus/rules.json` should likely be `rules.yaml` (Rules are yaml not json) but otherwise it looks ok to me. The promgen configuration is yaml, so you can not have two of the...