[Pkg-nagios-changes] [pkg-nagios] r960 -
nagios-plugins/trunk/debian/pluginconfig
Sean Finney
seanius at costa.debian.org
Sat Jul 8 11:10:00 UTC 2006
Author: seanius
Date: 2006-07-08 11:09:59 +0000 (Sat, 08 Jul 2006)
New Revision: 960
Added:
nagios-plugins/trunk/debian/pluginconfig/apt.cfg
Log:
first version of apt.cfg for check_apt
Added: nagios-plugins/trunk/debian/pluginconfig/apt.cfg
===================================================================
--- nagios-plugins/trunk/debian/pluginconfig/apt.cfg 2006-07-08 10:00:34 UTC (rev 959)
+++ nagios-plugins/trunk/debian/pluginconfig/apt.cfg 2006-07-08 11:09:59 UTC (rev 960)
@@ -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
+ }
+
More information about the Pkg-nagios-changes
mailing list