You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,6 +152,11 @@ a Grafana bug, or it may really be how Grafana is designed to work. But without
152
152
the metric line, the table was showing multiple versions of the status for each channel. This
153
153
table combines multiple metrics on the same line now.
154
154
155
+
Information about channels comes from the DISPLAY CHSTATUS CURRENT command. That
156
+
only shows channels with a known state and does not report on inactive channels.
157
+
To also see the inactive channels, then set the showInactiveChannels
158
+
configuration attribute to true.
159
+
155
160
### z/OS Support
156
161
Because the DIS QSTATUS and DIS CHSTATUS commands can be used on z/OS, the monitors can now
157
162
support showing some limited information from a z/OS queue manager. There is nothing special needed to configure it, beyond the client
@@ -195,10 +200,11 @@ Instead of providing all of the configuration for the exporters via command-line
195
200
provide the configuration in a YAML file. Then only the `-f` command-line option is required for the exporter to
196
201
point at the file.
197
202
198
-
An example configuration file is provided in each exporter's directory. All of the exporters support
203
+
All of the exporters support
199
204
the same configuration options for how to connect to MQ and which objects are monitored. There is
200
205
then an exporter-specific section for additional configuration such as how to contact the back-end
201
206
database.
207
+
The common options are shown in a template in this directory; the exporter-specific options are in individual files in each directory. Combine the two pieces into a single file to get a complete deployable configuration.
202
208
203
209
Unlike the command line flags, lists are provided in a more natural format instead of comma-separated
204
210
values in a single string. If an option is provided on both the command line and in the file, it is the file
0 commit comments