object CheckCommand "updates" { import "plugin-check-command" command = [ PluginDir + "/check_updates" ] arguments = { "-w" = "$updates_wgreater$" "-c" = "$updates_cgreater$" "-t" = "$updates_time$" } timeout = "60" vars.updates_wgreater = 1 vars.updates_cgreater = 5 vars.updates_time = 30 }