summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..41d3d5a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: vserver-monitoring
+Section: unknown
+Priority: extra
+Maintainer: Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.1
+Homepage: http://git.spline.inf.fu-berlin.de/vserver-monitoring/
+Vcs-Git: git://git.spline.inf.fu-berlin.de/vserver-monitoring
+
+Package: nagios-plugins-vserver
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, libvserver-perl
+Description: nagios scripts for monitoring vserver
+ With this script you could monitor the load of running vserver
+ guests with nagios. The output is compatible with the default
+ check_load nagios plugin.