Search found 23 matches
- Mon Jul 19, 2010 5:48 am
- Forum: Help: Linux/Unix Specific
- Topic: Cacti flow-capture in messages.
- Replies: 0
- Views: 655
Cacti flow-capture in messages.
Hi Folks, I am wondering if i could get some help please... My cacti server crashed over the weekend, upon checking the messages log i found this... Jul 19 11:23:00 cacti flow-capture[3221]: remove/1 ./2010-07-12/ft-v05.2010-07-12.112101+0100 Jul 19 11:24:00 cacti flow-capture[3221]: remove/1 ./2010...
- Mon May 31, 2010 3:39 pm
- Forum: Help: Linux/Unix Specific
- Topic: Creating an average over multiple data sources...
- Replies: 4
- Views: 1038
- Sun May 30, 2010 3:32 am
- Forum: Help: Linux/Unix Specific
- Topic: Creating an average over multiple data sources...
- Replies: 4
- Views: 1038
Hi Gandalf! Sadly they are not they are spread of multiple SNMP devices. I am currently looking at a script that will pull the last bit of data out of the RRA, and then work out the average. I am not sure if this is the best way or not, or if there is a more elegent way (built in) to do this is cact...
- Fri May 28, 2010 7:38 am
- Forum: Help: Linux/Unix Specific
- Topic: Creating an average over multiple data sources...
- Replies: 4
- Views: 1038
Creating an average over multiple data sources...
Hiya, I am currently using cacti to monitor temperature/humity rise and decrease in our data centre. I have been asked if i can take the values of all the temperatures and then create an average across the temperature sensors. I am not entirely sure that cacti can do this, as i means creating a 'ave...
- Fri May 29, 2009 3:29 am
- Forum: Plugin General
- Topic: SYSLOG: Error on database?? - log getting full of errors...
- Replies: 6
- Views: 4366
and here is the information about the server Cacti Version - 0.8.7c Plugin Architecture - 2.2 Poller Type - Cactid v Server Info - Linux 2.6.9-78.0.22.plus.c4smp Web Server - Apache/2.0.63 (CentOS) PHP - 5.1.6 PHP Extensions - libxml, xml, wddx, tokenizer, sysvshm, sysvsem, sysvmsg, standard, Simple...
- Fri May 29, 2009 3:24 am
- Forum: Plugin General
- Topic: SYSLOG: Error on database?? - log getting full of errors...
- Replies: 6
- Views: 4366
SYSLOG: Error on database?? - log getting full of errors...
Hi Folks! My cacti (CactiEZ) installation is going very well, but I have just checked the logs, and i have found this: 05/29/2009 09:11:04 AM - SYSTEM STATS: Time:2.1885 Method:spine Processes:1 Threads:1 Hosts:25 HostsPerProcess:25 DataSources:36 RRDsProcessed:36 05/29/2009 09:11:02 AM - CMDPHP: Po...
- Tue Mar 17, 2009 5:43 am
- Forum: Help: General
- Topic: Cacti isn't free! WHAT?
- Replies: 15
- Views: 7250
Hi there, I have been looking at cacti for the last six months or so.. and think I better express some observations... Most IT managers do not allow for a monitoring budget at all, so a cacti/nagios solution is great for that scenario. Even if you do have a budget, cacti is on par (maybe better? :) ...
- Mon Mar 09, 2009 9:47 am
- Forum: Plugin: (Network Weather Map)
- Topic: Displaying Temperatures
- Replies: 3
- Views: 6277
here's what i managed... http://i703.photobucket.com/albums/ww40/Chummers1/pdc.jpg And here is the code, I hope this helps someone... # Automatically generated by php-weathermap v0.95b FONTDEFINE 100 docs/example/Vera.ttf 10 BACKGROUND images/KMC DC Floor Plan5.PNG WIDTH 969 HEIGHT 557 HTMLSTYLE ove...
- Mon Mar 09, 2009 9:45 am
- Forum: Plugin: (Network Weather Map)
- Topic: [INFO] Show off your Weathermaps.
- Replies: 237
- Views: 415466
- Wed Mar 04, 2009 7:05 am
- Forum: Plugin: (Network Weather Map)
- Topic: Displaying Temperatures
- Replies: 3
- Views: 6277
- Tue Mar 03, 2009 10:45 am
- Forum: Plugin: (Network Weather Map)
- Topic: Displaying Temperatures
- Replies: 3
- Views: 6277
Displaying Temperatures
Hi Folks, I have got my graphs working perfectly now, and ready for the next challenge.... I would like to create a weathermap of the temperature sensors of our datacentre but have run into some trouble... I would like a simlar setup to Howie's screen shot on the 'show off your weathermaps' I have g...
- Thu Dec 11, 2008 4:34 am
- Forum: Help: General
- Topic: Host down...but not down?
- Replies: 22
- Views: 7503
- Thu Dec 11, 2008 2:49 am
- Forum: Help: General
- Topic: Host down...but not down?
- Replies: 22
- Views: 7503
I get response from these OID's too [cactiuser@suicacti cacti]# snmpwalk -v1 -c public 128.243.44.70 .1.3.6.1.2.1.1.1.0 SNMPv2-MIB::sysDescr.0 = STRING: ConnectUPS Web/SNMP Card V4.28 [cactiuser@suicacti cacti]# snmpwalk -v1 -c public 128.243.44.70 .1.3.6.1.2.1.1.3.0 DISMAN-EVENT-MIB::sysUpTimeInsta...
- Tue Dec 09, 2008 7:58 am
- Forum: Help: General
- Topic: Host down...but not down?
- Replies: 22
- Views: 7503
- Tue Oct 14, 2008 6:02 am
- Forum: Help: Linux/Unix Specific
- Topic: Getting Temptrax working...
- Replies: 11
- Views: 5071
I did this : #!/bin/bash # Reads number of probes # uses number of probes to loop, and read temperature values # This is ONLY for the E4, E8 and E16 Temptrax devices # # # Usage : ./test.sh <ip address> <ipaddress> get index name # INDEX GET TEMP NAME # #*********************** Define variables ****...