Historique | Voir | Annoter | Télécharger (6,07 ko)
Fix memory usage check
Change "FB Memory Usage" to just "Memory Usage" - this will also work on an old version that still uses the "FB" terminology.
_mem should use FB memory used, only
NVIDIA 6 added differentiation between FB and BAR1 memory - use nvidia_gpu_mem for FB Memory only since its definition fits better with the usage prior to BAR1 memory.
Merge pull request #430 from leeclemens/master
append newline to support _mem and multiple GPUs
Memory used percentages were being concatenated into a single string if multiple GPUs were present, e.g. both using 30% would print mem0.value 3030 mem1.value
Merge branch 'pr/401'
Merging a rebased branch for pull #401
Improve GPU plugins documentation
Configurable warning and critical temperatures for GPUs
Add TODO and FIXME notes on some issues
TODO 1: Follow multigraph suggestion from Flameeyes to look into multigraphplugins (http://munin-monitoring.org/wiki/MultigraphSampleOutput),in order to reduce the amount of round trips to get the data.
TODO 2: Put warning and critical as vars in config with sensible defaults....
deletet unnecessary output "\n"
Output looked like this:
root@htpc:/etc/munin/plugins# ./nvidia_gpu_memmem0.value 0\n
Add plugins for monitoring NVIDIA and AMD GPUs