Sub-headers per interfaces

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
rayst
Posts: 2
Joined: Tue Jan 14, 2014 2:32 pm

Sub-headers per interfaces

Post by rayst »

Hi guys. Sorry for my english.

I recently setup Cacti, and use autom8 plugin to create graphs and Tree elements, and that's awesome. But I have many Cisco switches on 3 diffirent locations. So I group them automatically with autom8 rules in tree like that:

Code: Select all

Location 1
    | 
    ... loc1-switch1
    ... loc1-switch2
    ... ...
Location 2
    ... loc2-switch1
    ... loc2-switch2
    ... ...

...etc
On each switch working many interfaces, for each of them I need four types of graphs (Traffic, packets, errors, op. status). Currently, have hunderts graphs for each switch (that's ok), but these displayed without any kind of sorting on "Host" leaf on tree, so searching for graph of one interface take too long time, i need quich access to them. Ideally, i want something like:

Code: Select all

Location 1
    | 
    ... loc1-switch1
        ... Fa0/1
        ... Fa0/2
        ... Fa0/3
        ...
    ... loc1-switch2
        ... Fa0/1
        ... Fa0/2
        ... Te0/1
    ... ...
Location 2
    ... loc2-switch1
        ... Fa0/1
        ... Fa0/2
        ... Fa0/3
        ...
...

...etc
But I read autom8 documentation and don't find any suggestions on this task. Can you help me? Alternative solutions also accepted: I only need quick access to graphs of specified interface on the specified switch in specified location, and graphs must be together on single page. That's all.

Sorry for language again, and thank you!
rayst
Posts: 2
Joined: Tue Jan 14, 2014 2:32 pm

Re: Sub-headers per interfaces

Post by rayst »

I solved that problem with python script, that i wrote.

This sript parsing output from cli utilites of Cacti, buld sub-header tree, and adding graphs on it
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests