A monitor class to check when files/directories were last modified.
This is a general class which can be used to set limits on how long a file or directory can remain un-modified before warnings and/or errors are issued.
Located in /monitor-defs.php (line 319)
generic_monitor | --file_monitor
Define a new file check object.
Make the check on the time the file was last modified and if this is longer than this->warnsecs ago but less than this->errsecs then issue a warning. Otherwise if it is longer than this->errsecs ago then we issue an error message.
Documentation generated by phpDocumentor 1.3.0RC3