Hi
I would like to ad a custom SNMP Monitor to check the memory Status.
I already have this implemented, but now I also see the status of the memory banks, that are not filled.
How can I only check for the memory that is installed and not for the empty ones?
****
memModuleStatus.0:-->ok(3)
memModuleStatus.1:-->ok(3)
memModuleStatus.2:-->ok(3)
memModuleStatus.3:-->ok(3)
memModuleStatus.4:-->ok(3)
memModuleStatus.5:-->ok(3)
memModuleStatus.6:-->not-available(4)
memModuleStatus.7:-->not-available(4)
memModuleStatus.8:-->not-available(4)
memModuleStatus.9:-->not-available(4)
memModuleStatus.10:-->not-available(4)
memModuleStatus.11:-->not-available(4)
I want only the status of the first 6 modules.