mirror of https://github.com/mikaku/Monitorix.git
removed 'memory_mode' option #204
This commit is contained in:
parent
d7fa9e9e6d
commit
6b0913143a
|
@ -494,13 +494,6 @@ This enables or disables the monitoring of each graph. Placing a \fIy\fP on a de
|
|||
.SS System load average and usage (system.rrd)
|
||||
This graph shows information about system load average (classical UNIX triplet), memory allocation, active processes (on Linux brought directly from the /proc directory), entropy and the system uptime.
|
||||
.P
|
||||
.BI memory_mode
|
||||
.RS
|
||||
This option permits to toggle between the modes \fBreal\fP and \fBinterpreted\fP the way how the memory graph is represented. The main difference between both modes is how is calculated the used memory. Currently it's the result of subtracting the \fIbuffer\fP and \fIcache\fP values from \fIused\fP.
|
||||
.P
|
||||
Default value: \fIreal\fP
|
||||
.RE
|
||||
.P
|
||||
.BI loadavg_enabled
|
||||
.RS
|
||||
This section enables or disables the alert capabilities for this graph. Only the alert for the average CPU load is currently implemented. It works as follows:
|
||||
|
|
|
@ -125,7 +125,6 @@ secure_log_date_format = %b %e
|
|||
# SYSTEM graph
|
||||
# -----------------------------------------------------------------------------
|
||||
<system>
|
||||
memory_mode = real
|
||||
<alerts>
|
||||
loadavg_enabled = n
|
||||
loadavg_timeintvl = 3600
|
||||
|
|
Loading…
Reference in New Issue