forked from ibm-messaging/mq-metric-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.common.yaml
50 lines (44 loc) · 1.19 KB
/
config.common.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#
# This is the section of the configuration file
# that is common for all collectors. It gets combined
# with the collector-specific portion to create the real
# configuration file.
global:
useObjectStatus: true
useResetQStats: false
logLevel: INFO
metaprefix: ""
pollInterval: 30s
rediscoverInterval: 1h
tzOffset: 0h
connection:
queueManager: QM1
# You can point at a CCDT here
ccdtUrl:
# Or for simple client configurations, set the connName and channel
connName:
channel:
# If none of the channel-related attributes are set, then this can
# be set to true to force client connectivity and the usual environment
# variables such as MQSERVER are used.
clientConnection: false
# If a user is set, then a password must be passed somehow. It can
# be done in this file, on a command line, or (better) passed via stdin
# user: mqadmin
# password: passw0rd
replyQueue: SYSTEM.DEFAULT.MODEL.QUEUE
objects:
queues:
- APP.*
- "!SYSTEM.*"
- "!AMQ.*"
- QM*
queueSubscriptionSelector:
- PUT
- GET
channels:
- SYSTEM.*
- TO.*
topics:
subscriptions:
showInactiveChannels: false