Tagged Questions

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.

learn more… | top users | synonyms

6
votes
12answers
1k views

Server monitoring and alerting software? [closed]

What software does everyone use to monitor hardware? I know about nagios and cacti, but does anyone use any other software?
3
votes
0answers
325 views

Is it possible to use Cacti to monitor MySQL on Amazon's RDS?

I noticed that the instructions to setup cacti with mysql mention granting SUPER priveleges: Create a MySQL user with the SUPER and PROCESS privileges on each server you want to monitor However, ...
2
votes
2answers
373 views

Is it possible to have SNMP Agent without MIB’s support?

hii, i am working on SNMP from last few days,i have develope a small application(SNMP Agent) which * Run on 161 port. * Have a tree structured OID support. * Respond to all Get,GetNext,Set Pdu ...
1
vote
1answer
152 views

RRDTool and projects that use it (cacti etc) - HOWTO, storage, backup etc

I want to create an application similar to cacti. I would like to store time-series data in a MySQL database (that is rotated on schedule). Where does cacti (nagios, zenoss) store polled data? a) ...
1
vote
0answers
438 views

JBoss Monitoring with Cacti

If there is anyone out there who has experience with monitoring JBoss with Cacti, I need help! I used this template posted on the Cacti forums. It has 3 template graphs, and 2 of those graphs are ...
1
vote
1answer
762 views

CDEF Function to find % value in Cacti

I am trying to figure out how to find the % based on two data sources from an RRD graph. Below is the code used to create the graph (generated by Cacti) /usr/bin/rrdtool graph - \ --imgformat=PNG \ ...
0
votes
0answers
29 views

cacti remote machine data gathering fail

Am new to cacti so please forgive me if my question sounds stupid, I have tried my best to find the solution for the problem but still needs help. I want to gather number of lines in the haproxy.log ...
0
votes
1answer
57 views

Cacti memory graph not showing correct graph value?

Kindly help. I am stuck. Graph are getting spikes ..but the value is not showing correctly although SNMP get the value correctly.Please throw some light.
0
votes
1answer
33 views

cacti: Display how much % one data source item has of an other datasource item

I want to create a graph template in which it is displayed how much percentage a data source item has of another data source item. I assumed I'd need to use CDEF functions for that and according to ...
0
votes
1answer
33 views

Php app hangs session. Webserver restart fixes it.

Running cacti on CentOS 5.6. Every so often the browser hangs indefinitely (throbber spinning, no activity). The only (quick) way out (for the session) is restarting the webserver (kill the browser ...
0
votes
1answer
138 views

cacti - multi cpu util - multi line OID

I have the OID: .1.3.6.1.2.1.25.3.3.1.2 I got 24 rows (I have 24 core server), I want to create one graph with all the rows to see the utilization. Please help me :) Thanks...
0
votes
1answer
67 views

Cacti - Changing environment variables at runtime.

I'm using the Cacti script/command method to collect data. I have a perl script that connects to an Oracle database and returns two numbers. This script works perfectly when run on the command line ...
0
votes
0answers
30 views

how to decrease tha cacti graphs [closed]

regarding the cass graphs. Look at the “User” averages for the all CPU graphs Cass1 User Avg 4.16 Cass2 User Avg 22.71 Cass3 User Avg 4.15 Cass4 User Avg 28.14 Cass5 User Avg ...
0
votes
0answers
317 views

which monitoring system would you prefer: nagios, zabbix, cacti

We have a web system like this: 10 servers with files and one front server which serves the web. We need to see the whole picture of what's going on with them. What monitoring system would you ...
0
votes
0answers
113 views

proper cacti installation

I was trying to set up cacti for my ubuntu 10.10 server. Problem is that there is no images in cacti when accessed. Uploaded, set up database but there is error if I launch pull.php from ssh: ...
0
votes
0answers
127 views

Is there any tool to monitor ipv6? [closed]

I need a tool to monitor and graph the connection of ipv6. Cacti works for ipv4 but not ipv6. Is there any tool to monitor ipv6? Thanks.
0
votes
1answer
101 views

Data retrival/storage & graphing solution selection

Good day everyone! Our company have a need to set up some solution, that would allow us to grap almost live (1 second interval) data, from electrical equipment. Currently, the thing we are using, is ...
0
votes
0answers
61 views

Can RRD database support incremental update?

I am currently using RRD4J(http://code.google.com/p/rrd4j/) to do the monitor system. I will draw the statistics diagram based one rrd4j. I can create the rrd4j database, add the data and draw the ...
0
votes
0answers
173 views

Using Cacti to display data from perfmon files

I am using Perfmon on Microsoft Windows to generate data from some operating system counters and save them in .csv files. I am wondering if Cacti tool could show and analyze data from these files; is ...
0
votes
1answer
775 views

Enable Cacti to monitor JMX

How do I configure CACTI to monitor values comming from JMX?
0
votes
1answer
396 views

Is it possible to access the Cacti RRD database over the network

is it possible to access the Cacti RRD (Round Robin Database) from a different machine over the network? We want to be able to create our own custom graphs by querying the Cacti RRD database (e.g. ...
0
votes
1answer
449 views

cacti default port

I used apt-get to install cacti on my ubuntu 10.04 box. It said it installed correctly, but I'm not sure what port its listening on.
0
votes
1answer
914 views

why cacti is showing empty graph.??.even if rrd file created

hii, i have develop my own snmp service..and i want to plot a graph of an OID provided. so, i have create graph in cacti. -) Its is showing device up. -) It is creating rrd file.(RRDTool says OK). -) ...
0
votes
3answers
377 views

How to use external data with CACTI

I am using some perl and bash scripts to create rrd files for some other application. My simple query is, can I use cacti to make graphs using that rrd files. Note: I am able to create graphs using ...
0
votes
1answer
154 views

Cacti reports kilorows as a Mysql Sort

In my cacti installation, the graph that reports on mysql sorts has a value kiloRows. What does this value mean? I can't seem to find anything on it anywhere.
0
votes
1answer
962 views

Use Cacti to Monitor HTTP Status Codes of Request Responses?

I have a proxy script that makes HTTP GET requests to other pages using cURL through PHP. Is it possible to monitor what response codes are returned to those cURL requests, using Cacti? If not Cacti, ...