I am installing on a fresh server, CentOS 5.2 and Zabbix 1.6.2. Per the manual, I built the database, untarred the file, did config and make install. I see all the files under the /usr/src directory but it didn't put anything at all under /etc/. I didn't see any errors go by while make install was running, is there a log somewhere that might tell me what happened? I tried it also with 1.6.1 which I have running on an older machine, it did the same thing. It did put the files under /usr/local/sbin/ like it should for the server, agent, etc. Here's what I've got:
# locate zabbix_server.conf
/usr/src/zabbix-1.6.1/misc/conf/zabbix_server.conf
Notice it didn't find a .conf file under /etc/, there's not even an /etc/zabbix directory.
Any ideas where I fouled up? I used:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
and I didn't see any errors go by but it went by pretty fast. It worked fine on my other machine, the only difference was that I used 1.6.1 and CentOS 5 instead of 5.2, is there a problem with using 5.2?
Any ideas?
Tnx,
Kerry
# locate zabbix_server.conf
/usr/src/zabbix-1.6.1/misc/conf/zabbix_server.conf
Notice it didn't find a .conf file under /etc/, there's not even an /etc/zabbix directory.
Any ideas where I fouled up? I used:
./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-libcurl
and I didn't see any errors go by but it went by pretty fast. It worked fine on my other machine, the only difference was that I used 1.6.1 and CentOS 5 instead of 5.2, is there a problem with using 5.2?
Any ideas?
Tnx,
Kerry
Comment