Archive for April, 2006

  1. Zabbix install

    I had the need to check on the health of some PCs over time so I turned to my old faithful Zabbix to do some stats, put them into a MySQL database for recall at a later date.

    The Machines that I wanted to monitor are Windows XP and 2000 boxes, and perhaps the Linux box that I am going to install this on, all of which zabbix supports by SNMP and running a small client daemon which reports to the Zabbix Daemon.

    Luckily I already had a Debian box to install on, I quickly installed MySQL 5.0.19, setup apache2 with php4 and GD. There are many tutorials around the web for this so excuse me not detailing this.

    Following the zabbix instructions got me to the point of startup on the server but unfortunetly I was greated by a missing library error.

    error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory

    As there are no pointers on the zabbix site I had a look on the box, and sure enough it had the correct file just couldn’t see it on the path. This was quickly sorted by copying the shared mysqlclient.so files into

    /usr/local/lib

    and running “ldconfig -v”

    If you are getting errors with missing libraries this can be used to sort it out.

    By timc3 on the
    April 6th, 2006
  2. Putting Together a Budget DIY Lighting System

    Interesting article on building a DIY budget photographic lighting system. Lighting is one of the most important aspects of photography, but can often be expensive. This article shows how a little creativity and hardware skills can go a long way, without breaking the bank!

    read more | digg story