//Django : 2015-04-16 object CheckCommand "sslcertfile" { import "plugin-check-command" command = [ PluginDir + "/check_ssl_cert" ] arguments = { "-H" = "$sslcertfile_host$" "-w" = "$sslcertfile_warn$" "-f" = "$sslcertfile_file$" } vars.sslcertfile_host = "127.0.01" vars.sslcertfile_warn = "21" vars.sslcertfile_file = "" }