-
Notifications
You must be signed in to change notification settings - Fork 22
Configurable bridge settings
IBM Storage Scale bridge for Grafana has a number of configuration options that you can specify in the config.ini
configuration file or apply as command line arguments at the bridge start. The options values passed as parameters on CLI through the grafana bridge start have always the higher ranking as the values stored in the config.ini.
Example
Log level settings from the config.ini file:
# log level 10 (DEBUG), 20 (INFO), 30 (WARN), 40 (ERROR) (Default: 20)
logLevel = 20
Log level argument passed through at the bridge start:
# python3 zimonGrafanaIntf.py -c 10
In this case the bridge will be running in the DEBUG mode
Note: If you prefer editing config.ini file rather than specifying arguments on the command line, you must restart the IBM Storage Scale bridge for Grafana for any configuration changes to take effect.
Hash sign (the #
char) is used to comment out lines in a config.ini
file. If you want to change a setting, you must delete the hash sign (#
) in a front of the setting before it will work.
Example
[tls]
# Directory path of tls key and cert file location
# tlsKeyPath = /etc/bridge_ssl/certs
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
- 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