|
|
| Author |
Message |
joez
Joined: 11 Feb 2008 Posts: 34
|
Posted: Tue Apr 15, 2008 5:31 am Post subject: Dynamical node description? |
|
|
Ok here is the problem:
I would like to monitor port utilization on some switches. For that reason I chose a picture of the switch as background image and made two nodes for each port, so there will be traffic arrows to show traffic load on each port.
To make the map more usable I would like to name the ports (i.e. nodes) after the devices attached to them. A cool way would be to read ifAlias of that port and automatically assign the value to the nodes label.
I dont know how to do that, somebody can help?
Thanks
| Description: |
|
| Filesize: |
122.3 KB |
| Viewed: |
1142 Time(s) |

|
|
|
| Back to top |
|
 |
joez
Joined: 11 Feb 2008 Posts: 34
|
Posted: Thu Apr 17, 2008 4:59 am Post subject: |
|
|
Hmm nobody knows anything?
Does that mean this is not possible?
Thanks
|
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 1966 Location: United Kingdom
|
Posted: Thu Apr 17, 2008 5:56 am Post subject: |
|
|
It's not possible currently. You'd need to have some other way to fetch the ifAlias info.
You can use something like
| Code: |
LABEL {node:this:ifAlias}
|
to use that, but you need to have defined it first with
or similar, in each node. Weathermap can't help with that at the moment.
|
|
| Back to top |
|
 |
joez
Joined: 11 Feb 2008 Posts: 34
|
Posted: Thu Apr 17, 2008 8:30 am Post subject: |
|
|
alright, thank you for the hint.
Having the interface desriptions on top is a little help after all!
|
|
| Back to top |
|
 |
Howie Cacti Guru User
Joined: 16 Sep 2004 Posts: 1966 Location: United Kingdom
|
Posted: Sun Apr 27, 2008 9:52 am Post subject: |
|
|
I just realised it was you I replied to in the other thread too, but for the sake of other people searching...
You will be able to get ifAlias and ifDescr for interface stats in weathermap 0.96, amongst other things.
|
|
| Back to top |
|
 |
|