-
Notifications
You must be signed in to change notification settings - Fork 22
HTTP REST Api endpoint Sensorsconfig
hwassman edited this page Feb 21, 2025
·
2 revisions
/metadata/sensorsconfig
- Supported for both: OpenTSDB API and Prometheus API
- Provides details about the performance monitoring sensors configured on the GPFS cluster.
- Further information about the fields in the returned data structure can be found in the GPFS documentation for the “mmperfmon config show” command.
Example output:
```console
# curl http://10.88.0.178:4242/metadata/sensorsconfig -u scale_admin:TXlWZXJ5U3Ryb25nUGFzc3cwcmQhCg== | jq '.[]|select(.name |contains("GPFSFilesystem"))'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2437 100 2437 0 0 396k 0 --:--:-- --:--:-- --:--:-- 475k
{
"name": "\"GPFSFilesystem\"",
"period": "10"
}
{
"name": "\"GPFSFilesystemAPI\"",
"period": "10"
}
```
Example output:
```console
# curl http://10.88.0.177:9250/metadata/sensorsconfig -u scale_admin:TXlWZXJ5U3Ryb25nUGFzc3cwcmQhCg== | jq '.[]|select(.name |contains("GPFSDiskCap"))'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2437 100 2437 0 0 396k 0 --:--:-- --:--:-- --:--:-- 475k
{
"name": "\"GPFSDiskCap\"",
"period": "86400",
"restrict": "\"@CLUSTER_PERF_SENSOR\""
}
```
Visit the IBM Storage Scale Knowledge Center for getting more info about the latest product updates
-
- Setup classic Grafana
- Make usage of Grafana Provisioning feature
-
- Installing RedHat community-powered Grafana operator from OperatorHub
- Creating Grafana instance using the RedHat community-powered Grafana-operator
- Creating Grafana Datasorce instance from Custom Resource managed by the RedHat community powered Grafana operator
- Importing the predefined dashboard from the example dashboards collection
- Exploring Grafana WEB interface for CNSA project in a k8s OCP environment
- How to setup Grafana instance to monitor multiple IBM Storage Scale clusters running in a cloud or mixed environment
- API key authentication
- Configurable bridge settings
- CherryPy builtin HTTP server settings
- How to setup HTTPS(SSL) connection
- Start and stop grafana-bridge with systemd
- Refresh IBM Storage Scale cluster configuration data cached by grafana bridge
- Accelerate the PrometheusExporter data retrieval time
- Optimize the performance of PrometheusExporter by using scrape_job params settings
- Grafana Dashboard Panel shows no metric values for a particular entity
- Missing Grafana-Operator on an OpenShift cluster
- Missing CherryPy packages
- What to do if your system is on Python < 3.8
- Grafana-bridge fails to start with Python3.8
- Grafana-bridge container time is different from a host time
- Verify that the grafana-bridge returns data as expected