[ZBXNEXT-2201] Zabbix Agent Windows loadable modules Created: 2014 Mar 12 Updated: 2019 Sep 22 |
|
Status: | Open |
Project: | ZABBIX FEATURE REQUESTS |
Component/s: | Agent (G) |
Affects Version/s: | 2.3.0 |
Fix Version/s: | None |
Type: | New Feature Request | Priority: | Major |
Reporter: | Serg Larchenko | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 15 |
Labels: | loadablemodule, patch, windows | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() ![]() ![]() ![]() ![]() |
Description |
Good day. |
Comments |
Comment by Serg Larchenko [ 2014 Mar 12 ] |
Split file zabbix_windows_loadablemodule.patch |
Comment by Ryan Armstrong [ 2015 Oct 06 ] |
Bump! |
Comment by richlv [ 2015 Oct 06 ] |
please see these resources: |
Comment by Kenny Hibberd [ 2019 Jan 23 ] |
What are the issues involved with implementing this feature? |
Comment by Andy Bertier [ 2019 Sep 19 ] |
I'm also interested in this feature. I used the attached files to create my version of the agent (needed to updated them for 3.4.2 & some fixes in error reporting). I'm willing to check/prepare changes against latest version, but I don't know how to contribute them. (as the patches attached here were already rejected). Are there any docs on how to contribute my changes? |
Comment by Glebs Ivanovskis [ 2019 Sep 19 ] |
abertier, I guess the best place for the results of you effort will be https://github.com/zabbix/zabbix-patches |
Comment by Andy Bertier [ 2019 Sep 22 ] |
Patch & PR created: https://github.com/zabbix/zabbix-patches/pull/21 Another minor glitch in the documentation for building agents on windows ( https://zabbix.com/documentation/4.2/manual/installation/install/win_agent ), is I also needed to set 'CMAKE_BUILD_TYPE' to 'Release' in order to compile PCRE (v8.43, otherwise I only get the debug-file pcred.lib ) |