mirror of https://github.com/mikaku/Monitorix.git
3.0: updated to support 'nvidia' graph
This commit is contained in:
parent
93c96aef32
commit
7e66f65b8f
|
@ -88,7 +88,7 @@ alert_rootfs_script = /path/to/script.sh
|
|||
</system>
|
||||
|
||||
|
||||
# KERNEL graph
|
||||
# KERN graph
|
||||
# -----------------------------------------------------------------------------
|
||||
<kern>
|
||||
graph_mode = r
|
||||
|
@ -154,7 +154,9 @@ alert_rootfs_script = /path/to/script.sh
|
|||
|
||||
# NVIDIA graph
|
||||
# -----------------------------------------------------------------------------
|
||||
nvidia_max = 1
|
||||
<nvidia>
|
||||
max = 1
|
||||
</nvidia>
|
||||
|
||||
|
||||
# DISK graph
|
||||
|
|
Loading…
Reference in New Issue