Search found 46 matches

by meralias
Mon Apr 15, 2013 4:22 pm
Forum: Plugin: (Threshold)
Topic: Issue opening thold module
Replies: 1
Views: 931

Issue opening thold module

I have the thold module installed, however have a problem every time I try and go into the thresholds section - I was watching the query being run, and ran an explain on it: explain SELECT DISTINCT field_name FROM data_local AS dl INNER JOIN (SELECT DISTINCT field_name, snmp_query_id FROM host_snmp_...
by meralias
Tue Aug 31, 2010 4:00 pm
Forum: Feature Requests
Topic: hybrid script server / direct snmp polling
Replies: 7
Views: 4719

The main two issues that I'm trying to work around involve the information being returned by the device when you are gathering information such as the ifDesc/ifAlias and ifSpeed. For example, one of the ATM devices I am working with uses multiple physical T1 lines to create a larger aggregated inter...
by meralias
Tue Aug 17, 2010 10:05 am
Forum: Feature Requests
Topic: hybrid script server / direct snmp polling
Replies: 7
Views: 4719

My current issue is that i'm polling ~2800 devices, each with at least 10 interfaces, and they respond slowly to SNMP, so i'm having to start a large number of script servers each poll period. They're also not always closing correctly, tying up resources. I'm going to try and tackle it from a differ...
by meralias
Mon Aug 16, 2010 11:58 am
Forum: Feature Requests
Topic: hybrid script server / direct snmp polling
Replies: 7
Views: 4719

hybrid script server / direct snmp polling

I have a large number of devices where I have to use a script to work around issues in the results being returned via SNMP (for example, an ATM interface that shows as one physical interface and 3 sub interfaces .. you have to poll one of the sub interfaces for traffic stats but the description is o...
by meralias
Mon Aug 02, 2010 9:43 am
Forum: Plugin Announcements
Topic: Autom8 V0.33
Replies: 108
Views: 38985

Just checking if anyone else is seeing this problem: Just installed 0.35b5 under an copy of cacti v0.8.7g. I go into 'Tree Rules', click on 'Add', enter a name and then change the 'Tree' dropdown to a different tree. The page then automatically reloads and the 'Tree' setting has reverted back to the...
by meralias
Fri Jul 23, 2010 9:17 am
Forum: Plugin General
Topic: Threshold 0.4.1 patch
Replies: 1
Views: 1841

IIRC, you need to use GNU patch (gpatch) instead of the system patch under Solaris.
by meralias
Wed May 12, 2010 1:28 pm
Forum: Plugin General
Topic: autom8 rules and greater than comparison
Replies: 0
Views: 658

autom8 rules and greater than comparison

Is there any reason why the >=, >, < and <= operators (when creating rules) are using string comparison, rather than numeric comparison (or at least offering you the choice to use string vs numeric) ? The reason that I ask is that I'm writing some graph rules based on whether ifSpeed is greater than...
by meralias
Wed Mar 17, 2010 1:10 pm
Forum: Plugin Announcements
Topic: Boost 3.0 Released
Replies: 22
Views: 12122

use 'chmod 2775' on the rra directory, making sure that the rra directory has the right ownership. (similar to running chmod g+s)
by meralias
Thu Mar 04, 2010 11:20 am
Forum: Plugin Announcements
Topic: DSStats - 1.1 Released (Data Source Statistics)
Replies: 32
Views: 59212

Has anyone already implemented tracking the number of NaN values for a given time period? It would be useful when you want to validate that all the data sources are gathering information correctly?
by meralias
Thu Mar 04, 2010 11:17 am
Forum: Help: General
Topic: GAPS in some Graphs but others not
Replies: 11
Views: 5115

[1] [2] Now I saw that my CACTI consume more memory (RAM) and no more practically available memory: IS MY POLLER SETTING CORRECT ? or I need to adapted it ? top - 17:32:56 up 3 days, 1:43, 1 user, load average: 0.09, 0.17, 0.21 Tasks: 239 total, 1 running, 238 sleeping, 0 stopped, 0 zombie Cpu(s): ...
by meralias
Thu Mar 04, 2010 10:35 am
Forum: Plugin: (Threshold)
Topic: Help with a thold template and CDEF
Replies: 0
Views: 1005

Help with a thold template and CDEF

I'm trying to set up an interface utilization % threshold monitor, using the rrd_maximum instead of ifSpeed (for situations where ifSpeed would be incorrect, such as 10Gb interfaces) It wasn't working the way I was expecting, so I tried to set up a CDEF that would just return the rrd_maximum: cdef=C...
by meralias
Wed Feb 24, 2010 3:17 pm
Forum: Help: General
Topic: Using largest possible value in graph
Replies: 2
Views: 713

Ahh, found what I was looking for: CURRENT_DS_MAXIMUM_VALUE
by meralias
Wed Feb 24, 2010 1:45 pm
Forum: Help: General
Topic: Using largest possible value in graph
Replies: 2
Views: 713

Using largest possible value in graph

Is it possible to use the value of the 'largest possible value' in a graph template? What I am trying to do is add a 'total bandwidth' label on several interface utilization graphs. Previously i've been using |query_ifSpeed| in a CDEF, however i've now got some devices where the ifSpeed is inaccurat...
by meralias
Thu Oct 01, 2009 11:40 am
Forum: Help: General
Topic: PHP Script Server Timeouts
Replies: 51
Views: 22017

We're seeing a similar issue, were running spine 0.8.7d, upgraded to e + patches, now using the debug server php file. I'm getting a large number of these lines a second: 10/01/2009 11:37:50 AM - SPINE: Poller[0] ERROR: SS[0] PHP Script Server communications lost. Restarting PHP Script Server 10/01/...
by meralias
Wed Aug 19, 2009 8:10 am
Forum: Help: General
Topic: Extract text from translated OID?
Replies: 3
Views: 1299

Actually I'm not sure you can do what I was needing just using the cacti framework as is. To give you an example of the SNMP walk information: RBN-SUBSCRIBER-ACTIVE-MIB::rbnSubsEncapsCount.ppp = Gauge32: 50 subscribers RBN-SUBSCRIBER-ACTIVE-MIB::rbnSubsEncapsCount.pppoe = Gauge32: 50 subscribers RBN...