11 lines
228 B
Text
11 lines
228 B
Text
object CheckCommand "apt_custom" {
|
|
import "plugin-check-command"
|
|
|
|
command = [ PluginDir + "/check_apt" ]
|
|
|
|
arguments = {
|
|
"-t" = "$apt_timeout$"
|
|
}
|
|
|
|
vars.apt_timeout = "30"
|
|
}
|