zabbix-threat-control
zabbix-threat-control copied to clipboard
Zabbix vulnerability assessment plugin
Dear, Currently I monitor some linux suse leap 15.1 among other distributions, when running scan.py on the server, it reports that there are no vulnerabilities and that only happens with...
Got a problem with an agent configured on a non standard port, it never received fix actions. script fix.py use zabbix_get only on the standard port (10050) Here is a...
Hi everyone, I'm trying to execute prepare.py with -d and -a parameters but I'm facing some errors. Executing prepare.py -d: ``` Connected to Zabbix API v.4.4.3 Traceback (most recent call...
Hi, It seems that the report.py is detecting the OS version incorrectly. To me, it detects a debian version as 8, but it should report 8.11. As a result, the...
/opt/monitoring/zabbix-threat-control/prepare.py -uvtda Traceback (most recent call last): File "/opt/monitoring/zabbix-threat-control/prepare.py", line 25, in from readconfig import * File "/opt/monitoring/zabbix-threat-control/readconfig.py", line 18, in zbx_verify_ssl = config['OPTIONAL'].getboolean('VerifySSL', True) File "/usr/lib/python3.5/configparser.py", line 956, in...
Hey, I got a problem with the automatic fix action. Seems that the remote action doesn't do anything. When I acknowledge the problem in the dashboard I have the following...
Hi! I need help with the script scan.py. I followed the installation instructions, on zabbix server and 2 test servers. The data collection seems to work, and the integration with...
/opt/monitoring/zabbix-threat-control# ./scan.py INFO:ZTC:Start. INFO:ZTC:Connected to Zabbix API v.3.4.15 INFO:ZTC:Received from Zabbix 2 hosts for processing INFO:ZTC:Receiving extended data about hosts from Zabbix INFO:ZTC:[1 of 2] "Zabbix server". Successfully received extended...
Dear Developers, First of all congratulations for your Zabbix Pluggin, I thing it is a very usefull and a really good Idea! I am trying to install your pluggin in...
### Major changes - To work with the Vulners API, use the vulners module (ver. 1.3) instead of requests - Rewritten to work with the config file. :collision: Update breaks...