-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Exec monitor #1117
Description
⚠️ Please verify that this feature request has NOT been suggested before.
- I checked and didn't find similar feature request
🏷️ Feature Request Type
New Monitor
🔖 Feature description
Please add a monitor which executes user provided programs and checks the exit code.
✔️ Solution
The monitor executes programs with optional arguments as provided by the user and checks the exit code. Users of the docker image would need to mount a directory with static binaries and shell scripts in order to use them.
e.g calling gRPCurl to properly check if a gRPC services works. This is currently not possible and would mimic Kubernetes exec probe or Monits program status test.
❓ Alternatives
No response
📝 Additional Context
No response
- #7147 needs a security audit from someone with an security background.
That PR is unmergable otherwise for me as someone not working in security.
If you are that person, you can unblock this Issue.
If not, bother one of your coworkers who works in this field.
Here is our genreal discussion about how our security policy should look like, which might be relevant to this audit.