diff options
Diffstat (limited to 'nagios/check_')
-rwxr-xr-x | nagios/check_ | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nagios/check_ b/nagios/check_ new file mode 100755 index 0000000..839e9c1 --- /dev/null +++ b/nagios/check_ @@ -0,0 +1,6 @@ +#! /bin/bash + +. $(dirname $0)/lib/nagios/nagios.sh + +nagios_run "$@" + |