]> arthur.barton.de Git - nagcollect.git/blob - client/lib/wrapper/wrapper-top.sh
Add wrapper script for calling test scripts as active service checks
[nagcollect.git] / client / lib / wrapper / wrapper-top.sh
1 #!/bin/bash
2 #
3 # NagCollect -- Nagios Data Collector for Passive Checks
4 # Copyright (c)2009-2011 Alexander Barton, alex@barton.de
5 #
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
10 # Please read the file COPYING, README and AUTHORS for more information.
11 #
12 # Wrapper script for active service checks :-)
13 #
14
15 SERVICE=""; STATUS=""; TEXT=""
16
17 # END: wrapper-top.sh
18