PDA

View Full Version : zabbix_sender windows version


tvman
16-09-2005, 23:06
I've compiled native zabbix_sender for win32.
It could be used as normal zabbix_sender with command string parameters.
Also it has SMBIOS parser and by default sends computer name, user name and serial number to zabbix trapper.
It has been tested on WindowsXP Pro, Win2000, Win2003
Interesting? Let me know.

James Wells
16-09-2005, 23:43
I am definately interested.

tvman
23-09-2005, 17:24
download available here
ftp://ftp.mcdean.com/pub/windows/zabbix/zabbix_rep.exe
Who wants get source code of the Win32 sender/reporter, please send me a private message with your email. There is nothing special it's pretty simple clone of the original sender plus SMBIOS parser cloned from dmidecode-2.7

safl
03-02-2006, 09:57
I would very much like a version of your sender.
I've tried using the version on your ftp, but it seems that i can't get it to send a simple value like 1.
If i execute with:

zabbix_rep.exe example.com 10051 x40.company.local:test 1

The value stored in zabbix is:

"[X40] [safl] 1" i need it to only store "1".

Can you give any pointers as to how i simply use it like the original zabbix_sender?

safl
27-02-2006, 12:25
Could't get the zabbix_rep.exe to do what i wanted, so i've made a plain Win32 version of zabbix_sender.
It works exactly as the unix version.

If anyone's interested in this plain simple version just drop me a line.

elkor
28-02-2006, 18:43
Is there any way to merge this into the main distribution? While not a priority for me at the moment, I can definatley see where this would be an advantage.

safl: do you have any issues with donating the source to alexei?

alexei: again, not really my problem at the moment but identical cross-platform functionality can only help in the long run

safl
28-02-2006, 18:49
elkor> None at all, it would be an honour :) If only Alexei accepts the code into his cvs repository.

gads
04-03-2006, 14:50
Could't get the zabbix_rep.exe to do what i wanted, so i've made a plain Win32 version of zabbix_sender.
It works exactly as the unix version.

If anyone's interested in this plain simple version just drop me a line.


Hi,
I would defently would like to test your clinet. could you please direct me where I can download it.

Thanks
Gad

gads
04-03-2006, 14:51
Hi,
I would defently would like to test your clinet. could you please direct me where I can download it.

Thanks
Gad

rvillaca
06-03-2006, 18:58
Is there any way to merge this into the main distribution? While not a priority for me at the moment, I can definatley see where this would be an advantage.

safl: do you have any issues with donating the source to alexei?

alexei: again, not really my problem at the moment but identical cross-platform functionality can only help in the long run


Please let me know where i can download it.

Thanks,

Rodrigo

Bruder_S
08-03-2006, 17:08
Hi,
I would defently would like to test your clinet. could you please direct me where I can download it.

Thanks
Gad

I would like to test your client, too. Can you send it per Email to me?

Thanks

rvillaca
09-03-2006, 18:31
Hi all,

I have compiled the native zabbix sender with cygwin. The only limitation is that the interactive mode is not working, but it can be used in scripts. You must place the cygwin1.dll in the same folder as the exe.

The URL for the file is http://200.155.4.237/zabbix_sender.zip

Rodrigo

Bruder_S
10-03-2006, 11:18
Thank you.

But can you explain how to use it?

I tried:

zabbix_sender.exe myserverip 10051 myclientname icmpping 1

In Zabbix i have configured an Item with icmpping as key and zabbix trapper

Then i added a Trigger. For example:

{myclientname:icmpping.last(0)}>1K

When I start the sender there is no errormessage. But if I click on the trigger i don't see any data.

Can you tell me what's wrong?

Thanks

safl
10-03-2006, 12:28
Sry for my lacking reply haven't checked the forum.

I will make a version available by the end of the day.

Regards!

safl
10-03-2006, 12:46
All right here it is:

http://www.safl.dk/zabbix_sender.zip

It will not be a permanent location, but hopefully if this community want's this windows version then it will hopefully be included in future versions of zabbix.

The zipfile includes the binary executable zabbix_sender.exe, plus a Dev-C++ project with the actual code.

Enjoy!

Bruder_S
27-03-2006, 16:55
Thank you! This senderversion runs great!