//Django : 2015-04-17 object CheckCommand "fileage" { import "plugin-check-command" command = [ PluginDir + "/check_file_age" ] arguments = { "-f" = "$fileage_file$" "-i" = { set_if = "$fileage_ignore$" } "-w" = "$fileage_timewarn$" "-c" = "$fileage_timecrit$" "-W" = "$fileage_sizewarn$" "-C" = "$fileage_sizecrit$" } }