first version of apt.cfg for check_apt

This commit is contained in:
Sean Finney 2006-07-08 11:09:59 +00:00
parent 80b4865f58
commit 1bd95a2f5b

12
debian/pluginconfig/apt.cfg vendored Normal file
View 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
}