first version of apt.cfg for check_apt
This commit is contained in:
parent
80b4865f58
commit
1bd95a2f5b
12
debian/pluginconfig/apt.cfg
vendored
Normal file
12
debian/pluginconfig/apt.cfg
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# 'check_apt' command definition
|
||||||
|
define command{
|
||||||
|
command_name check_apt
|
||||||
|
command_line /usr/lib/nagios/plugins/check_apt
|
||||||
|
}
|
||||||
|
|
||||||
|
# 'check_apt_distupgrade' command definition
|
||||||
|
define command{
|
||||||
|
command_name check_apt_distupgrade
|
||||||
|
command_line /usr/lib/nagios/plugins/check_apt -d
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue