Hi,
I have a requirement to get rrdfile name to router interface description mapping to table in database. Is there any way to get this mapping using mysql database or any other way ?
Regards
Niranga
rrd file name and interface description mapping
Moderators: Developers, Moderators
-
- Posts: 26
- Joined: Mon Apr 03, 2023 6:10 am
Re: rrd file name and interface description mapping
Well there are a few joins
- poller_item - has the path
- data_local - maps to it on local_data_id
The snmp_index column there is the primary key that then maps to
- host_snmp_cache - where you can query by any column and find a rrdfile.
- poller_item - has the path
- data_local - maps to it on local_data_id
The snmp_index column there is the primary key that then maps to
- host_snmp_cache - where you can query by any column and find a rrdfile.
Before history, there was a paradise, now dust.
Who is online
Users browsing this forum: No registered users and 3 guests