Skip to content

Commit

Permalink
Merge branch 'fixmon' into 'main'
Browse files Browse the repository at this point in the history
fixed query for health state

See merge request weblogic-cloud/weblogic-monitoring-exporter!295
  • Loading branch information
rjeberhard committed Jan 22, 2024
2 parents 64ec0a7 + 4cceb83 commit 281a5e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions samples/configurations/healthState.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020, Oracle and/or its affiliates.
# Copyright 2020, 2024, Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.

---
Expand All @@ -10,4 +10,6 @@ queries:
key: name
keyName: jta
healthState:
prefix: health_
prefix: wls_jta_health_
stringValues:
state: [ok,failed,overloaded,critical,warn]

0 comments on commit 281a5e7

Please sign in to comment.