X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=dsa-nagios-checks%2Fsbin%2Fdsa-update-unowned-file-status;h=57f47f71d507943365235e5bf20251496949219c;hb=d32b720d7732f8f698f6e9fb7d4cf46d7f9bdc81;hp=922088865a595caba314b5e0987d7fa2ef4d511a;hpb=bebe0ea0397defe05fb58fac830fda868ee11d5e;p=mirror%2Fdsa-nagios.git diff --git a/dsa-nagios-checks/sbin/dsa-update-unowned-file-status b/dsa-nagios-checks/sbin/dsa-update-unowned-file-status index 9220888..57f47f7 100755 --- a/dsa-nagios-checks/sbin/dsa-update-unowned-file-status +++ b/dsa-nagios-checks/sbin/dsa-update-unowned-file-status @@ -17,4 +17,4 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA -find / -path /proc -prune -o -nouser > /var/cache/dsa/nagios/nouser +find / -path /proc -prune -o -nouser | head -n 40 > /var/cache/dsa/nagios/nouser