Adding Avaya phone discovery

Hi All,

I would appreciate some pointers on how to do the following:

We monitor a number of Avaya IP Office PBXs. You can get a table of connected extensions, including info about the extensions, using some specific OIDs.
This information is designed to be presented in a table.

How would I go about adding this information to the Inventory tab?

Thanks

Tom

includes/discovery/entity-physical/

and

includes/polling/entity-physical/

Are the best places to start. But before you do delve into that, make sure the entPhysical is the best place for this - check the table structure to see if it will do what you want, don’t try and fudge it in.

Great thanks, I’ll have a look.

Hmm, I don’t think that will be the best place for it.

I think I might need to add a new tab to do this.

Something along the lines of:
If device is an Avaya IP Office, include a tab called Extensions and populate it with the table of attached extensions.

Where would I do that?

PS. Sorry for all the questions, I’m sure I can add this. It’s just a question of knowing were to start.