Search found 15 matches

by Ancalagon
Tue Jan 20, 2009 2:22 am
Forum: Plugin: (MAC Track)
Topic: [TODO] SNMP Version 3?
Replies: 1
Views: 1767

[TODO] SNMP Version 3?

Hi @all,

one short question: Does "MAC Track" support devices with SNMP v3 access?

Regards
Stefan
by Ancalagon
Mon Dec 22, 2008 9:38 am
Forum: Feature Requests
Topic: no automatic changes while importing
Replies: 1
Views: 2756

no automatic changes while importing

Hi @all, Correct me when I'm wrong, but atm it would be possible to write a "xml-of-doom" which - when imported - will overwrite e.g. standard cdefs with chaotic formulars, leaving you with a broken cacti installation. Wouldn't it be better to make a difference between "create" (...
by Ancalagon
Wed Nov 26, 2008 4:12 pm
Forum: Help: General
Topic: Errors after importing an template
Replies: 5
Views: 1738

This will result in asking for each and every step (do you want to override the Data Template, the Graph Template, the CDEF, ...). What does this question help? You won't know what the heck is going on there. So you will either say YES or NO without knowing what is really going on. I see a differen...
by Ancalagon
Mon Nov 24, 2008 2:26 am
Forum: Help: General
Topic: Errors after importing an template
Replies: 5
Views: 1738

Done that, found it! It was this "Bandwidth Percentage" cdef. Dunno what was broken, replaced it by another "bandwidth"- cdef out of the forum - and it worked again. pheeewww... Thx, m8. Note to self: I really, really, REALLY need a testing-system! Now! ...and the cacti template-...
by Ancalagon
Fri Nov 21, 2008 5:57 am
Forum: Help: General
Topic: Errors after importing an template
Replies: 5
Views: 1738

Errors after importing an template

Hi @all, I imported this template: http://forums.cacti.net/about27730.html As a result, first my SNMP - Interface Statistics Data Query was messed up (was missing the <> around "cacti_path"). This was a easy one to correct. But second, my interface traffic graphs are fubar. I get a "R...
by Ancalagon
Wed Sep 03, 2008 1:38 am
Forum: Help: General
Topic: [Solved] no automatic polling anymore
Replies: 3
Views: 1096

Ok, it works again.

Solution: On Friday I enabled the "debug" option in thold, but the "cactiuser" had not the right to create a file in the logs - folder. The poller.php stopped with an error when sudo'ed with the "cactiuser" - user. Changed this -> solved.
:roll:
by Ancalagon
Tue Sep 02, 2008 4:16 am
Forum: Help: General
Topic: [Solved] no automatic polling anymore
Replies: 3
Views: 1096

[Solved] no automatic polling anymore

Hi, I've got a little trouble here: Since Sunday, 23:55, my cacti doesn't poll anything anymore! When I start the poller.php manually (--force --debug), it seems to work (with only a few ignorable warnings), but no automatic polling anymore. When I purge the cacti.log it remains empty besides the &q...
by Ancalagon
Thu Aug 28, 2008 1:56 am
Forum: Plugin: (Threshold)
Topic: CDEF's missing
Replies: 1
Views: 1943

CDEF's missing

Hi, I've noticed that not all CDEF's are selectable in the Thold definition mask. e.g.: If I enter this: |query_hrStorageSize|,CURRENT_DATA_SOURCE,-,100,*,|query_hrStorageSize|,/ as a single Custom String, the CDEF will not show up in the "Threshold CDEF" selection list. If I enter the sam...
by Ancalagon
Wed Feb 27, 2008 3:11 am
Forum: Scripts and Templates
Topic: About Enterasys Matrix N7
Replies: 24
Views: 21681

Old thread, I know... but perhaps interesting: The N7 has CPU-data for every slot. So you have .1.3.6.1.4.1.5624.1.2.49.1.1.1.1.2.X.1 = 5sec .1.3.6.1.4.1.5624.1.2.49.1.1.1.1.3.X.1 = 60sec .1.3.6.1.4.1.5624.1.2.49.1.1.1.1.4.X.1 = 300sec and the value of "X" depends on the slot: Slot 1 = 71 ...
by Ancalagon
Thu Feb 14, 2008 5:20 am
Forum: Scripts and Templates
Topic: Number of active interfaces?
Replies: 2
Views: 1798

Script queries are pretty straightforward to write, if you have any scripting experience (perl, awk, shell). Thx, Howie. Yep, I got plenty of scripting experience - on windows-based machines. :roll: :wink: Too bad I just killed my old windows-cacti and migrated the server to linux. :-? Ok, I think ...
by Ancalagon
Thu Feb 14, 2008 3:09 am
Forum: Scripts and Templates
Topic: Number of active interfaces?
Replies: 2
Views: 1798

Number of active interfaces?

Hi @all,

my problem: I need a graph over the number of all interfaces of a switch where ifAdminStatus=up AND ifOperStatus=up.

How can I do this?

Thanks in advance.

Stefan
by Ancalagon
Wed Apr 04, 2007 7:01 am
Forum: Scripts and Templates
Topic: network devices from enterasys
Replies: 11
Views: 8340

Does anyone have a template for the Matrix C2 switch to view CPU and memory usage, network stats, port (or IP) bandwidth usage, etc.? Enterasys SecureStacks don't give CPU usage data over SNMP. No chance. I have a workaround to get this data via telnet - but it's quick and dirty and not good enough...
by Ancalagon
Fri Mar 23, 2007 6:53 am
Forum: Scripts and Templates
Topic: Securestack CPU Script
Replies: 1
Views: 5881

Ok, I gave up with php... Now I've written a little windows/dos-batch, switched back from cactid -> cmd-php and it worked like a charme. Here the batch: @echo off set infile=c:\inetpub\wwwroot\cacti\scripts\c2_cpu_liste.txt for /f "delims==" %%A in (%infile%) do call :output %1 %%A %%B %%C...
by Ancalagon
Thu Mar 22, 2007 8:46 am
Forum: Scripts and Templates
Topic: Securestack CPU Script
Replies: 1
Views: 5881

Securestack CPU Script

Hi @all, I'm new on cacti and I'm new on php. So please have mercy when I'm asking dumb questions... I have several Enterasys Securestacks to monitor. Interface statistics works great but there is no way to get the cpu-utilization via snmp. So I wrote a little (cmd-)script which connects via telnet ...