Skip to content

Commit

Permalink
removed grepping for GeForce Cards
Browse files Browse the repository at this point in the history
  • Loading branch information
fz883 authored Aug 31, 2018
1 parent 23e4804 commit 27192dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userparameter_nvidia-smi.conf.linux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UserParameter=gpu.number,/usr/bin/nvidia-smi -L | /bin/grep GeForce | /usr/bin/wc -l
UserParameter=gpu.number,/usr/bin/nvidia-smi -L | /usr/bin/wc -l
UserParameter=gpu.discovery,/etc/zabbix/scripts/get_gpus_info.sh
UserParameter=gpu.fanspeed[*],nvidia-smi --query-gpu=fan.speed --format=csv,noheader,nounits -i $1 | tr -d "\n"
UserParameter=gpu.power[*],nvidia-smi --query-gpu=power.draw --format=csv,noheader,nounits -i $1 | tr -d "\n"
Expand Down

0 comments on commit 27192dd

Please sign in to comment.