Metadata-Version: 1.0
Name: disk-alarm
Version: 2.7
Summary: An utility to send warning e-mail messages when available space on some disk goes below a configured threshold.
Home-page: UNKNOWN
Author: Luca Fini
Author-email: lfini@arcetri.astro.it
License: GPL
Description: 
        This program uses the 'df' Linux/Unix command to get information about
        disk space availability and sends warning e-mail messages when disk
        space is below a configurable threshold.
        
        It has been tested with Python 2.4 to 2.7 and in Linux RedHat, Linux
        Ubuntu and Solaris 10.
        
        Use: python disk-alarm.py -h    to get directions on how to use it
        
        
Keywords: unix administration utility
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: System :: Monitoring
