"Fossies" - the Fresh Open Source Software Archive

Member "icingaweb2-2.11.4/modules/monitoring/doc/11-Add-Columns-List-Views.md" (26 Jan 2023, 940 Bytes) of package /linux/www/icingaweb2-2.11.4.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format (assuming markdown format). Alternatively you can here view or download the uninterpreted source code file. A member file download can also be achieved by clicking within a package contents listing on the according byte size field.

Add Columns to List Views

The monitoring module provides list views for hosts and services. These lists only provide the most common columns to reduce the backend query load.

If you want to add more columns to the list view e.g. in order to use the URL in your dashboards or as external iframe integration, you need the addColumns URL parameter.

Example for adding the host address attribute in a host list:

http://localhost/icingaweb2/monitoring/list/hosts?addColumns=host_address

Screenshot

Example for multiple columns as comma separated parameter string. This includes a reference to the Icinga 2 host object custom attribute os using _host_ as custom variable identifier.

http://localhost/icingaweb2/monitoring/list/services?addColumns=host_address,_host_os

Screenshot