Cacti (home)ForumsRepositoryDocumentation
Cacti: offical forums and support  

 FAQFAQ   SearchSearch   MemberlistMemberlist    RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in    


Switch Port/Interface Monitor

 
Post new topic   Reply to topic    Cacti Forum Index -> Plugin Development
Author Message
chrisgapske
Cacti User


Joined: 22 May 2007
Posts: 268
Location: Padacuh, Ky-Alpena, MI-Gulf Shores,AL

PostPosted: Mon Oct 15, 2007 9:39 am    Post subject: Switch Port/Interface Monitor Reply with quote

Plugin request...

Where I work we serve fiber the home. We are a service provider’s provider. We truly like the monitor&manage plugins. (Among others!!)

The only problem is we would like to be able to have a page like manage of monitor that represents the switch port status. Displaying this much like the main monitor or manage page. I am not a programmer but I am working on that. But having the fulltime job and family kind of slows that down.

We would just like to have a page that would like monitor display all the port status. If there was a way to have these built with layers that also would be great. If you were to maybe have like in whats up gold. Where you can have main folders or tabs that represent a Remote or area and then you can drill down into that area if something went wrong.

Maybe this could be a Plugin/add-on/update/feature to the monitor (or manage) plugin.

Also If this plugin, like monitor would use user auth so that you can only see the information you need to see.

I can make donations as needed.

Chris.
Back to top
Howie
Cacti Guru User


Joined: 16 Sep 2004
Posts: 2167
Location: United Kingdom

PostPosted: Tue Oct 16, 2007 7:50 am    Post subject: Re: Switch Port/Interface Monitor Reply with quote

Maybe Weathermap can help with this? It can produce interlinked WUG-style maps, and pull data from various places.

What information per-port do you need?
Back to top
chrisgapske
Cacti User


Joined: 22 May 2007
Posts: 268
Location: Padacuh, Ky-Alpena, MI-Gulf Shores,AL

PostPosted: Tue Oct 16, 2007 9:16 am    Post subject: Re: Switch Port/Interface Monitor Reply with quote

The only information I can really pull from the interface is interface ifAdmin ifOperational.

I just need to provide my customers with a way to look at there customer ports. I just want to allow them to see if there customers are linked or not. I am rather limited on what alcatel will let me snmp poll. On there 7340 OLT. This is a FTTU PON switch.




Howie wrote:
Maybe Weathermap can help with this? It can produce interlinked WUG-style maps, and pull data from various places.

What information per-port do you need?
Back to top
Howie
Cacti Guru User


Joined: 16 Sep 2004
Posts: 2167
Location: United Kingdom

PostPosted: Tue Oct 16, 2007 9:50 am    Post subject: Reply with quote

chrisgapske wrote:
The only information I can really pull from the interface is interface ifAdmin ifOperational.

I just need to provide my customers with a way to look at there customer ports. I just want to allow them to see if there customers are linked or not. I am rather limited on what alcatel will let me snmp poll. On there 7340 OLT. This is a FTTU PON switch.


If you already have an rrd with ifAdminState and ifOperState in it (I have never had that working properly myself), then it's not hard at all to produce maps showing ports of an appropriate colour, and perhaps the traffic going through them. Individual maps can be made available only to particular Cacti users.
Back to top
chrisgapske
Cacti User


Joined: 22 May 2007
Posts: 268
Location: Padacuh, Ky-Alpena, MI-Gulf Shores,AL

PostPosted: Tue Oct 16, 2007 9:55 am    Post subject: ifoperational Reply with quote

Well I am not a GuRU at all. I know I can search well for what I need. That is how I figured sombody else figured how to graph up/dn status.

I have not used weather map to be honest it is a bit complex. I can and will look at installing it. But not sure if it will work for me.

Is it able to only monitor switch interface/ports? Or I guess you could create a node for each rrd?


Howie wrote:
chrisgapske wrote:
The only information I can really pull from the interface is interface ifAdmin ifOperational.

