python-synology icon indicating copy to clipboard operation
python-synology copied to clipboard

possible statuses from storage pool and disks

Open Lilja opened this issue 4 years ago • 2 comments

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

Lilja avatar Apr 18 '20 19:04 Lilja

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

Quentame avatar Apr 21 '20 23:04 Quentame

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.

Quentame avatar Apr 21 '20 23:04 Quentame