Search found 27 matches

by Devroush
Fri Jan 21, 2011 2:05 pm
Forum: Scripts and Templates
Topic: Monitor Vmware ESX
Replies: 238
Views: 513168

Re: Monitor Vmware ESX

I managed to enable SNMP on my 4.1 ESXi server and get some interface statistics. I'd like to use 64-bit counters for In/OutOctets but there's something strange: the 64-bit counters act exactly as the 32-bit counters. Both variables have the same value and cycle at ~4.2 billion (2^32). Did somebody ...
by Devroush
Sun Jan 16, 2011 9:40 pm
Forum: Scripts and Templates
Topic: Graph templates for Squid
Replies: 96
Views: 239552

Re: Graph templates for Squid

Bumping this to affirm that this still works with Cacti 0.8.7g and Squid 2.6 (haven't tried out Squid 3). Here's what I did: 1) You need the snmp queries from Squidstats-0.1.zip, these can be found here (yes the zip in the original post is still usable): http://forums.cacti.net/about3158.html . Down...
by Devroush
Fri Jan 14, 2011 3:39 pm
Forum: Help: Linux/Unix Specific
Topic: Localhost eth0 interface 64-bit/total bandwidth problem
Replies: 1
Views: 900

Re: Localhost eth0 interface 64-bit/total bandwidth problem

Found out what the problem was: the data source it creates always has Maximum Value for the fields traffic_in and traffic_out set to 0 for some reason. Changing it to 10000000 fixed the problem. I tried multiple times but every time I create a new one, the data source has this problem. Very strange ...
by Devroush
Fri Jan 14, 2011 2:19 pm
Forum: Help: Linux/Unix Specific
Topic: Localhost eth0 interface 64-bit/total bandwidth problem
Replies: 1
Views: 900

Localhost eth0 interface 64-bit/total bandwidth problem

Ok, strangle title but the problem itself is very weird :). I set up a fresh Ubuntu 10.10 install with Cacti. All goes well but there's a problem: I can't create a graph for the eth0 interface on localhost in/out bytes with total bandwidth (64-bit counters). After some investigation I find that it d...
by Devroush
Mon May 18, 2009 10:43 am
Forum: Help: Linux/Unix Specific
Topic: Graphs not updating after upgrade to 0.8.7a
Replies: 16
Views: 19551

I'm sorry for the bump but I faced the same problem. I didn't find a sql query to make the poller_output table and I don't have a second Cacti server. This is the query I used to rebuild the table. CREATE TABLE IF NOT EXISTS `poller_output` ( `local_data_id` mediumint(8) unsigned NOT NULL default '0...
by Devroush
Fri Jan 09, 2009 3:58 pm
Forum: Scripts and Templates
Topic: DD-WRT v24
Replies: 12
Views: 21142

I suspect that it has something to do with shared memory being 0 MB (maybe this isn't normal?). I didn't check the function you use to calculate used memory, I'll have a look at it. This is what the log shows 01/09/2009 10:35:19 PM - CMDPHP: Poller[0] Host[3] DS[32] SNMP: v1: soprano, dsname: ucd_me...
by Devroush
Fri Jan 09, 2009 11:59 am
Forum: Scripts and Templates
Topic: DD-WRT v24
Replies: 12
Views: 21142

That is brilliant! Thanks a lot for this.

edit: I've got a small problem with the detailed memory graph. Used memory shows 0 MB. Buffers, cached en shared memory are correct.
by Devroush
Sun Nov 02, 2008 6:24 am
Forum: Help: Linux/Unix Specific
Topic: traffic interface overflowing
Replies: 1
Views: 1698

traffic interface overflowing

Hi, I noticed something strange yesterday in one of my traffic graphs, when I was moving quite a lot of data. I took a screenshot (see attachment). At some point the outbound traffic just didn't show up on the graph anymore. The last valid datapoint was at 9.40 PM, at 11.20 PM, the outbound traffic ...
by Devroush
Mon May 26, 2008 8:25 pm
Forum: Help: General
Topic: Appreciation
Replies: 65
Views: 195836

I've been using Cacti for quite some time now. Although I just use it for my tiny home network, I made some awesome graphs and really learnt a lot from it (when I tried cacti for the first time, I didn't know what snmp was :)).

Thanks a lot!
by Devroush
Thu Jan 03, 2008 9:39 pm
Forum: Help: Linux/Unix Specific
Topic: Cron is configured to run too often
Replies: 8
Views: 15080

When I run poller.php manually I see this for all the rrd's: ERROR: illegal attempt to update using time 1199413197 when last update time is 1204383748 (minimum one second step) I guess the rrd now contains data from an incorrect time... I searched a bit how to manually edit rrd's but I gave up and ...
by Devroush
Thu Jan 03, 2008 12:19 pm
Forum: Help: Linux/Unix Specific
Topic: Cron is configured to run too often
Replies: 8
Views: 15080

0.8.7a
by Devroush
Thu Jan 03, 2008 12:08 pm
Forum: Help: Linux/Unix Specific
Topic: Cron is configured to run too often
Replies: 8
Views: 15080

I messed up pretty bad I think :D .
Only the yearly graph is looking good, the others are somehow less precise and the since I got the poller running again, nothing shows at all! I got no errors in the cacti log and also debugging the graphs gives me an OK.
What could be going on here?
by Devroush
Thu Jan 03, 2008 11:35 am
Forum: Help: Linux/Unix Specific
Topic: Cron is configured to run too often
Replies: 8
Views: 15080

I think I fixed it by deleting poller_lastrun from the settings table.
by Devroush
Thu Jan 03, 2008 9:35 am
Forum: Help: Linux/Unix Specific
Topic: Cron is configured to run too often
Replies: 8
Views: 15080

Cron is configured to run too often

I'm having some serious issues here. Since last night, the poller won't run anymore. It keeps giving this error: 01/03/2008 03:30:02 PM - POLLER: Poller[0] NOTE: Cron is configured to run too often! The Poller Interval is '300' seconds, with a minimum Cron period of '300' seconds, but only -5013141 ...
by Devroush
Thu Dec 27, 2007 5:15 am
Forum: Help: General
Topic: Graph the value difference per interval
Replies: 2
Views: 1132

thanks!