mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 22:25:23 +00:00
labels that match the core plugins
This commit is contained in:
parent
a5ccb70da9
commit
cf52a44380
1 changed files with 5 additions and 5 deletions
|
@ -113,7 +113,7 @@ if [ "$1" = "config" ]; then
|
||||||
temp)
|
temp)
|
||||||
echo 'graph_title GPU temperature'
|
echo 'graph_title GPU temperature'
|
||||||
echo 'graph_args -l 0 -u 120'
|
echo 'graph_args -l 0 -u 120'
|
||||||
echo 'graph_vlabel Degrees (C)'
|
echo 'graph_vlabel degrees Celsius'
|
||||||
echo 'graph_category sensors'
|
echo 'graph_category sensors'
|
||||||
echo "graph_info Temperature information for NVIDIA GPUs using driver version $driverVersion"
|
echo "graph_info Temperature information for NVIDIA GPUs using driver version $driverVersion"
|
||||||
nGpusCounter=0
|
nGpusCounter=0
|
||||||
|
@ -145,14 +145,14 @@ if [ "$1" = "config" ]; then
|
||||||
# ...then output config data.
|
# ...then output config data.
|
||||||
echo 'graph_title GPU memory usage'
|
echo 'graph_title GPU memory usage'
|
||||||
echo 'graph_args -l 0 -u 100'
|
echo 'graph_args -l 0 -u 100'
|
||||||
echo 'graph_vlabel Percentage'
|
echo 'graph_vlabel %'
|
||||||
echo 'graph_category memory'
|
echo 'graph_category memory'
|
||||||
echo "graph_info FB Memory usage for NVIDIA GPUs using driver version $driverVersion (total memory is $gpusTotalMem)"
|
echo "graph_info FB Memory usage for NVIDIA GPUs using driver version $driverVersion (total memory is $gpusTotalMem)"
|
||||||
;;
|
;;
|
||||||
fan)
|
fan)
|
||||||
echo 'graph_title GPU fan speed'
|
echo 'graph_title GPU fan speed'
|
||||||
echo 'graph_args -l 0 -u 100'
|
echo 'graph_args -l 0 -u 100'
|
||||||
echo 'graph_vlabel Percentage'
|
echo 'graph_vlabel %'
|
||||||
echo 'graph_category sensors'
|
echo 'graph_category sensors'
|
||||||
echo "graph_info Fan speed of NVIDIA GPUs using driver version $driverVersion"
|
echo "graph_info Fan speed of NVIDIA GPUs using driver version $driverVersion"
|
||||||
nGpusCounter=0
|
nGpusCounter=0
|
||||||
|
@ -179,8 +179,8 @@ if [ "$1" = "config" ]; then
|
||||||
utilization)
|
utilization)
|
||||||
echo 'graph_title GPU utilization'
|
echo 'graph_title GPU utilization'
|
||||||
echo 'graph_args -l 0 -u 100'
|
echo 'graph_args -l 0 -u 100'
|
||||||
echo 'graph_vlabel Percentage'
|
echo 'graph_vlabel %'
|
||||||
echo 'graph_category sensors'
|
echo 'graph_category system'
|
||||||
echo "graph_info GPU utilization of NVIDIA GPUs using driver version $driverVersion"
|
echo "graph_info GPU utilization of NVIDIA GPUs using driver version $driverVersion"
|
||||||
nGpusCounter=0
|
nGpusCounter=0
|
||||||
while [ "$nGpusCounter" -lt "$nGpus" ]
|
while [ "$nGpusCounter" -lt "$nGpus" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue