Unclear dokumentation on how to use params in check function

Try to :

factory_settings[“ram_default_levels”] = {
“levels” : (2,1)
}

in the check funtion assume values as :

warn, crit = params[“levels”]

Hope it helps.

Cheers,

3 Likes