CVE-2021-44228-Scanner icon indicating copy to clipboard operation
CVE-2021-44228-Scanner copied to clipboard

Request: Reporting in Zabbix

Open rvtkruys-valtech opened this issue 3 years ago • 2 comments

Don't know, if this is logical. But, could it be possible to provide some guidelines on how to integrate this into Zabbix? Or does any one already managed to do this?

with regards, Roland

rvtkruys-valtech avatar Feb 28 '22 07:02 rvtkruys-valtech

If anyone can contribute zabbix code, I will provide the Logpresso Watch REST API for integration.

xeraph avatar Feb 28 '22 10:02 xeraph

Ok, this is the config for the zabbix_agentd.conf file: UserParameter=log4j2.scan,C:\Tools\log4j2-scan.exe --scan-log4j1 --scan-logback --exclude "C:\Users\<user.name>\Onedrive" --drives c,d --report-json --no-empty-report

Manual: Extending Zabbix agents

For testing you can run it using the following command: zabbix_agentd -t log4j2.scan -c "C:\Program Files\Zabbix Agent\zabbix_agentd.conf"

But it result in an error message: Timeout while executing a shell script. [m|ZBX_NOTSUPPORTED] [Timeout while executing a shell script.] I have increased the timeout on both server and client and have it set on 30 seconds. Maybe a bit much, but we are testing.

rvtkruys-valtech avatar Mar 02 '22 07:03 rvtkruys-valtech