alastria / monitor

Monitor for Alastria platform.
Apache License 2.0
3 stars 3 forks source link

No error checking when updating the configuration files #4

Closed jesus-alastria closed 6 years ago

jesus-alastria commented 6 years ago

https://github.com/alastria/monitor/blob/09e33ebc9fd00ed31d4d0910ed8129611f3c8a9f/lib/node.go#L113-L127 There is not error checking when trying to read the files. Any error goes undetected and not reported to the caller.

adlrocha commented 6 years ago

@jesus-alastria, you are right. We will solve this issue asap.