Performance Graphs from Remote Server
Posted: Wed Sep 27, 2017 3:44 am
We are using 16 nagios XI instances and our customer devices are spread across them.
We are building a portal on top of the nagiosxi database where customers could have the restricted/customized details of devices/services. Currently we are using the api with user autologon & token to pull up the performance graphs ( eg. URL below).
https://nagiosxiserver/perfgraphs/porta ... &dest=auto
We want to restrict users from hacking the URL by replacing another restricted host name in place and view graphs for unauthorized devices.
** Can nagios team provide us some kind of functionality where hostname placed in the URL has to be encrypted and the XI interface decrypts it before rendering the graph.
** Can we have some patch so that we pass on some additional keys in the URL which gets authenticated locally on nagios server.
** Is there a patch/tool which can generate graphs from local rrd files copied over from nagios xi server . This should be independent of nagiosxi/nagioscore authentication.
And if any of the above could be done for us. Is there any cost involved in that ?
We are building a portal on top of the nagiosxi database where customers could have the restricted/customized details of devices/services. Currently we are using the api with user autologon & token to pull up the performance graphs ( eg. URL below).
https://nagiosxiserver/perfgraphs/porta ... &dest=auto
We want to restrict users from hacking the URL by replacing another restricted host name in place and view graphs for unauthorized devices.
** Can nagios team provide us some kind of functionality where hostname placed in the URL has to be encrypted and the XI interface decrypts it before rendering the graph.
** Can we have some patch so that we pass on some additional keys in the URL which gets authenticated locally on nagios server.
** Is there a patch/tool which can generate graphs from local rrd files copied over from nagios xi server . This should be independent of nagiosxi/nagioscore authentication.
And if any of the above could be done for us. Is there any cost involved in that ?