#1 filter on Resource/Resource groups
Persona: Centreon administrator
Problem to solve: Using CRM mode
It is not possible to easily retrieve resource-related data only. Using filter-resource-name, information about the cluster is also retrieved and displayed.
- cluster perfdata must then be filtered out
- Default OK status is OK: Cluster is ok
Expected outcome:
Retrieve and display only resource-related information when filtering on a resource name or a resource group name, if needed.
Potential solutions:
The output of the command executed by the plugin seems to be parsed correctly already. Adding a new option or creating a new mode using crm_mon could be useful.
#2 filter on Nodes
Persona: Centreon administrator
Problem to solve: Using CRM mode
It is not possible to retrieve status information for a specific node. Information is summarized for the entire cluster.
Expected outcome:
Retrieve and display status for a specific node.
Potential solutions:
The output of the command executed by the plugin seems to be parsed correctly already. Adding new options or creating new modes, for each use case, using crm_mon could be useful. (modes for cluster, node)