mirror of https://github.com/mikaku/Monitorix.git
added rigid and limit values to 'nvidia' graph and another small change in 'process' graph
This commit is contained in:
parent
2f2a801bc9
commit
07807a9cb7
|
@ -190,6 +190,8 @@ secure_log_date_format = %b %e
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
<nvidia>
|
<nvidia>
|
||||||
max = 1
|
max = 1
|
||||||
|
rigid = 1, 2, 2
|
||||||
|
limit = 50, 100, 100
|
||||||
</nvidia>
|
</nvidia>
|
||||||
|
|
||||||
|
|
||||||
|
@ -271,7 +273,7 @@ secure_log_date_format = %b %e
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
<process>
|
<process>
|
||||||
<list>
|
<list>
|
||||||
0 = httpd, sshd, ntpd, mysqld, proftpd, clamd, imap, sendmail, named, bash
|
0 = httpd, sshd, ntpd, mysqld, proftpd, clamd, imap, sendmail, named, smbd
|
||||||
</list>
|
</list>
|
||||||
<desc>
|
<desc>
|
||||||
httpd = Apache
|
httpd = Apache
|
||||||
|
|
Loading…
Reference in New Issue