ganglia / monitor-core

Ganglia Monitoring core
BSD 3-Clause "New" or "Revised" License
490 stars 246 forks source link

IPMI Python Module only works in debug mode #289

Open jyepesr1 opened 6 years ago

jyepesr1 commented 6 years ago

I developed a python module to get node temperatures from IPMI, based on the example in the python_module folder.

When I execute Ganglia with debug_level = 10, it sends the values perfectly, but when debuglevel is set to 0, in /var/log/messages appears "/usr/sbin/gmond[83138]: Unable to find any metric information for 'ipmi(.+)'. Possible that a module has not been loaded.#012".

I can't understand what does debug that the normal mode not.