zabbix-sftp | SFTP monitoring with python sftp in zabbix
kandi X-RAY | zabbix-sftp Summary
kandi X-RAY | zabbix-sftp Summary
zabbix-sftp is a Python library. zabbix-sftp has no bugs, it has no vulnerabilities and it has low support. However zabbix-sftp build file is not available. You can download it from GitHub.
SFTP monitoring with python sftp in zabbix.
SFTP monitoring with python sftp in zabbix.
Support
Quality
Security
License
Reuse
Support
zabbix-sftp has a low active ecosystem.
It has 4 star(s) with 6 fork(s). There are 2 watchers for this library.
It had no major release in the last 6 months.
There are 1 open issues and 0 have been closed. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of zabbix-sftp is current.
Quality
zabbix-sftp has 0 bugs and 11 code smells.
Security
zabbix-sftp has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
zabbix-sftp code analysis shows 0 unresolved vulnerabilities.
There are 1 security hotspots that need review.
License
zabbix-sftp does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
zabbix-sftp releases are not available. You will need to build from source code and install.
zabbix-sftp has no build file. You will be need to create the build yourself to build the component from source.
Installation instructions, examples and code snippets are available.
It has 398 lines of code, 7 functions and 2 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed zabbix-sftp and discovered the below as its top functions. This is intended to give you an instant insight into zabbix-sftp implemented functionality, and help decide if they suit your requirements.
- Connect to a remote host .
- check if file exists
- Initialize connection .
- Add a metric .
- Close connection .
- Returns the duration of the response .
- Print metrics .
Get all kandi verified functions for this library.
zabbix-sftp Key Features
No Key Features are available at this moment for zabbix-sftp.
zabbix-sftp Examples and Code Snippets
No Code Snippets are available at this moment for zabbix-sftp.
Community Discussions
No Community Discussions are available at this moment for zabbix-sftp.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install zabbix-sftp
Install cryptography and pysftp modules in python on zabbix server or zabbix proxy, below are the installation commands on ubuntu:. Generate zabbix user ssh key on zabbix server or zabbix proxy, ssh key password is required. Add zabbix user ssh public key to the remote sftp user home authorized keys. Upload an empty file called "test" in the sftp user home directory. Copy the scripts to zabbix server external scripts directory, normally /usr/lib/zabbix/externalscripts. Import the sftp check template and create a new host in zabbix, link the template to the new host, set the value of the following macros on the template,. and add the value of sftp server hostname and login user macros on the new host.
apt-get install python-pip
pip install --upgrade pip
apt-get install build-essential libssl-dev libffi-dev python-dev
pip install cryptography
pip install pysftp
/usr/lib/zabbix/externalscripts# chmod +x sftpCheck.py
/usr/lib/zabbix/externalscripts# chmod +x sftpCheck.sh
{$SFTP_KEY_FILE} - <zabbix_user_homepath>/.ssh/id_rsa
{$SFTP_KEY_PASS} - password of zabbix user private key
{$SFTP_HOST} - sftp server hostname
{$SFTP_USER} - sftp login user
apt-get install python-pip
pip install --upgrade pip
apt-get install build-essential libssl-dev libffi-dev python-dev
pip install cryptography
pip install pysftp
/usr/lib/zabbix/externalscripts# chmod +x sftpCheck.py
/usr/lib/zabbix/externalscripts# chmod +x sftpCheck.sh
{$SFTP_KEY_FILE} - <zabbix_user_homepath>/.ssh/id_rsa
{$SFTP_KEY_PASS} - password of zabbix user private key
{$SFTP_HOST} - sftp server hostname
{$SFTP_USER} - sftp login user
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page