mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +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 ]
|
||||
|
|
|
@ -113,7 +113,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 NVIDIA GPUs using driver version $driverVersion"
|
||||
nGpusCounter=0
|
||||
while [ $nGpusCounter -lt $nGpus ]
|
||||
|
@ -145,14 +145,14 @@ if [ "$1" = "config" ]; then
|
|||
echo 'graph_title GPU memory usage'
|
||||
echo 'graph_args -l 0 -u 100'
|
||||
echo 'graph_vlabel Percentage'
|
||||
echo 'graph_category gpu'
|
||||
echo 'graph_category memory'
|
||||
echo "graph_info FB Memory usage for NVIDIA GPUs using driver version $driverVersion (total memory is $gpusTotalMem)"
|
||||
;;
|
||||
fan)
|
||||
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 NVIDIA GPUs using driver version $driverVersion"
|
||||
nGpusCounter=0
|
||||
while [ $nGpusCounter -lt $nGpus ]
|
||||
|
|
|
@ -75,7 +75,7 @@ for (my $i = 0; $i < $gpuCount; $i++)
|
|||
print "graph_title GPU\n";
|
||||
print "graph_args --upper-limit 120 -l 0\n";
|
||||
print "graph_vlabel Percent or Degrees C\n";
|
||||
print "graph_category GPU\n";
|
||||
print "graph_category sensors\n";
|
||||
print "graph_info Information for NVIDIA GPUs using driver version $driverVersion\n";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue