Archive

Posts Tagged ‘rrdp’

Cacti Monitor Server Step by Step on Ubuntu 8.10

February 28th, 2009 Arthur Gressick No comments

Ok so in my other posts I have given you a way to get an ISO image to get Cacti running please note that it runs on CentOS through the rPath. If you want to quickly get a cacti server up and running then download the image.

Apple Mac OS X Users – I suggest that you think of Cacti as more of an appliance and installing it on OS X Server will not only be a bit more complex but the constant upgrading of updates may break your install after you spend a lot of time going through the trouble to get things running properly. Instead I suggest that you build a VMware/Parallels image so that it is more transportable in the future. We have found traveling from tradeshow to tradeshow that this works great, back ups are easier as well. I also suggest that you look at creating this in Ubuntu as this is the next easiest server OS and everything is detailed to getting this up and running with tons of plugins.

Cacti Post

If you want to build the cacti monitoring server from scratch then read below. Please note that this is a fresh Ubuntu 8.10 VMware image with nothing installed except for SSH server.

Update and Upgrade – I went ahead and ran the latest patches for the OS.

apt-get update
apt-get upgrade

Install AMP – (Apache MySQL PHP)

apt-get install mysql-server apache2
apt-get install php5 php5-gd php5-mysql

Now we need to install Cacti and it’s components

apt-get install cacti-cactid

After you configure the information from the Cacti installer then you will need to change some of the information in Cacti after changing the password.

settings > paths > Spine Poller File Path [ /usr/sbin/spine ]

settings > poller > Poller Type [spine]

Cacti Server ISO

February 11th, 2009 Arthur Gressick No comments

If you are a network person who wants to monitor information about your servers then this is the application/server for you. There are tons of posts out there for building from scratch but I prefer to download a CD and then have it up and running in minutes. For this went to rPath to get a fully configured ISO which installs very quickly.

http://www.rpath.org/

search for the cacti and download your iso today. I will work on building one from scratch but until then this is the best one to get you rolling.

Categories: Linux Tags: , ,