Hi Guy,
wondering if someone can help me, i was pointed in this direction as i was trying to use Nagios but its a pig to configure and get working if your a newbie to linux like myself.
anyway, heres the setup, i have a Brand new clean installation of Ubuntu 9.04 server, there is NOTHING installed on it except the real basic core and OpenSSH.
I have apt-get'ted the following
mysql-server
Apache2
Build-essential
libmysqlclient15-dev
not sure what else i should install ( i know the manual lists it but i have no clue where to get it from or how to configure it)...
I downloaded the latest version of Zabbix from sourceforge using Wget 1.6.4 i believe, followed the manual right up-to the point where it asks me to-do
./Zabbix_Server to start the system.
a couple of things i have noticed is that the default location that was mentioned for the zabbix_server script is incorrect for me as in the doc it mentioned
this just returns the following error.
-bash: ./zabbix_server: No Such File or Directory.
i eventually tracked it down to /usr/local/sbin/zabbix_server
running the command ./zabbix_server just returns a prompt there is no warnings or errors or indication that it ran ok.
went to check /var/log/zabbix_server.log and found that to be missing as well.
bit of investigation again and it turned out to be storing the file in /tmp/zabbix_server.log
this is what is contained in the log
starting zabbix_server zabbix 1.6.4
enabled features
SNMP monitoring : no
WEB Monitoring : no
jabber : no
ODBC : no
IPV6 : no
[z3001] connection to database 'zabbix' failed: [1045] Access denied for user root@localhost (using password : NO)
whats going on with my installation as i cannot find half the files that are mentioned in the manul or on the board. the only conf files i can find are in the folder i untared and in a folder i created
any help would be great as i am really eager to get away from Nagios.
thanks
Kris
wondering if someone can help me, i was pointed in this direction as i was trying to use Nagios but its a pig to configure and get working if your a newbie to linux like myself.
anyway, heres the setup, i have a Brand new clean installation of Ubuntu 9.04 server, there is NOTHING installed on it except the real basic core and OpenSSH.
I have apt-get'ted the following
mysql-server
Apache2
Build-essential
libmysqlclient15-dev
not sure what else i should install ( i know the manual lists it but i have no clue where to get it from or how to configure it)...
I downloaded the latest version of Zabbix from sourceforge using Wget 1.6.4 i believe, followed the manual right up-to the point where it asks me to-do
./Zabbix_Server to start the system.
a couple of things i have noticed is that the default location that was mentioned for the zabbix_server script is incorrect for me as in the doc it mentioned
Code:
shell> cd bin shell> ./zabbix_server
-bash: ./zabbix_server: No Such File or Directory.
i eventually tracked it down to /usr/local/sbin/zabbix_server
running the command ./zabbix_server just returns a prompt there is no warnings or errors or indication that it ran ok.
went to check /var/log/zabbix_server.log and found that to be missing as well.
bit of investigation again and it turned out to be storing the file in /tmp/zabbix_server.log
this is what is contained in the log
starting zabbix_server zabbix 1.6.4
enabled features
SNMP monitoring : no
WEB Monitoring : no
jabber : no
ODBC : no
IPV6 : no
[z3001] connection to database 'zabbix' failed: [1045] Access denied for user root@localhost (using password : NO)
whats going on with my installation as i cannot find half the files that are mentioned in the manul or on the board. the only conf files i can find are in the folder i untared and in a folder i created
any help would be great as i am really eager to get away from Nagios.
thanks
Kris


Comment