Module: check_mk
Branch: master
Commit: 4a80f2dd2fa463dc48ebd7dabda27b8fb21efcbc
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=4a80f2dd2fa463…
Author: Marcel Arentz <ma(a)mathias-kettner.de>
Date: Tue Feb 28 09:50:05 2017 +0100
4440 check_sftp: New Check for SFTP Connections
With this new active check you are able to verify successfull logins and
optionally a timestamp of a file or operability of getting/putting a file.
This plugin needs the python libary paramiko and is therefore not out of
the box compatible with older releases of Check_MK.
Change-Id: If476f67177e82aad52b509ea8b7a141b4281bb82
---
.werks/4440 | 15 +++
active_checks/check_sftp | 248 ++++++++++++++++++++++++++++++++++++++
checkman/check_sftp | 12 ++
checks/check_sftp | 62 ++++++++++
web/plugins/wato/active_checks.py | 87 +++++++++++++
5 files changed, 424 insertions(+)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=4a80f2dd2f…