Max number of files in directory tree

Test to see if there are more than 200 files in /tmp
Since the SysOrb agent doesn't have access to all subdirectories
we only test the first level.

[temp]
command=test `find /tmp -maxdepth 1 | wc -l` -lt 200
timeout=10