Check age of files in a directory
http://en.opensuse.org/Monitoring-plugins-contentage
This plugin checks one or more directory for files older than a specified age.
You can define the age of files for warning and critical states.
Note: the plugin checks the mtime of files, not the ctime.
Usage: check_dircontent.pl -w 24 -c 48 -p /tmp
Options:
-w|--warning : time for warnings (minutes)
-c|--critical : time for critical warnings (minutes)
-p|--pathnames : absolute path to the folders, split mutliple pathnames with commata
-t|--timeout : timeout (default: 15)
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / monitoring-...contentage
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout server:monitoring/monitoring-plugins-contentage && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
check_contentage | 0000006923 6.76 KB | |
monitoring-plugins-contentage.changes | 0000001106 1.08 KB | |
monitoring-plugins-contentage.spec | 0000002294 2.24 KB |
Revision 4 (latest revision is 9)
Lars Vogdt (lrupp)
committed
(revision 4)
- renamed package to monitoring-plugins-contentage - license update: BSD-3-Clause See check_contentage file - update to 0.6: added performance data - update to 0.4: added timeout option - update to 0.3 (changes see below) - print revision - use hash for values - initial package
Comments 0