mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
Category Tree: reduce number of categories
This commit is contained in:
parent
c4b2d9a8e3
commit
ff883dee02
17 changed files with 24 additions and 24 deletions
|
@ -111,7 +111,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_title GPU temperature'
|
||||
echo 'graph_args -l 0 -u 120'
|
||||
echo 'graph_vlabel Degrees (C)'
|
||||
echo 'graph_category gpu'
|
||||
echo 'graph_category sensors'
|
||||
echo "graph_info Temperature information for AMD GPUs"
|
||||
nGpusCounter=0
|
||||
while [ $nGpusCounter -lt $nGpus ]
|
||||
|
@ -138,7 +138,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_title GPU clock'
|
||||
echo "graph_args -l 0 -u $maxclock"
|
||||
echo 'graph_vlabel MHz'
|
||||
echo 'graph_category gpu'
|
||||
echo 'graph_category sensors'
|
||||
echo "graph_info Core and memory clock info for AMD GPUs"
|
||||
nGpusCounter=0
|
||||
while [ $nGpusCounter -lt $nGpus ]
|
||||
|
@ -155,7 +155,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_title GPU fan speed'
|
||||
echo 'graph_args -l 0 -u 100'
|
||||
echo 'graph_vlabel Percentage'
|
||||
echo 'graph_category gpu'
|
||||
echo 'graph_category sensors'
|
||||
echo "graph_info Fan speed of AMD GPUs"
|
||||
nGpusCounter=0
|
||||
while [ $nGpusCounter -lt $nGpus ]
|
||||
|
@ -170,7 +170,7 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_title GPU load'
|
||||
echo 'graph_args -l 0 -u 100'
|
||||
echo 'graph_vlabel Percentage'
|
||||
echo 'graph_category gpu'
|
||||
echo 'graph_category sensors'
|
||||
echo "graph_info GPU load"
|
||||
nGpusCounter=0
|
||||
while [ $nGpusCounter -lt $nGpus ]
|
||||
|
@ -184,7 +184,7 @@ if [ "$1" = "config" ]; then
|
|||
vcore)
|
||||
echo 'graph_title GPU core voltage'
|
||||
echo 'graph_vlabel mV'
|
||||
echo 'graph_category gpu'
|
||||
echo 'graph_category sensors'
|
||||
echo "graph_info GPU core voltage"
|
||||
nGpusCounter=0
|
||||
while [ $nGpusCounter -lt $nGpus ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue