adejoux / nmon2influxdb

Make NMON data dynamic with InfluxDB
GNU Affero General Public License v3.0
80 stars 29 forks source link

Dashboard.go changed to also processed .gz files #41

Closed eirikrvw closed 7 years ago

eirikrvw commented 7 years ago

Origin dashboard.go only considers .nmon files for processen. Provides code will fix this issue and also consider other files.

adejoux commented 7 years ago

Hello,

Thanks :) It's a nice solution :) I am ok to merge it. Just for you, it seems you have a invalid email address in your git configuration. it's shown in the participants section. Let me know if you want to change it before merge.

Also you should remove the line 60:

 fmt.Printf("%s\n\n", nmon.OS)

I think it's only for debugging.

Regards,

Alain

eirikrvw commented 7 years ago

Alain,

Thank you - you are right I removed debugging code and did a new commit to reflect the changes. I changed my email address so it is accepted by github.

Regards,

Erik

adejoux commented 7 years ago

Thanks. Merged :)