Closed skibbipl closed 9 years ago
Hello skibbipl,
This is because you have included the option gpu0
in the <list>
section of the lmsens
graph, which is saying to Monitorix that you want to monitor your NVIDIA graphics card.
Thanks for clarification, but this means that monitorix is ignoring settings in my custom 00-debian.conf
file. In main config I have gpu0
in lmsens
graph, but I commented it out in my custom config. Shouldn't monitorix use the lmsens
list from my custom config instead combining both lists?
I'll take a look to it. In the meatime what if you leave in blank such option:
gpu0 =
Blank value seems to be working fine! Thanks!
skibbipl, just for your information.
When Monitorix loads extra configuration files it only modifies the options that it finds in these extra configuration files. So, in your case, since it was unable to find the option gpu0
it ended up using its original value in the main configuration file.
So if I want to disable an option enabled in original config file I just need to put an empty value to it?
Exactly :)
Hello, I'm using debian packaged monitorix 3.7.0. Config data is configured to point
/etc/monitorix/monitorix.conf
. I decided to put my specific config into/etc/monitorix/conf.d/00-debian.conf
. I've disabled nvidia in my custom config file, but the problem is that nvidia plugin is still generating following errors:Here is excerpt from
monitorix.conf
:And this is my
00-debian.config
:Why monitorix is constantly trying to access nvidia data? How to disable nvidia monitoring completely?