Ilya Mashchenko
Ilya Mashchenko
I think all the timing _issues_ come from me not understanding the lookup absolute option 🤷♂️ https://github.com/netdata/netdata/blob/575986a692003638f09c975da847062637b915f4/health/health.d/mysql.conf#L112-L117 We can change the line to `max -2m at -1m unaligned` > max...
I adjusted the alarm to make time in warn/crit state more predictable in #13563. The important part: an alarm state != sending notifications. The alarm has the following line: https://github.com/netdata/netdata/blob/575986a692003638f09c975da847062637b915f4/health/health.d/mysql.conf#L133...
Despite the issue being closed, I am happy to continue discussion/trying to reproduce the issue (can follow a step-by-step guide - fortunately, it is easy to set up Galera cluster...
Encoding the state as an integer was wrong, I changed it to a dimension per state. The value is either 1 (in the state) or 0. See [new charts](https://github.com/netdata/go.d.plugin/blob/01922de1dd4429f5bc112c0444093f35a3811692/modules/mysql/charts.go#L751-L779). I...
@odynik please don't forget to add the Netdata Agent version to the "Netdata build info" section. It is expected to have the whole "buildinfo" output in there.
@thiagoftsm is great the feature is going to be (asap) added to the ebpf plugin, but it doesn't help us at all now.
Hi, @amvots. Can you try ```cmd sudo systemctl enable netdata sudo systemctl start netdata ```
> Otherwise parent pod doesn't offer much metrics or alerts: Hi, @Garahk. Use the Replicated Nodes menu, you can go to any child dashboard from there. The parent uses its...
> kubectl cp the customized cpu.conf/ram.conf/cgroups.conf into the pod's netdata container inside /etc/netdata/health.d directory The correct way is using [child.configs](https://github.com/netdata/helmchart/blob/b47b20c53b2922b09b15e424560019c370b13c14/charts/netdata/values.yaml#L266). Add your custom alarms to the child.configs option.
> if instead of placing the conf files in the child pods, I placed them in the parent pod, and got what was expecting, alarms in all of the child...