I just need to provide my customers with a way to look at there customer ports. I just want to allow them to see if there customers are linked or not. I am rather limited on what alcatel will let me snmp poll. On there 7340 OLT. This is a FTTU PON switch.


If you already have an rrd with ifAdminState and ifOperState in it (I have never had that working properly myself), then it's not hard at all to produce maps showing ports of an appropriate colour, and perhaps the traffic going through them. Individual maps can be made available only to particular Cacti users.
Back to top
polletj
Cacti User


Joined: 30 Aug 2006
Posts: 52
Location: Antwerp/Belgium

PostPosted: Mon Oct 22, 2007 2:12 am    Post subject: Reply with quote

There must be counters / subscriber for this system.

If those values can be read out by means of CLI or TL1 then you can pull them out by the means of Cacti.
Back to top
chrisgapske
Cacti User


Joined: 22 May 2007
Posts: 268
Location: Padacuh, Ky-Alpena, MI-Gulf Shores,AL

PostPosted: Mon Oct 22, 2007 7:37 am    Post subject: Correct... Reply with quote

I currently monitor them by graphing the interface status. What I am looking for is some way to monitor them on a simple page like in monitor or manage tab/window. So that it is a simple way to monitor rather than look thru all my graphs to monitor status of ports/interfaces.

Now I can and do use thold as a dashboard of sorts but It does not limite to just the devices/graphs you have access to it will display everything that is configured. And using thold would allow everybody with access to thold to see everything.


Maybe a little thold revamping would be the ticket to turn it into more of a dashboard. with auth?



polletj wrote:
There must be counters / subscriber for this system.

If those values can be read out by means of CLI or TL1 then you can pull
them out by the means of Cacti.
Back to top
polletj
Cacti User


Joined: 30 Aug 2006
Posts: 52
Location: Antwerp/Belgium

PostPosted: Mon Oct 22, 2007 7:42 am    Post subject: Reply with quote

If you have the interface status, then put a threshold on it.

Don't know the states 1 up 2 down (or otherway round)

Set the threshold for alarm on >1 and you have an overview
of all the interfaces ?

My 50 cents
Back to top
chrisgapske
Cacti User


Joined: 22 May 2007
Posts: 268
Location: Padacuh, Ky-Alpena, MI-Gulf Shores,AL

PostPosted: Mon Oct 22, 2007 7:47 am    Post subject: Again thanks for the to bits. Reply with quote

Ok I am using thold this works out great for me tha network administrator/manager.

But we need to give a status avalable page to the service prividors using our network and allow them to only see the status of there customer ports.

So yes I am using thold works great for me... But I need to find a way to represent this to a page that I can allow customers to view with out allowing them to view every thold on the network.





polletj wrote:
If you have the interface status, then put a threshold on it.

Don't know the states 1 up 2 down (or otherway round)

Set the threshold for alarm on >1 and you have an overview
of all the interfaces ?

My 50 cents
Back to top
polletj
Cacti User


Joined: 30 Aug 2006
Posts: 52
Location: Antwerp/Belgium

PostPosted: Mon Oct 22, 2007 7:50 am    Post subject: Reply with quote

Ok,

That would be possible if you could create the THOLD view on a userbase, like you could do for some other plugins...

Got youre drift ...
Back to top
chrisgapske
Cacti User


Joined: 22 May 2007
Posts: 268
Location: Padacuh, Ky-Alpena, MI-Gulf Shores,AL

PostPosted: Mon Oct 22, 2007 8:05 am    Post subject: thold Reply with quote

Yup

thold is a great plugin it adds to much to cacti. Maybe if we speak loud enough Jimmy will add that option.

polletj wrote:
Ok,

That would be possible if you could create the THOLD view on a userbase, like you could do for some other plugins...

Got youre drift ...
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Cacti Forum Index -> Plugin Development All times are GMT - 5 Hours
Page 1 of 1

 



Powered by phpBB © 2001, 2005 phpBB Group