object CheckCommand "snmp-drive-use" { import "plugin-check-command" command = [ PluginDir + "/check_snmp_storage.pl", "-S0" ] arguments = { "-H" = "$stor_address$" "-w" = "$stor_warning$" "-c" = "$stor_critical$" "-C" = "public" "-t" = "$stor_timeout$" "-m" = "$stor_directory$" } vars.stor_address = "$address$" vars.stor_warning = "80" vars.stor_critical = "90" vars.stor_timeout = "3" vars.stor_directory = "/" }