add the checkmk agent and config
This commit is contained in:
parent
916f394cdf
commit
05459a50e1
6 changed files with 2348 additions and 0 deletions
checkmk-agent/files
5
checkmk-agent/files/sshwrapper
Normal file
5
checkmk-agent/files/sshwrapper
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
# The agent does not need stdin
|
||||
exec </dev/null
|
||||
exec sudo --non-interactive -- SUDOCOMMAND
|
Loading…
Add table
Add a link
Reference in a new issue