1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Review and unify category assignments of plugins

This commit is contained in:
Lars Kruse 2018-08-01 23:56:56 +02:00
parent c8df9ab4e9
commit 33e95e6ff9
59 changed files with 99 additions and 100 deletions

View file

@ -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 sensors'
echo 'graph_category htc'
echo "graph_info Core and memory clock info for 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 sensors'
echo 'graph_category htc'
echo "graph_info GPU load"
nGpusCounter=0
while [ $nGpusCounter -lt $nGpus ]