2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Steve Schnepp
f88b11105b Merge pull request #430 from leeclemens/master
append newline to support _mem and multiple GPUs
2014-02-18 15:43:59 +01:00
leeclemens
7713329755 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
2014-01-23 14:33:43 -05:00
Steve Schnepp
04e9d5bfa1 Merge branch 'pr/401'
Merging a rebased branch for pull #401
2013-11-15 13:29:48 +01:00
Nuno Fachada
c53197ce5a Improve GPU plugins documentation 2013-11-15 13:27:36 +01:00
Nuno Fachada
10b1de81bb Configurable warning and critical temperatures for GPUs 2013-11-15 13:27:28 +01:00
Nuno Fachada
758ca724a0 Add TODO and FIXME notes on some issues
TODO 1: Follow multigraph suggestion from Flameeyes to look into multigraph
plugins (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.

TODO 3: Add additional output options for nvidia-smi only available for
professional GPUs.

FIXME: Possible bug in lines 87-91 of amd_gpu_
2013-11-15 13:27:05 +01:00
CWempe
7688a3f5ba deletet unnecessary output "\n"
Output looked like this:

root@htpc:/etc/munin/plugins# ./nvidia_gpu_mem
mem0.value 0\n
2013-02-12 15:30:59 +01:00
Nuno Fachada
426bba4466 Add plugins for monitoring NVIDIA and AMD GPUs 2012-12-11 19:57:06 +00:00