Koozali.org: home of the SME Server

Zabbix

Offline maykelsoft

  • *
  • 57
  • +0/-0
    • http://www.esi.com.ph
Zabbix
« on: September 29, 2006, 10:00:41 PM »
Anyone here successfully installed zabbix?

Please share your experience..


Regards,

Mike

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Zabbix
« Reply #1 on: October 03, 2006, 01:25:53 PM »
Yes

I´ve installed Zabbix 1.1.1 on SME7
I have compiled binaries... and a rought .spec file but no time to create a RPM and test it.

It´s all available on http://www.linuxfacil.net/publico/files/zabbix.spec
and http://www.linuxfacil.net/publico/files/zabbix-1.1.1.tar

Good luck.

Jáder
...

Offline jameswilson

  • *
  • 792
  • +0/-0
    • Security Warehouse, trade security equipment
Zabbix
« Reply #2 on: October 05, 2006, 12:06:10 AM »
Thanks Jader, can we install it from the tar?

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Zabbix
« Reply #3 on: October 05, 2006, 01:20:44 AM »
Yes, anyone can install from tar.
I have installed on another SME7 in 10 minutes or less.

Let´s try a HowTo DRAFT:  (updated!)


1) Create an zabbix user (using LAT or server-manager)

2) download my tar http://www.linuxfacil.net/publico/files/Zabbix-1.1.1.tar  or from http://khunjarnet.com/downloads/zabbix/Zabbix-1.1.1.tar (thank Jon)

3) copy files from opt to /opt  and etc to /etc

4) create fragments to Apache

mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/
cat >>/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/80zabbix <<FIM
Code: [Select]

Alias /zabbix /opt/zabbix

<Directory "/opt/zabbix">
    AddType application/x-httpd-php .php .php3 .phtml
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
FIM


/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
service httpd-e-smith restart

5) create MySQL database and populate it
mysql < install/create_mysql
mysql zabbix < install/schema.sql
mysql zabbix < install/data.sql

6) edit /etc/zabbix/zabbix_[server/agentd].conf and verify if everything it´s ok

7) start Zabbix_server and agentd
/opt/zabbix/bin/zabbix_server
/opt/zabbix/bin/zabbix_agentd

8) Access web interface and log in as admin with no password

I´ll install again and do a NICE HowTo... someday! ;)

Jáder
...

Offline jameswilson

  • *
  • 792
  • +0/-0
    • Security Warehouse, trade security equipment
Zabbix
« Reply #4 on: October 05, 2006, 10:08:36 AM »
Cheers mate that is most helpful

Offline JonB

  • *
  • 351
  • +0/-0
Zabbix
« Reply #5 on: October 05, 2006, 11:40:34 AM »
Jader,

The website appears to be down at present.

Jon
...

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Zabbix
« Reply #6 on: October 05, 2006, 12:59:55 PM »
Sorry... I had problems with my ADSL this night... it´s back again.
...

Offline maykelsoft

  • *
  • 57
  • +0/-0
    • http://www.esi.com.ph
Zabbix
« Reply #7 on: October 05, 2006, 05:43:38 PM »
Hi Jader, Thanks!

I'll give a try and post the results...


Regards,

Mike

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Zabbix
« Reply #8 on: October 05, 2006, 07:51:36 PM »
I´d like to upload the contrib to contribs or a mirror (my ADSL link is...strange for a couple of days... my site is unavailable for some periods of day)

Just don´t know how to do this. If someone point this to me, tonight I´ll do it.

Thanks

Jáder
...

Offline JonB

  • *
  • 351
  • +0/-0
Zabbix
« Reply #9 on: October 05, 2006, 11:33:35 PM »
Jader,

The site appears to be back up but connections are being refused.

Jon
...

Offline JonB

  • *
  • 351
  • +0/-0
Zabbix
« Reply #10 on: October 06, 2006, 05:37:47 AM »
Jader,

Can you possibly email the .tar file. Either connections are refused from your site or I can only download 44% then the connection stops.

I can put it up on my site if you like.

jblakely(at)technologysolved.co.nz

Jon
...

Offline Drifting

  • *****
  • 431
  • +0/-0
Who has the file?
« Reply #11 on: October 06, 2006, 10:21:23 AM »
Would really like to get my hands on Zabbix, the website link does not work, did anyone else manage to get it?

Paul.
Infamy, Infamy, they all have it in for me!

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Zabbix
« Reply #12 on: October 06, 2006, 12:27:52 PM »
JonB

Sent Zabbix-1.1.1.tar by e-mail as requested.
You can put it on your site and add URL here.

I hope my site came back live today...and stay that way!
Sorry by these link problems... I imagine a lot of people wishing to put hands on Zabbix.

Jáder
...

Offline JonB

  • *
  • 351
  • +0/-0
Zabbix
« Reply #13 on: October 07, 2006, 01:01:26 PM »
Thanks Jader.

Zabbix-1.1.1.tar is available at

http://khunjarnet.com/downloads/zabbix/Zabbix-1.1.1.tar

Jon
...

Offline Amir Inbar

  • *
  • 113
  • +0/-0
    • http://www.sheroot.net
Zabbix
« Reply #14 on: October 08, 2006, 10:57:35 PM »
Downloaded, went through the mini HowTo but when got to call the server got :
[root@sherootsrv zabbix]# /opt/zabbix/bin/zabbix_server
-bash: /opt/zabbix/bin/zabbix_server: Permission denied
......