X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=nagcollect.git;a=blobdiff_plain;f=client%2Fbin%2Fnagcollect;h=71180a11718748a2b3e00a5c9af1b70dcb02976c;hp=8f07f3827fc7dbb02599ae555e352c9d4ffe58b8;hb=6d47f0ea45dd85a336c88728094c19292c866c0d;hpb=8d111f34e4fd0476504b0d4028e4ab99f9091ae7 diff --git a/client/bin/nagcollect b/client/bin/nagcollect index 8f07f38..71180a1 100755 --- a/client/bin/nagcollect +++ b/client/bin/nagcollect @@ -1,7 +1,7 @@ #!/bin/bash # # NagCollect -- Nagios Data Collector for Passive Checks -# Copyright (c)2009-2010 Alexander Barton, alex@barton.de +# 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 @@ -36,7 +36,7 @@ function refreshTestScripts() Msg "Extracting scripts ..." mkdir -p /usr/local/lib/nagcollect tar xzf "$tmp" -C /usr/local/lib/nagcollect -po \ - --exclude "._*" --exclude "." ; r=$? + --exclude "._*" --exclude ".DS_Store" ; r=$? fi chmod -R a+rX /usr/local/lib/nagcollect rm -f "$tmp"