centreon / centreon-plugins

Collection of standard plugins to discover and gather cloud-to-edge metrics and status across your whole IT infrastructure.
https://www.centreon.com
Apache License 2.0
310 stars 274 forks source link

storage::emc::unisphere::restapi::plugin - add hardware component memorymodule #4274

Closed BertrandJO closed 1 year ago

BertrandJO commented 1 year ago

Hi,

Using this plugin to monitor a Dell Unity array, we did not detect a memory module failure.

The rest API allows to query such component with a memoryModule query like battery, ioModule, fan and other available components in this plugin.

It would be a great improvement to have this memory module state.

Regards,

Bertrand.

garnier-quentin commented 1 year ago

Could you provide the curl command and the json output please ?

Dadouu commented 1 year ago

Here some result with a memory component module check image

BertrandJO commented 1 year ago

The Memory Module list is available calling this URL :

https://X.X.X.X/api/types/memoryModule/instances

The json output is :

{"@base":"https://172.22.4.144/api/types/memoryModule/instances?per_page=2000","updated":"2023-03-13T09:21:15.760Z","links":[{"rel":"self","href":"&page=1"}],"entries":[{"@base":"https://172.22.4.144/api/instances/memoryModule","updated":"2023-03-13T09:21:15.760Z","links":[{"rel":"self","href":"/spa_mm_0"}],"content":{"id":"spa_mm_0"}},{"@base":"https://172.22.4.144/api/instances/memoryModule","updated":"2023-03-13T09:21:15.760Z","links":[{"rel":"self","href":"/spa_mm_1"}],"content":{"id":"spa_mm_1"}},{"@base":"https://172.22.4.144/api/instances/memoryModule","updated":"2023-03-13T09:21:15.760Z","links":[{"rel":"self","href":"/spa_mm_2"}],"content":{"id":"spa_mm_2"}},{"@base":"https://172.22.4.144/api/instances/memoryModule","updated":"2023-03-13T09:21:15.760Z","links":[{"rel":"self","href":"/spa_mm_3"}],"content":{"id":"spa_mm_3"}},{"@base":"https://172.22.4.144/api/instances/memoryModule","updated":"2023-03-13T09:21:15.760Z","links":[{"rel":"self","href":"/spb_mm_0"}],"content":{"id":"spb_mm_0"}},{"@base":"https://172.22.4.144/api/instances/memoryModule","updated":"2023-03-13T09:21:15.760Z","links":[{"rel":"self","href":"/spb_mm_1"}],"content":{"id":"spb_mm_1"}},{"@base":"https://172.22.4.144/api/instances/memoryModule","updated":"2023-03-13T09:21:15.760Z","links":[{"rel":"self","href":"/spb_mm_2"}],"content":{"id":"spb_mm_2"}},{"@base":"https://X.X.X.X/api/instances/memoryModule","updated":"2023-03-13T09:21:15.760Z","links":[{"rel":"self","href":"/spb_mm_3"}],"content":{"id":"spb_mm_3"}}]}

garnier-quentin commented 1 year ago

https://github.com/centreon/centreon-plugins/pull/4367