From 1bd95a2f5b066a3fe03da04c2068999ce4b35d37 Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Sat, 8 Jul 2006 11:09:59 +0000 Subject: [PATCH] first version of apt.cfg for check_apt --- debian/pluginconfig/apt.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 debian/pluginconfig/apt.cfg diff --git a/debian/pluginconfig/apt.cfg b/debian/pluginconfig/apt.cfg new file mode 100644 index 0000000..d3ceb7c --- /dev/null +++ b/debian/pluginconfig/apt.cfg @@ -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 + } +