If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Also, when I edit the template items, like, changing the KEY, or deleting the item itself, it does not propagate to the hosts that are linked to the template.
#wget http://voxel.dl.sourceforge.net/sour....1beta2.tar.gz
#tar -xzvf zabbix-1.1beta2.tar.gz
#cd zabbix-1.1beta2
#./configure --with-mysql --with-server --with-net-snmp
[..]
checking for MySQL support... yes
checking for NET-SNMP support... checking for main in -lcrypto... yes
checking for the kernel version... 2.6 family (2.6.11-1.1369_FC4)
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
[...]
#make
Making all in src
make[1]: Entering directory `/tmp/zabbix-1.1beta2/src'
make[2]: Entering directory `/tmp/zabbix-1.1beta2/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/tmp/zabbix-1.1beta2/src'
make[1]: Leaving directory `/tmp/zabbix-1.1beta2/src'
make[1]: Entering directory `/tmp/zabbix-1.1beta2'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/tmp/zabbix-1.1beta2'
Comment