Werk #15915: oracle_instances: Fixed parsing of section with failure and additional information
Component | Checks & agents | ||||||||
Title | oracle_instances: Fixed parsing of section with failure and additional information | ||||||||
Date | Sep 8, 2023 | ||||||||
Level | Trivial Change | ||||||||
Class | Bug Fix | ||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||
Checkmk versions & editions |
|
Sometimes when an oracle instance has a failure it deliveres some additional information. This information caused the failure of the section parsing. The section in the agent output looks something like this:
<<<oracle_instance:sep(124)>>>
+ASM|FAILURE|ERROR: ORA-12541: ...
NAME DATABASE_ROLE OPEN_MODE DB_UNIQUE_NAME FLASHBACK_ON FORCE_LOGGING SWITCHOVER_STATUS
This has now been fixed and the additional information should not cause any problems.