python-diamond / Diamond

Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
http://diamond.readthedocs.org/
MIT License
1.74k stars 601 forks source link

Support python26 - os.initgroups() #650

Closed bhepple closed 7 years ago

bhepple commented 7 years ago

os.initgroups() is new in python27

see https://github.com/python-diamond/Diamond/issues/638

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 24.667% when pulling ad3862d76c583f9ec623758344165da11cef8c62 on bhepple:patch-1 into 56d0cd10110d9000b7a8d6f9b970066f24be11d7 on python-diamond:master.