Questions tagged [cacti]

Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality.

Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices.1

1Source:Cacti

7 questions
33
votes
7 answers

I need a good network monitoring tool

I need to get some good network monitoring tools. I am trying to find out why my office network is so congested/slow, and I need something that will allow me to look at all the machines in the network and see who is being a piggy.
5
votes
1 answer

How do I install Cacti?

I'd like to use Cacti, but I'm not entirely sure how to install it. I have a 10.04 Server that I'm installing this on.
jrg
  • 61,707
1
vote
1 answer

Moving existing cacti to apache2 root folder

I have a running cacti installation on /var/www/html/cacti where is cacti installs by default on ubuntu 14.04lts. I would like to move cacti to apache's root folder at /var/www/html/ without disrupting anything. Is it possible?
bran
  • 629
1
vote
0 answers

MySQL error while create databaseon mariadb

Trying new adventures, been set up cacti on my VirtualBox Machine, sticking to vary instructions, exploring my problem I stuck in, but can't go further. I'm doing alright till I'm creating database on mariadb: sudo mysql -u root -p mysql <…
1
vote
1 answer

How do I install Cacti 8.7i with PIA 3.1(Plug In Architecture) for 12.04 Server LTS?

I am planning to upgrade my current 9.04 server version to 12.04LTS server. I've successfully backup and restore my Cacti version 8.7d to 8.7i that comes with the distribution. However, the plugin patch installation for PIA 3.1 it is not working for…
Pininy
  • 11
0
votes
1 answer

Install package without some dependencies

We want to install a package, here cacti, without pulling some dependencies, here the MySQL Server. It is possible to do it using, apt, apt-get (or aptitude) ? We already have a remote MySQL server and we don't want to install a new server locally…
0
votes
2 answers

What are the default login credentials on fresh install of cacti on ubuntu 18.04?

What I did: Installed Ubuntu server 18.04 in a VM inside ESXi. Enabled the Multiverse repo. Ran apt update && apt upgrade && apt install cacti. Visited http://[ip of vm]/cacti. Tried to login with admin/admin which is the only set of default cacti…