[Tile-serving] [mod_tile] disk free space warning (#81)

Peter notifications at github.com
Sat Jul 12 09:26:38 UTC 2014


I'd definitively vote against a dependency on pathon just for checking diskspace.
You can to that with pure unix tools, too:

    df -P $BASEDIR | tail -n+2 | tr -s ' ' | cut -d' ' -f5


---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/81#issuecomment-48806748
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140712/7c724ca9/attachment.html>


More information about the Tile-serving mailing list