Limit the number of unowned files we register in the state file to 40.
[mirror/dsa-nagios.git] / dsa-nagios-checks / sbin / dsa-update-unowned-file-status
index 9220888..57f47f7 100755 (executable)
@@ -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