monitor
monitor copied to clipboard
Monitoring for Deis Workflow
`deis-monitor-telegraf-rz92o deis-monitor-telegraf 2016/12/02 16:03:30 E! ERROR in input [inputs.disk]: error getting disk usage info: too many levels of symbolic links`
see https://github.com/deis/monitor/pull/135#issuecomment-242536971
Acceptance Criteria: * Use the `--build-args` flag when running `docker build` to pass in the following items (and more if needed) * BUILD_DATE * VERSION You will need to do...
Metric in Grafana seems doesn't work, so I check telegraf and there're some error logs from pods. I'm running cluster in GKE k8s version 1.4.6 Images: quay.io/deis/telegraf:v2.7.0 ``` 2016-12-13T09:01:07.656026655Z Node...
This is to toggle the signup page on the grafana login screen https://github.com/deis/monitor/blob/master/grafana/rootfs/usr/share/grafana/grafana.ini.tpl#L150
On GKE, upgrading with grafana persistence enabled leads to a `Failed to attach volume` error: ``` $ k version Client Version: version.Info{Major:"1", Minor:"5", GitVersion:"v1.5.4", GitCommit:"7243c69eb523aa4377bce883e7c0dd76b84709a1", GitTreeState:"clean", BuildDate:"2017-03-07T23:53:09Z", GoVersion:"go1.7.4", Compiler:"gc", Platform:"darwin/amd64"}...
Cloud provider: AWS When using persistent volume for grafana, one of my pods is stuck at pending state due to error `pod (deis-monitor-grafana-465911159-nkhmp) failed to fit in any node fit...
Why it's not created a Ingress resource to the grafana and influxdb deployments? Following https://deis.com/docs/workflow/installing-workflow/experimental-native-ingress/, I'm only able to route correctly to deis.* and deis-builder.*
Could I enable InfluxDB persistence after ```helm install deis/workflow```? I read the docs, but what would happen?
The team over at influxdata has built a pretty extensible chart for influxdb and its in the stable repo. We should move to using this one instead of our custom...