Hey all, just figured i'd share my zabbix agent rpm with ya'll.
The 1.1.2 agent is NOW AVAILABLE!! scroll towards the bottom for the link!!!
Heres the overview:
All files installed under /opt/zabbix
able to be service start|stop|restart etc
ie:
service zabbix_agentd start
After it installs it automatically starts well. We had a version of this rpm which automatically set the server IP which made distributing and installing the zabbix agent across a few hundred machines very easy.. just copy the rpm to the machine... rpm -ivh zabbix-agentd-1.1-1.i386.rpm and then move on to the next machine knowing that it is installed and already working.
directory structure:
/opt/zabbix
/opt/zabbix/bin <--- exec's obviously
/opt/zabbix/doc <--- Documentation
/opt/zabbix/etc <--- Configuration files
/opt/zabbix/log <--- log files
/opt/zabbix/scripts <--- useful place to store custom scripts
rpm able to be downloaded from http://www.northmeadaquafit.com.au/f...1.1-1.i386.rpm
I'll post up the .spec file etc later on. It's been tested on FC3, 4 and 5 and also centos.
I tried creating the server RPM but it wont compile properly with static bins and it wouldn't give me the libs directory either.. Long story short i had too many problems getting it to install properly on other systems. Hence me wanted to build with --enable-static
It was good, once you installed it, the server was completely configured and ready to go. database and all.
The 1.1.2 agent is NOW AVAILABLE!! scroll towards the bottom for the link!!!
Heres the overview:
All files installed under /opt/zabbix
able to be service start|stop|restart etc
ie:
service zabbix_agentd start
After it installs it automatically starts well. We had a version of this rpm which automatically set the server IP which made distributing and installing the zabbix agent across a few hundred machines very easy.. just copy the rpm to the machine... rpm -ivh zabbix-agentd-1.1-1.i386.rpm and then move on to the next machine knowing that it is installed and already working.
directory structure:
/opt/zabbix
/opt/zabbix/bin <--- exec's obviously
/opt/zabbix/doc <--- Documentation
/opt/zabbix/etc <--- Configuration files
/opt/zabbix/log <--- log files
/opt/zabbix/scripts <--- useful place to store custom scripts
rpm able to be downloaded from http://www.northmeadaquafit.com.au/f...1.1-1.i386.rpm
I'll post up the .spec file etc later on. It's been tested on FC3, 4 and 5 and also centos.
I tried creating the server RPM but it wont compile properly with static bins and it wouldn't give me the libs directory either.. Long story short i had too many problems getting it to install properly on other systems. Hence me wanted to build with --enable-static
It was good, once you installed it, the server was completely configured and ready to go. database and all.



Comment