Cactiusers.org


It is currently Tue Feb 07, 2012 4:42 pm




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 151 posts ]  Go to page 1, 2, 3, 4, 5 ... 11  Next
 CactiEZ CD Official release v0.1 
Author Message
Site Admin

Joined: Thu Nov 11, 2004 11:12 am
Posts: 2007
Post CactiEZ CD Official release v0.1
Today I present to you the official release of CactiEZ. The CD weighs in at 355 MB in size, and currently contains only 305 packages. It auto installs CentOS 4.3, Cacti, Cactid, Ntop, Netflow, and a whole slew of other useful items (see the Documentation for more info).

Here are the changes since Beta 4
Quote:
Removed several sets of temporary files.
Set MySQL to start before the syslog daemon, which fixes an error on boot
Fixed broken template for SNMP Disks Partitions
Added eAccelator to speed up PHP
New Splash screen on boot
Updated all Plugins to latest SVN versions
Updated Cactid to latest SVN version
Added Weathermap plugin

Some DocumentationDownload Location
I would like to thank everyone that has tested and worked with the recent Beta releases, without you all, this CD would never have made it to where it is today.


Sun May 14, 2006 11:02 pm
New User

Joined: Mon Mar 13, 2006 7:35 pm
Posts: 8
Post CactiEZ - sponsorship?
Jimmy,

First - EXCELLENT work on the CactEZ!!!

I was hoping I could possibly have my company sponsor some work to get folded into the Cacti / CactiEZ project? There are two things that I need, but dont know how to do.

1) I need a way to get the syslog (db, file, whatever) from the Cacti to a centralized server.

2) I need all transmissions (FTPs of graphs, syslog, etc) to be transmitted via a secure tunnel.

I plan to deploy Cacti to monitor VOIP phone systems for health checking. The architecture is to have a CactiEZ installation at each customer site, then they would transmit their graphs to the central FTP server, in directory for each customer. So far, I'm ok. When I'm checking up on a customer, I can go to the directory and look at the graphs. The concept is, that even if the customer's network goes down, I would still have the graphs (and hopefully syslog) of the last 5 min sample window. But customers don't want their data sent in the clear, so I was thinking an SSL tunnel to an OpenSSL server at the head end.


As for syslog, I have no idea how to do this. Maybe a "redirector" that sould copy the syslog message into a flat file that collects all syslog updates from the last transmission???? Maybe we just zip and copy of the RRD or MySQL? Maybe a automatic DB sync???

Perhaps this could even lead to a Cacti Server project? A central location to consolidate the reporting of several Cacti deployments? I'm sure that there are others who are managing more than one Cacti instance. Thoughts, comments?

Thanks,
David

BTW, my home email is davidlott@comcast.net if that would be easier channel to communicate. I do have a lab of 3 low end PCs that I can play with and do some testing.


Wed May 17, 2006 11:49 am
New User

Joined: Tue Apr 18, 2006 1:00 pm
Posts: 6
Post 
awesome!

Kind regards
Alex


Wed May 17, 2006 1:43 pm
New User

Joined: Wed May 17, 2006 8:04 am
Posts: 3
Post 
what is it, rootkit:

cacti 2006-05-19 23:27:10 ntpd[1977]: sendto(62.173.184.58): Network is unreachable err

cacti 2006-05-19 23:27:03 ntpd[1977]: sendto(84.16.227.199): Network is unreachable err

cacti 2006-05-19 23:26:11 ntpd[1977]: sendto(81.169.139.140): Network is unreachable err

cacti 2006-05-19 23:10:03 ntpd[1977]: sendto(62.173.184.58): Network is unreachable err

cacti 2006-05-19 23:09:56 ntpd[1977]: sendto(84.16.227.199): Network is unreachable err

cacti 2006-05-19 23:09:05 ntpd[1977]: sendto(81.169.139.140): Network is unreachable

I didn't konfigure anything, it's clean install. Why my host try to connect to above sites ?


Fri May 19, 2006 4:13 pm
Site Admin

Joined: Thu Nov 11, 2004 11:12 am
Posts: 2007
Post 
gucio wrote:
what is it, rootkit:

cacti 2006-05-19 23:27:10 ntpd[1977]: sendto(62.173.184.58): Network is unreachable err

I didn't konfigure anything, it's clean install. Why my host try to connect to above sites ?


You should first look at the process, in this instance its ntpd which you get from this line ntpd[1977] (hint: 1977 is the process ID).

Take ntpd and throw it in google. You will see that it is the daemon for the Network Time Protocol. It is trying to access a time server to keep your server's time synchronized with the atomic clock. It uses a round robin that resides at 0.pool.ntp.org which is why it different addresses (try pinging that address and you will see).

If you don't wish to have your clock updated, just disable and stop the service
Code:
chkconfig ntpd off
service ntpd stop


Sat May 20, 2006 10:23 am
Site Admin

Joined: Thu Nov 11, 2004 11:12 am
Posts: 2007
Post 
Currently I am looking for some input.

Netflow is currently logging to a database inorder to allow queries to be ran against it. I am thinking of removing the database logging, and instead install Flow Viewer to run queries against the flow files themselves.

