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.
0
votes
0answers
11 views
Tool for monitoring log and graph
can anybody suggest a tool where i can give my input from logs using a script and make graphs in the web browser. Example: There is a script to track how many new consumer's logged into my server and ...
1
vote
1answer
288 views
Cacti graph not showing properly
Hoping to reach all of you Cacti experts right there. I have tried posting the same issue on the Cacti forums website, but after nearly a week had no answer. Hoping to have more luck here.
I'm pretty ...
0
votes
0answers
102 views
deploy cacti with nginx on centos6.4 [closed]
I deploy cacti with nginx on centos6.4,but I get 404 error page,
my nginx.conf is as below:
server {
listen 80;
server_name localhost;
index index.html index.php;
root ...
3
votes
1answer
70 views
printing number of snmpwalk results
Were trying to make a script on a Ubuntu server that reads the number of results from an snmpwalk command, and then sending it to Cacti for graphing.
Since none of us have any kind of programming ...
0
votes
1answer
120 views
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 ...
0
votes
0answers
294 views
Cacti does not generate the graphs
I'm using Cacti for net analyze, version 0.8.8a, and When I run the poller.php i get some errors.
Looking at the log file, I found the following error:
01/31/2013 10:18:56 AM - CMDPHP: Poller[0] ...
1
vote
1answer
108 views
Is it possible to create an snmp “proxy” agent?
I have a situation when I have three computers A, B, C.
Computer A and B are on routable networks and can communicate with each other (different subnets). Computer C is not routable but is on the ...
1
vote
1answer
104 views
Cacti Migration
I try to migrate Cacti from a server A to a server B.
Both are on Debian 6 and this is the same version of Cacti (0.8.7g)
I follow these steps :
Backup cacti db on server A
Disable Cacti cron on ...
0
votes
0answers
99 views
How do i reset Cacti templates to original settings
I have had issues post 0.8.8a upgrade and tried different settings.
Due to a misconfiguration of an IP address I was fooled into thinking one Data Template setup didnt work. Later discovered it did.
...
0
votes
1answer
337 views
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 ...
0
votes
0answers
258 views
Cacti custom perl script not graphing result
I am writing a custom perl script to gather stats which I want to graph. My perl script runs fine at the command line, yet does not graph a result in cacti.
cacti.log is not showing any errors.
In a ...
0
votes
0answers
164 views
JVM Cacti Monitoring issue [closed]
I deployed cacti template for monitoring JVM Heap/Non-Heap/GCstat/ but graphs showing 0 data
I ran manual command snmpwalk/snmpget but "Timeout: No Response from localhost"
Following doc i used for ...
2
votes
0answers
625 views
cacti on ubuntu 12.04 does not show images, rrdtool says nothing
I've tried to instal cacti via apt-get and from sources, and i get the same result - when viewing the graph - there is no images...
done few things :
chowning of rra and log folders,
fixed crontab ...
1
vote
0answers
245 views
Import RRD files into cacti
I have rrd files collected from different hosts. Would like to import rrd files into a cacti instance. I followed what is described here http://docs.cacti.net/manual:087:8_rrdtool.05_external_rrds to ...
3
votes
2answers
831 views
Creating and updating RRDs from Perl script and graph in Cacti
I'm slightly new to Perl, definitely new to RRDs, and I have a Perl script that runs some webservice tests and also retrieves lines from garbage collection logs. The script does other tasks as well ...
2
votes
1answer
1k views
CentOS use SNMP to show interface useage
I have an SNMP monitoring box and want to monitor interface utilisation on a clustered database server. I'm trying to work out the correct OID to monitor - I just need SNMP to return the total ...
0
votes
2answers
30 views
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 ...
1
vote
1answer
875 views
Nagiosgraph rrd files not created(maybe because of map file)
I'm having a problem with Nagiosgraph. I have created a nagios check which monitors the traffic on a server/workstation through SNMP and the output of the check is a long string that looks like this:
...
0
votes
1answer
465 views
ant Failed to retrieve RMIServer stub NameNotFoundException jmxrmi
I have alfresco 4.0d installed and I am trying to set up monitoring using cacti. I have got the template from percona. When i try to run the following command I get an error. I used the jar file as ...
0
votes
1answer
167 views
Develop a poller similar to MRTG
Im developing a poller similar to MRTG/cacti in java and have a few queries.
How do I know if the device uses 64 bit counter or 32 bit counter. Also do I get the values from these counters or is ...
0
votes
1answer
261 views
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 ...
0
votes
1answer
236 views
Error when executing Cacti poller.php
I have installed Cacti, and when I run poller.php, it gives me following error:
sh: /rrdtool: No such file or directory
I have tracked it to the following bit of code:
$command = ...
0
votes
0answers
283 views
Real Time Linux System Monitoring Tool
Anybody have any idea on real time system monitoring tool in Linux ?
It should be display cpu usage by process.
It should be display which process usage how much CPU(Specific Process wise CPU Usage).
...
1
vote
1answer
155 views
php include_once not working in cacti on archlinux box
I had cacti installed on my ArchLinux box but I don't know after upgrading my system php include_once() has stopped working and it doesn't include files any more.
However if I replace include_once() ...
0
votes
1answer
333 views
How to monitor remote servers using Cacti without SSH tunnels?
Nagios uses NRPE plugin to monitor remote processes.
So you need to open only one port on the remote machine.
For Cacti, you need to open all the required ports so the shell scripts can retrieve ...
0
votes
1answer
323 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
403 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
141 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
824 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
221 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 ...
-1
votes
1answer
1k 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 ...
1
vote
0answers
250 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
1answer
157 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 ...
1
vote
1answer
3k views
1
vote
1answer
935 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. ...
1
vote
1answer
313 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
1answer
2k 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.
2
votes
0answers
763 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
3k 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).
-) ...
2
votes
2answers
794 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 ...
11
votes
1answer
781 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, ...
0
votes
3answers
909 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 ...
1
vote
1answer
1k 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
1answer
191 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
2k 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, ...
7
votes
11answers
2k 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?


