Currently, you can customize the “Welcome view url” (inside preferences).
It could be very great to add similar views for VMs and Hypervisors to integrate external web pages about the selected resource (like monitoring views of the VM, Puppet dashboards, ..). Maybe a “other infos” tab (at the same level as the “Health”, “VMs”, “Networks”, .. tabs, with a different subtab for each external webpage
I can identify several ways to do store the configuration :
- add a configuration file on the web server, with the list of of URLs for hypervisors and for VMs (like http://nagios.archipel.org/health?id=%%JID%%)
- add configuration in the Jabber container (like the vcard)
- add an entry in the agent configuration file, and the client ask the agent for other URLs to insert into the “Other infos” tab.
Currently, you can customize the “Welcome view url” (inside preferences).
It could be very great to add similar views for VMs and Hypervisors to integrate external web pages about the selected resource (like monitoring views of the VM, Puppet dashboards, ..). Maybe a “other infos” tab (at the same level as the “Health”, “VMs”, “Networks”, .. tabs, with a different subtab for each external webpage
I can identify several ways to do store the configuration :