Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: ee1c51cadc70f6d3186bb45e5745d823b4e19e9d
https://github.com/Checkmk/checkmk/commit/ee1c51cadc70f6d3186bb45e5745d823b…
Author: Sergey Kipnis <sergey.kipnis(a)checkmk.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M agents/windows/plugins/mk_oracle.ps1
Log Message:
-----------
fix Oracle plugin for Windows
If run as admin and executable is NOT protected from non-admin write access then
1. write error:
XE|FAILURE|Safe execution is not possible: THE-HOST\THE-USER
has 'Write' access to 'c:\path\to\oracle\home\bin\sqlplus.exe'.
Either run the plugin as a user using the rule 'Run plugins and local checks
using non-system account' or disable 'Write', 'Modify' and 'Full
control'
access to the by non-admin users.
2. continue to next instance
otherwise normal execution
TEST: Local manual using installed Windows agent and installed Oracle Express.
1. a user has write access: error similar to above mentioned
2. a user has no write access: no errors
Change-Id: I024ad7e2f4b7375624bc4c9175ad2ea4026a8835
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications