]> arthur.barton.de Git - nagcollect.git/blobdiff - client/lib/wrapper/wrapper-top.sh
Merge branch 'master' of /srv/git/nagcollect
[nagcollect.git] / client / lib / wrapper / wrapper-top.sh
diff --git a/client/lib/wrapper/wrapper-top.sh b/client/lib/wrapper/wrapper-top.sh
new file mode 100644 (file)
index 0000000..a6040cd
--- /dev/null
@@ -0,0 +1,18 @@
+#!/bin/bash
+#
+# NagCollect -- Nagios Data Collector for Passive Checks
+# Copyright (c)2009-2011 Alexander Barton, alex@barton.de
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+# Please read the file COPYING, README and AUTHORS for more information.
+#
+# Wrapper script for active service checks :-)
+#
+
+SERVICE=""; STATUS=""; TEXT=""
+
+# END: wrapper-top.sh
+