python-synology
python-synology copied to clipboard
possible statuses from storage pool and disks
Probably more of a question than a bug or issue.
I'm trying to find out what enums are provided by the following methods.
-
api.storage.volume_status(volume_id)
-
api.storage.disk_status(disk_id)
-
api.storage.disk_smart_status(disk_id)
Do anyone know what these statuses could be? I've only seen normal
for all of these.
Also, for shameless promotion, I'm building a prometheus exporter with this library. lilja/syex
Hi @Lilja !
I have absolutely no idea, normal on my side too, I presume it's bad if not :joy:
I've refactor requests in a new PR #33, I think it would be interesting for your project. Feel free to comment/review if you wish :wink:
Thanks
That would be nice if you register here #26 to support better this project (rare tests wanted), that would help maintainers to know your setup and take care of it for future devs.