Skip to content

Commit

Permalink
Update group_vars/checkmk/local_check_templates/sftp_with_pass_check.j2
Browse files Browse the repository at this point in the history
Co-authored-by: Jane Sandberg <[email protected]>
  • Loading branch information
kayiwa and sandbergja committed Jan 15, 2025
1 parent 6cd2f50 commit 4f36908
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ if [[ $? -eq 0 ]]; then
echo "OK: Successful connection to SFTP server {{ sftp_host }}"
exit $EXIT_OK
else
echo "Critical: Connection to SFTP server {{ sftp_host }} failed!"
echo "$EXIT_CRIT \"SFTP\" - Connection to SFTP server {{ sftp_host }} failed!"
exit $EXIT_CRIT
fi

0 comments on commit 4f36908

Please sign in to comment.