Is it possible to extend the variables so they can be nested? So we can do something like this? ``` vars.partition["/"] = { warn = "90%", crit = "95%" } ```
Is it possible to extend the variables so they can be nested?
So we can do something like this?