mirror of https://github.com/mikaku/Monitorix.git
updated configuration file
This commit is contained in:
parent
e0806f623d
commit
a0e7c0d98a
|
@ -121,8 +121,8 @@ secure_log_date_format = %b %e
|
|||
# SYSTEM graph
|
||||
# -----------------------------------------------------------------------------
|
||||
<system>
|
||||
rigid = 1, 0
|
||||
limit = 1, 100
|
||||
rigid = 1, 0, 0, 0 ,0
|
||||
limit = 1, 1000, 1000, 1000, 1000
|
||||
<alerts>
|
||||
loadavg_enabled = n
|
||||
loadavg_timeintvl = 3600
|
||||
|
@ -862,8 +862,10 @@ graph_name = system, kern, proc, hptemp, lmsens, gensens, nvidia, disk, fs, zfs,
|
|||
|
||||
<graphs>
|
||||
_system1 = System load
|
||||
_system2 = Active processes
|
||||
_system3 = Memory allocation
|
||||
_system2 = Memory allocation
|
||||
_system3 = Active processes
|
||||
_system4 = Entropy
|
||||
_system5 = Uptime
|
||||
_kern1 = Kernel usage
|
||||
_kern2 = Context switches and forks
|
||||
_kern3 = VFS usage
|
||||
|
|
Loading…
Reference in New Issue