Questions tagged [cacti]

Cacti is an open source, web-based graphing tool, written in PHP, using RRD as storage, and RRDtool for graphing. It allows to poll services at intervals and graph resulting data, such as CPU load, network bandwidth ulitization, temperature data and others, usually, using data from SNMP OID's.

Courtesy Wikipedia, Cacti (Software):

Cacti is an open source, web-based graphing tool designed as a frontend to RRDtool's data storage and graphing functionality. Cacti allows a user to poll services at predetermined intervals and graph the resulting data. It is generally used to graph time-series data of metrics such as CPU load and network bandwidth utilization. A common usage is to monitor network traffic by polling a network switch or router interface via SNMP.

The frontend is written in PHP; it can handle multiple users, each with their own graph sets, so it is sometimes used by web hosting providers (especially dedicated server, virtual private server, and colocation providers) to display bandwidth statistics for their customers. It can be used to configure the data collection itself, allowing certain setups to be monitored without any manual configuration of RRDtool. Cacti can be extended to monitor any source via shell scripts and executables.

Cacti can use one of two backends - "cmd.php" a PHP script suitable for smaller installations or "spine" (formerly cactid) a C-based poller which can scale to thousands of hosts.

A large and quite active community has formed around the Cacti forums and Plugin Sites providing valuable scripts, templates, advice on writing plugins and documentation.


Useful links

118 questions
0
votes
1 answer

Creating new memory graph template with cdef and OID for cisco router

I want to create memory graph on cacti. But I have 2 OID for this, used memory (with OID) free memory (with OID). I want to create a graph which function for CDEF used to be (used_mem /(used_mem +free_mem))*100. I mean I want to see on this graph…
desscartes
  • 23
  • 8
0
votes
1 answer

Powershell - How to use webclient login a webpage (Cacti)

Does anyone know how to use webclient to login Cacti? I am trying to use PowerShell to log into a website (Realm : Local). However I stuck on login page. Html code for this page : Please enter your user name and password…
Tazugan
  • 129
  • 3
  • 3
  • 9
0
votes
1 answer

tune rrd to increase step and heartbeat (x2)

I've got a bunch of rrds being updated every 5min step = 300 ds[ExeTime].minimal_heartbeat = 600 I need to change this to every 15min. rrdtool tune allows me to change the heartbeat but not the steps. Can I simply change the heartbeat to 1800?…
Douglas
  • 379
  • 4
  • 16
0
votes
1 answer

RRD tool retrieve maximum value

am trying to get the speed and maximum values for all of my interface using rrdtool using rrdtool fetch ... etc but the max value is for the standard time ex : rrdtool fetch xxx.rrd MAX -r 7200 -s 1357041600 -e now i just need to get the highest…
0
votes
1 answer

Subprocess installed post-installation script returned errors for installing/removing Cacti

I have been trying to get cacti installed on my server. I have tried for some support at their forums and coming here due to little to no support. I am trying to install from scratch for cacti but keep running into errors, here are the following…
Ryahn
  • 537
  • 7
  • 24
0
votes
1 answer

php's snmp2_real_walk function can not get the right cpu number

all. I have a question about the snmp2_real_walk. my PHP version:PHP 5.1.6 OS: Red Hat Enterprise Linux Server release 5.5.I have a remost host with 8 core. And the localhost's machine cpu number is also 8 core. When i use the snmpwalk command like…
zjhui
  • 779
  • 1
  • 8
  • 21
0
votes
2 answers

how to use cacti to monitor remote hosts

I have nagios installed in a server and it's monitoring different remote hosts using different plugins. But I am not able to view the process of each system in a graph format. Is it possible to use cacti for the same purpose? I just installed cacti…
tech
  • 11
  • 2
  • 6
0
votes
2 answers

Cacti - after upgrade to 0.8.8a not graphing harddrive space on Windows servers

I have upgraded Cacti from 0.8.7g to 0.8.8a. (We use poller not spine). I followed the upgrade instructions here - http://docs.cacti.net/manual:088:1_installation.3_upgrading#upgrading_cacti Cacti Server; Linux RedHat server RHEL4connect to…
Darklantern
  • 81
  • 4
  • 10
0
votes
2 answers

MySQL search for a

I need to implement a search in mysql table for a certain word to find in a specific column (type: text). I thought that the easiest way is to do: $str = "something"; # let's say passed by POST or GET from a form $sql = "select lala, textThing from…
trainoasis
  • 6,419
  • 12
  • 51
  • 82
0
votes
1 answer

apt installation of Cacti database failing on Ubuntu 10.04

I have managed to install Cacti on two debian servers without too many problems. That's how apt is supposed to work right? The time has come to install it on our production server, but it is not working at all for me. It seems to get stuck around…
nonshatter
  • 3,347
  • 6
  • 23
  • 27
-2
votes
1 answer

"No log handling enabled" error in installation of PHP

I am going to install Cacti on windows server 2008R2, but first I should install PHP. I downloaded VC11 x64 Non-THread Safe and I followed all of the instructions in Cacti's site…
samantha
  • 1
  • 5
-3
votes
1 answer

Instant ping lost alert

I am used to run Nagios over the years, and it have been great. But recently our business unit have a requirement to alert whenever a packet loss appear, and Nagios plugin simple can't do the trick because it could ping every minute. Is there have…
Thomas G. Lau
  • 226
  • 3
  • 14
-3
votes
1 answer

Cacti graphs are empty

I am very new to cacti. Installation and configuration went well, I am able to create a graphs but the graphs are not showing with any data, even the rrd files are created. How do i make the graph work with data? Please help me Here is the output…
user3589456
  • 1
  • 1
  • 2
1 2 3 4 5 6 7
8