Search found 136 matches

by Exo7
Sat Oct 06, 2012 9:30 am
Forum: Scripts and Templates
Topic: NetApp Filer: graphing Performance Stats and IO's (template)
Replies: 66
Views: 102480

Re: NetApp Filer: graphing Performance Stats and IO's (templ

When you issue a write to a Netapp filer, it is journalized in NVRAM and a ack is sent back. so the write latency is basicaly 2 x network transfert time + NVRAM latency, which could be in the microsecond range. NVRAM is flushed to disk every 10 seconds or when it is half full. Write latency typicall...
by Exo7
Thu Jul 15, 2010 4:31 am
Forum: Scripts and Templates
Topic: Graph difference from last run instead of total?
Replies: 5
Views: 1781

You must use a counter instead of a gauge in your data template.
by Exo7
Wed Apr 29, 2009 5:04 am
Forum: Plugin: (Network Weather Map)
Topic: [INFO] Weathermap 0.96a released
Replies: 15
Views: 7379

Memory consumption of the editor seems to have grown a little bit since 0.95b. I hit the famous "Allowed memory size of 8388608 bytes exhausted (tried to allocate 138 bytes)" error in Apache when editing the most complex map I have (about 30 nodes and 35 links). I thought I already increas...
by Exo7
Wed Apr 29, 2009 4:39 am
Forum: Plugin Announcements
Topic: Linux to Windows WMI Plugin - Beta
Replies: 65
Views: 83935

wmic linux binaries are provided, if they don't work in SLES10 for whatever reason, you can compile them yourself as wmic is an open source project.
by Exo7
Wed Apr 29, 2009 4:33 am
Forum: Help: Linux/Unix Specific
Topic: Cacti breaks after patching w/cacti-plugin-0.8.7d-PA.v2.4
Replies: 2
Views: 3143

The patch you tried is to be used against cacti 0.8.7d, that's why you see a lot of failed hunk. You will need to restore the original files in order to have cacti work again, and apply a patch for 0.8.7b (try with --dry-run to see if everything goes well). On a side note, on my Debian test server, ...
by Exo7
Fri Apr 24, 2009 7:56 am
Forum: Help: General
Topic: Can cisco PIX graph traffic over 114 MBps
Replies: 13
Views: 4161

use SNMP v2 and 64 bits counters.
by Exo7
Wed Apr 22, 2009 4:19 am
Forum: Help: General
Topic: Scaling Cacti
Replies: 4
Views: 2536

which version of rrdtool are you using ?
1.2.26 disable read-ahead caching, which might help in your situation.
1.3 has a feature called "fadvise", which is smarter.
by Exo7
Wed Apr 01, 2009 3:37 am
Forum: Feature Requests
Topic: Template import script
Replies: 5
Views: 5656

I wrote some time ago a script which do the same, but with no verification whatsoever. Its purpose was to ease automatic installation of my servers.
see http://forums.cacti.net/viewtopic.php?t=8827

I would love to see this kind of scripts added to Cacti
by Exo7
Tue Mar 31, 2009 5:19 am
Forum: Help: Linux/Unix Specific
Topic: report only whole numbers
Replies: 4
Views: 3002

the GPRINT type of your legend items in your graph template need to be set to "Exact Number". I recommand keeping the "average" item to "Normal". If you don't have the "Exact Number" GPRINT preset, create a new one and enter "%8.0lf" without the quot...
by Exo7
Wed Feb 25, 2009 5:08 am
Forum: Help: Linux/Unix Specific
Topic: Inability to graph > 100 Mbps
Replies: 9
Views: 8864

you need to poll SNMP 64 bits counters and use SNMP v2 for your device.

When you create a graph using the SNMP - Interface Statistics data query, select "in/out bits (64-bits counters)" in the drop down menu.
by Exo7
Wed Jan 28, 2009 6:23 am
Forum: Scripts and Templates
Topic: Help please, template for Total bandwidth 64-bit counters
Replies: 11
Views: 12639

you must poll the device using SNMP v2c (or v3) and use 64 bit counters.
by Exo7
Mon Nov 10, 2008 12:48 pm
Forum: Help: General
Topic: Graph, can't see text - "Total Bandwidth in"
Replies: 1
Views: 1248

see this post for a solution
by Exo7
Tue Sep 30, 2008 4:30 am
Forum: Help: Linux/Unix Specific
Topic: Cacti on DEBIAN - DEBIAN freeze after 5 or 6 days.
Replies: 6
Views: 3520

Re: Cacti on DEBIAN - DEBIAN freeze after 5 or 6 days.

zoummuoz wrote:
Maximum Concurrent Poller Processe : 50
Maximum Threads per Process : 20
that's quite high value
try Poller Processess = 2 * number of cpu
threads per Process = doesn't matter if you don't use cactid (spine), but 2-4 are quite common.
by Exo7
Mon Sep 29, 2008 4:03 am
Forum: Scripts and Templates
Topic: interface traffic - 95th percentile graph
Replies: 2
Views: 5623

95th Percentile should be calculated on data which are not consolidated.
If you want 95th percentile on the monthly graph, your 5 minute RRA should contain more than 31 days.
by Exo7
Mon Sep 22, 2008 5:34 pm
Forum: Scripts and Templates
Topic: Adding template from command line
Replies: 6
Views: 33598

using 0.8.7.a i get still the errors even if i corrected the 33 string nagios:/srv/www/htdocs/cacti # ./templates_add.php sql.xml PHP Warning: include_once(/xml.php): failed to open stream: No such file or directory in /srv/www/htdocs/cacti/lib/import.php on line 28 PHP Warning: include_once(): Fai...