Posted by Ricardo Santos in agent, installation, sourcecode, zabbix, zabbix1.8
on Oct 22nd, 2012 | 2 comments
Tested with Zabbix 1.8.6 on Windows 2008 R2 Datacenter 64bits
Requirements
* Windows SDK for Windows 7
* Visual C++ 2010 Express
* Zabbix Source
* 7-Zip or similar
Compiling for 32bits (x86)
"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat"
cd "C:\Users\Administrator\Downloads\zabbix-1.8.6\build\win32\project"
copy ..\include\config.h ..\..\..\include\
nmake Makefile_agent
1234
"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat"cd...
Posted by Ricardo Santos in installation, zabbix, zabbix1.8, zabbix2.0
on Aug 20th, 2012 | 12 comments
I’d like to announce the ZabbixZone Repository, a Zabbix package repository, where the main goal is provide an easy way to install and keep Zabbix installations.
Packages are available for CentOS 5, CentOS 6 and Debian 6 (Squeeze):
http://repo.zabbixzone.com/
All packages were built by Kodai Terashima, an IT Engineer from Zabbix SIA, I take this opportunity to thank you for the excellent work.
Feel free to ask any question.
Installing ZabbixZone Repository on CentOS:
# Importing GPG key
rpm --import http://repo.zabbixzone.com/centos/RPM-GPG-KEY-zabbixzone
#...