Re: doubt file xml for monitoring gepon with OID weird
Gandalf <[email protected]> Mon, 16 Dec 2013 22:34:35 +0100
| Newsgroups | gmane.network.cacti.user |
|---|---|
| Message-ID | <[email protected]> |
That indeed is an issue. In case the index derived from that "original" table is usable for a different table, all is well. In most such cases that I know of, only part of that three-dimensional index is used for "descriptive" tables. For such a use case, it would be necessary to either - split a multi dimensional index into parts and work with those - or originally derive one-dimensioanl indexes from "associated" tables and combine them for that table you want to fetch the data from Unfortunately, Cacti currently does not support any of the two. Personally, I would prefer to implement the first approach. The parts could be split off and referred to as "$1", "$2" etc, like in regexp substitutions. But as already said, this is not yet implemented Reinhard On 16.12.2013 19:29, spiderslack wrote: > On 12/13/2013 07:06 PM, Gandalf wrote: >> Is it correct, that the data you want to retrieve is to be found in >> fkc16OnuStatisticsTable. >> >> Then, there's no need to use data from other tables than this. You may e.g. use >> fkc16OnuPortStatisticsOctetTransfer as an index. >> And then, you will fetch data from thet table. > and to show the data of the equipment such as serial number, model of > each device in the web interface? how will I know which equipment will > be monitoring so I need the information ONU table(fck16OnuInformation) . > And so I was trying to make a variable with the tag <oid>. With the > cacti can not do it right? > > Regards. > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > cacti-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cacti-user > ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk