-
Notifications
You must be signed in to change notification settings - Fork 0
/
warnquota-ng.8
58 lines (58 loc) · 1.64 KB
/
warnquota-ng.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.TH WARNQUOTA-NG 8
.SH NAME
warnquota-ng \- notify users and admins about reaching quota limits
.SH SYNOPSIS
.B warnquota-ng
[
.B \-nLqsvdVh
]
.SH DESCRIPTION
.B warnquota-ng
monitors filesystem quotas and sends notifications to users and administrators if a limit has been reached, or a certain percentage of disk space has been used up, or when the usage is below the limit again.
Similarly to the original warnquota it is typically run via
.BR cron (8).
.TP
.BR \-n
Trial run. Quota limits and previous state information will be processed, but no mails will be sent to users/admins, and no updates will be made to the state files.
.TP
.BR \-L
Gather user configuration from LDAP and generate FS configuration files for each monitored filesystem.
.TP
.BR \-q
Run repquota and update quotastate files (processed later using -s) in state dir (as root).
.TP
.BR \-s
Process previously generated (using -q) quotastate files from state dir (as non-root).
.TP
.BR \-v , " \-d"
Increase verbosity.
.TP
.BR \-V , " \-\-version"
Display version information and exit.
.TP
.BR \-h , " \-\-help"
Display help text and exit.
.SH FILES
.PD 0
.TP
.B /etc/warnquota-ng/warnquota-ng.conf
main configuration file
.TP
.B /etc/warnquota-ng/fs/warnquota-ng.fs.*.conf
configuration files for the monitored filesystems
.TP
.B /var/lib/warnquota-ng/warnquota-ng.fs.*.state
notification state files
.TP
.B /etc/cron.d/warnquota-ng
cron configuration file for warnquota-ng
.TP
.B /var/backups/warnquota-ng
directory where fs configuration files are backed up when using -L
.PD
.SH "SEE ALSO"
.BR quota (1),
.BR cron (8)
.SH AUTHORS
.BR warnquota-ng
was written by David Vincze <vincze.david@webcode.hu>