Skip to content

Commit

Permalink
11801 FIX Make oracle_tablespaces cluster compatible again
Browse files Browse the repository at this point in the history
Change-Id: I65b35ffad114dfec31f57c4548c961747ea7976e
  • Loading branch information
TimotheusBachinger committed Apr 13, 2021
1 parent b478a25 commit c8ba95c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .werks/11801
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Title: Make oracle_tablespaces cluster compatible again
Class: fix
Compatible: compat
Component: checks
Date: 1618316439
Edition: cre
Knowledge: doc
Level: 1
State: unknown
Version: 2.1.0i1

2 changes: 2 additions & 0 deletions checkman/oracle_tablespaces
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ item:
inventory:
One service is created for each tablespace which is {ONLINE}, {READONLY} or {OFFLINE}.

cluster:
In case a cluster is configured, the node with the most data files will be checked.
1 change: 1 addition & 0 deletions cmk/base/plugins/agent_based/oracle_tablespaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,5 @@ def cluster_check_oracle_tablespaces(
check_function=check_oracle_tablespaces,
check_default_parameters=ORACLE_TABLESPACES_DEFAULTS,
check_ruleset_name="oracle_tablespaces",
cluster_check_function=cluster_check_oracle_tablespaces,
)

0 comments on commit c8ba95c

Please sign in to comment.