Skip to content

Commit 281a5e7

Browse files
committed
Merge branch 'fixmon' into 'main'
fixed query for health state See merge request weblogic-cloud/weblogic-monitoring-exporter!295
2 parents 64ec0a7 + 4cceb83 commit 281a5e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

samples/configurations/healthState.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020, Oracle and/or its affiliates.
1+
# Copyright 2020, 2024, Oracle and/or its affiliates.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
---
@@ -10,4 +10,6 @@ queries:
1010
key: name
1111
keyName: jta
1212
healthState:
13-
prefix: health_
13+
prefix: wls_jta_health_
14+
stringValues:
15+
state: [ok,failed,overloaded,critical,warn]

0 commit comments

Comments
 (0)