Search found 14 matches

by ptera
Wed Nov 22, 2006 6:05 pm
Forum: Scripts and Templates
Topic: Trango M5830S, host template w/ dependencies (queries, etc.)
Replies: 30
Views: 55692

Me too!

Here is what I get when adding a device.. SNMP Information System: Trango Systems Inc. SNMP agent for M5830S Uptime: 59060840 Hostname: Location: Contact: + Running data query [11]. + Found type = '3' [snmp query]. + Found data query XML file at '/usr/share/cacti/resource/snmp_queries/trango_m5830s_...
by ptera
Tue Aug 08, 2006 7:40 pm
Forum: Help: General
Topic: Any solution to negative RSSI returned from generic oid?
Replies: 5
Views: 1563

Here is the deal....I have to get my RSSI data using snmp oid. Simple except the data for each SU is polled from the Access Point and not from the SUs. It takes 2 oids, one for RSI level at the AP and one for the RSSI level at the SU. That is per SU (or per customer). Now we also want to put the two...
by ptera
Mon Aug 07, 2006 6:55 pm
Forum: Help: General
Topic: Any solution to negative RSSI returned from generic oid?
Replies: 5
Views: 1563

Yes I see!

Man creating graph templates and such from scratch.....
A challenge it was but I think I just about got it licked...
Now I just have to repeat the same process about 400 times

Oh what fun :)
by ptera
Mon Aug 07, 2006 3:08 pm
Forum: Help: General
Topic: Any solution to negative RSSI returned from generic oid?
Replies: 5
Views: 1563

Any solution to negative RSSI returned from generic oid?

I have been trying to get rssi information from our Trango Access Points to graph the rssi levels of the customers radio. I have tried the templates listed elsewhere in this forum but they do not work. When using mrtg one can add 100 to the value being returned to make the number non-negative. I see...
by ptera
Sat Aug 05, 2006 9:35 pm
Forum: Scripts and Templates
Topic: Trango M5830S, host template w/ dependencies (queries, etc.)
Replies: 30
Views: 55692

Query returns 0 Items 0 Rows - Did I miss a step somewhere?

ArborcrestAP to Sullivan (cust-426.ptera.net) SNMP Information System: Trango Systems Inc. SNMP agent for M5830S Uptime: 8215000 Hostname: Location: Contact: Data Query Debug Information + Running data query [10]. + Found type = '3' [snmp query]. + Found data query XML file at '/usr/share/cacti/reso...
by ptera
Thu Jul 27, 2006 10:00 pm
Forum: Help: Linux/Unix Specific
Topic: Brand new install. Segmentation Fault
Replies: 10
Views: 14705

seems to be function that starts at line 385

function Time()
{
$rs =& $this->_Execute("select $this->sysTimeStamp");
if ($rs && !$rs->EOF) return $this->UnixTimeStamp(reset($rs->fields));

return false;
}
by ptera
Tue Jul 25, 2006 11:44 am
Forum: Help: Linux/Unix Specific
Topic: Brand new install. Segmentation Fault
Replies: 10
Views: 14705

And this is a new install. I have not been able to start cacti at all.
by ptera
Tue Jul 25, 2006 11:43 am
Forum: Help: Linux/Unix Specific
Topic: Brand new install. Segmentation Fault
Replies: 10
Views: 14705

PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 622592 bytes) in /usr/share/cacti/lib/adodb/adodb.inc.php on line 385 All that did was change the first bytes size for allowed memory. Please notice it is trying to allocate 622592 bytes which is way less then 671088...
by ptera
Mon Jul 24, 2006 4:42 pm
Forum: Help: Linux/Unix Specific
Topic: FRESH FC5 INSTALL APACHE PROBLEM.locahost not permitted
Replies: 9
Views: 4351

httpd.conf - I use webmin so I get to it differently
by ptera
Mon Jul 24, 2006 4:39 pm
Forum: Help: Linux/Unix Specific
Topic: FRESH FC5 INSTALL APACHE PROBLEM.locahost not permitted
Replies: 9
Views: 4351

I just went through that - it was allow.deny directive - I think it was for the cacti directory - mine said deny all.
by ptera
Mon Jul 24, 2006 4:33 pm
Forum: Help: Linux/Unix Specific
Topic: Brand new install. Segmentation Fault
Replies: 10
Views: 14705

ran php -a /usr/share/cacti/poller.php > php -a /usr/share/cacti/poller.php Interactive mode enabled PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 622592 bytes) in /usr/share/cacti/lib/adodb/adodb.inc.php on line 385 Here is the code in that area function ServerI...
by ptera
Mon Jul 24, 2006 2:49 pm
Forum: Help: Linux/Unix Specific
Topic: Brand new install. Segmentation Fault
Replies: 10
Views: 14705

Brand new install. Segmentation Fault

Brand new install. When I tried to access the cacti files for the first time with the browser I got [Mon Jul 24 12:35:29 2006] [notice] child pid 1781 exit signal Segmentation fault (11) I tried running poller.php to see if it would tell me same thing it told you but all I got was Segmentation Fault...
by ptera
Mon Jul 24, 2006 2:47 pm
Forum: Help: Linux/Unix Specific
Topic: strange cacti problem [ SOLVED ]
Replies: 4
Views: 1997

segmentation fault

Brand new install. When I tried to access the cacti files for the first time with the browser I got [Mon Jul 24 12:35:29 2006] [notice] child pid 1781 exit signal Segmentation fault (11) I tried running poller.php to see if it would tell me same thing it told you but all I got was Segmentation Fault...