http://ensight.eos.nasa.gov/FlowViewer/

This is slightly faster than querying a huge MySQL database. And makes it easy to find the info you need through an interface.

If there are no objections, then this will be released in the next version.


Sat May 20, 2006 1:34 pm
New User

Joined: Wed May 17, 2006 8:04 am
Posts: 3
Post 
thx for answer, i didn't see in syslog number of port, so I didn't know what it was; i'll turn off ntpd


Sat May 20, 2006 2:25 pm
New User

Joined: Mon May 22, 2006 3:15 pm
Posts: 3
Post No connectivity on new install
Hello,

I just installed the 0.1 CD in VMWARE. I assigned the server s static IP and the server can ping itself, but nothing else on the network. Any ideas oon where to look?

Thank you,

Brian


Mon May 22, 2006 3:18 pm
Site Admin

Joined: Thu Nov 11, 2004 11:12 am
Posts: 2007
Post Re: No connectivity on new install
winnkid wrote:
Hello,

I just installed the 0.1 CD in VMWARE. I assigned the server s static IP and the server can ping itself, but nothing else on the network. Any ideas oon where to look?

Thank you,

Brian


A few steps to try, I assume you restarted the networking service after setting up the static. Also, in VMWare, did you assign the nic to the external network or to one of VMWare's internal networks. Can you ping the default gateway? Can you post the output of this command
Code:
ifconfig
and this command
Code:
route


This shouldn't be hard to track down once we get a little info.


Mon May 22, 2006 6:51 pm
New User

Joined: Mon May 22, 2006 3:15 pm
Posts: 3
Post Now I am really confused
Well, I tried it at home just for giggles...

and it worked fine. I am able to access the cacti page as well as Webmin.

I am not sure what the difference, but I will try again at work tomorrow. I had checked both ifconfig and route and all seemed fine, but I will copy for posterity and post the results tomorrow.

Thanks for the help!

Brian


Mon May 22, 2006 10:04 pm
New User

Joined: Mon May 22, 2006 3:15 pm
Posts: 3
Post Got it working
It was a silly mistake on my part. It took me this long to realize I was indeed bridging to the wrong interface and network.

Thanks for the pointers and the install looks great!

Brian


Tue May 23, 2006 10:04 am
User

Joined: Thu Jan 19, 2006 2:59 pm
Posts: 62
Post Nice work!
Nice work Jimmy! We already have a couple of Cacti installs, but I have customers who like ours and want the same for their internal networks. This is perfect for them.

The cacti poller template is a neat thing too - haven't seen that before.

Do you happen to know if all the plugins installed have a setup_tables()? I'm just thinking that if we wanted to update our main Cacti server (it's running RH9 at the moment), could we use a CactiEZ install and then dump our database/rras over the top? I know that some of the plugins didn't/don't auto-create their database changes...

My only real criticism would be that it'd be nice if the Webmin config was tweaked to reflect what's actually installed. Webmin looks a bit overwhelming until you realise that you don't actually have a CVS server, and QMail server etc etc... It makes the whole thing seem a little less 'EZ' than it really is.

I think this CD will turn a lot more people onto Cacti, and that can only be good.


Thu May 25, 2006 3:38 am
New User

Joined: Fri May 12, 2006 5:50 am
Posts: 2
Post 
Why cant I download the file. The transfer just doesn't start :-(

maximum server connection reached?


Thu May 25, 2006 11:34 am
Site Admin

Joined: Thu Nov 11, 2004 11:12 am
Posts: 2007
Post Re: Nice work!
Howie wrote:
Do you happen to know if all the plugins installed have a setup_tables()? I'm just thinking that if we wanted to update our main Cacti server (it's running RH9 at the moment), could we use a CactiEZ install and then dump our database/rras over the top? I know that some of the plugins didn't/don't auto-create their database changes...

My only real criticism would be that it'd be nice if the Webmin config was tweaked to reflect what's actually installed. Webmin looks a bit overwhelming until you realise that you don't actually have a CVS server, and QMail server etc etc... It makes the whole thing seem a little less 'EZ' than it really is.


The easiest way to update, is just to use phpmyadmin to export the database, and be sure to check the "drop if exists" option. Then just import over the top of the current database. This will cause it to not drop all tables, just the ones that existed before, which means most of the plugin tables will be intact. Then just run the Cacti update (should pop up automatically) to update Cacti's database to the newest (when I did it, I went from C to H). Copying over the RRDs will most likely work for you, if not, there are ways to export/import with rrdtool.

I've actually used webmin (besides browing through it), I just installed the default install, since a few users requested it. Have any pointers on where the configuration/database files are stored, so that I can automate it?


Thu May 25, 2006 11:18 pm
Site Admin

Joined: Thu Nov 11, 2004 11:12 am
Posts: 2007
Post 
jeremyotten wrote:
Why cant I download the file. The transfer just doesn't start :-(

maximum server connection reached?


Works perfectly for me... anyone else having issues?


Thu May 25, 2006 11:19 pm
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 151 posts ]  Go to page 1, 2, 3, 4, 5 ... 11  Next


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for: