You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A number of monitoring and graphing systems make available device/port graphs through an API rather than a direct unauthed URL. It would be helpful to be able to reference these graphs using an API call with a token to improve on the graph integration.
Having said this, sometimes it is also necessary to to pull the graph information from multiple sources depending on the device being referenced. Based on the current implementation there isn't a way to set a specific graph template per customer/site.
The text was updated successfully, but these errors were encountered:
InsaneSplash
changed the title
feature: reference graphs through API to remote system with auth token,
feature: reference graphs through API to remote system with token
Aug 28, 2017
This was discussed on the mailing list recently. Because the graphs are embedded using <img> tags, there is no mechanism available for sending an authorization header with the request. It might be possible with an AJAX request but you have to jump through some hoops to embed the retrieved image and I'm not interested in going down that path.
Having said this, sometimes it is also necessary to to pull the graph information from multiple sources depending on the device being referenced.
The embedded graphs were only ever meant to be a convenience feature. If you have a single NMS with no or basic authentication, great. If not, it won't fit your needs; #969 should provide a better solution in that case.
Issue type
[X ] Feature request
[ ] Bug report
[ ] Documentation
Environment
Description
A number of monitoring and graphing systems make available device/port graphs through an API rather than a direct unauthed URL. It would be helpful to be able to reference these graphs using an API call with a token to improve on the graph integration.
Having said this, sometimes it is also necessary to to pull the graph information from multiple sources depending on the device being referenced. Based on the current implementation there isn't a way to set a specific graph template per customer/site.
The text was updated successfully, but these errors were encountered: