Hi Folks!
A few words at first:
I'm toally new on zabbix - I come from Cacti
My native language is german so... please forgive me my mistakes
Now to the Problem:
I downloaded and unpacked the sources as it is described in the installation-doc.
Yes I have the database runnin' (MySQL) and i created the tables and filled 'em with data
Now the tricky part: compiling...
First of all: it's a SuSE 9.0 System with ucd-snmp (cannot change it!) and MySQL
The configure statement:
I think that's enough for now - snmp support doesn't work so far but I think that's another problem.
The configure, make and make install are all running without problems.
Then I copied the config files to /etc/zabbix/ and changed the rights.
Ready to get it fired up? No unfortunately not
and absolutely nothing happens. This PID is created. That's it.
returns absolutely no result and I found nothing in the logs.
So... I've no idea for the next step.
I'll be thankful for any hints of debugging the server - did I do something wrong? Yes I know SuSE was the very first failure but I have no alternative
So Long, and Thanks For All the Fish
A few words at first:
I'm toally new on zabbix - I come from Cacti
My native language is german so... please forgive me my mistakes

Now to the Problem:
I downloaded and unpacked the sources as it is described in the installation-doc.
Yes I have the database runnin' (MySQL) and i created the tables and filled 'em with data

Now the tricky part: compiling...
First of all: it's a SuSE 9.0 System with ucd-snmp (cannot change it!) and MySQL
The configure statement:
Code:
./configure --enable-server --with-mysql=/usr/local/mysql
The configure, make and make install are all running without problems.
Then I copied the config files to /etc/zabbix/ and changed the rights.
Ready to get it fired up? No unfortunately not

Code:
/usr/local/bin/zabbix_server
Code:
ps waux | grep zabbix
So... I've no idea for the next step.
I'll be thankful for any hints of debugging the server - did I do something wrong? Yes I know SuSE was the very first failure but I have no alternative

So Long, and Thanks For All the Fish

Comment