Changes between Initial Version and Version 1 of SaliUsage/Functions/tmpfs_watcher


Ignore:
Timestamp:
08/11/10 13:35:19 (14 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SaliUsage/Functions/tmpfs_watcher

    v1 v1  
     1[[PageOutline]]
     2
     3= tmpfs_watcher =
     4
     5This functions monitors the ''/'' filesystem:
     6 * It warns if the filesystem is greater or equal 95% full
     7 * If the filesystem is greater or equal 99% is calls [wiki:SaliUsage/Functions/shellout shellout]
     8
     9It is background process that monitors each second. It is only used in ''/etc/init.d/rcS''
     10
     11== Example ==
     12Usage:
     13{{{
     14tmpfs_watcher
     15}}}