icingaweb2-module-toplevelview icon indicating copy to clipboard operation
icingaweb2-module-toplevelview copied to clipboard

TopLevelView is a drill down view into your Icinga environment

Results 15 icingaweb2-module-toplevelview issues
Sort by recently updated
recently updated
newest added

This PR updates CodeMirror 5 to latest version and add code folding, which helps when using the web editor on larger YAML files. Also changed the unsaved work warning position....

cla/signed

This PR includes some minor improvements to the stylesheet to better work with dark/light themes. Also changed the breadcrumb to be gray so that it is more subtle. ![screenshot_2024-02-13-164904](https://github.com/Icinga/icingaweb2-module-toplevelview/assets/7090372/b2119d95-a891-4c00-b380-4fc1a476d2b5) ![screenshot_2024-02-13-164931](https://github.com/Icinga/icingaweb2-module-toplevelview/assets/7090372/58feccd6-0903-4970-9b51-4b72dd101b55)...

cla/signed

1. Install Icingaweb2 v2.9.6 and its monitoring module 2. Clone release v0.3.2 of this repository and try to enable it 3. Module complains about unmet dependencies: `Unmet dependencies found! Module...

Hello, the [SPEC file](https://github.com/Icinga/icingaweb2-module-toplevelview/blob/master/contrib/php-pecl-yaml.spec) use yaml version 2.0.2 and dot not compile with rh-php73. I updated SPEC file to last version available (2.2.1) from PECL and manual download sources to...

Hi, Icinga2 2.10.5-1 Icinga Web 2 2.8.2 PHP Version 7.3.11 toplevelview 0.3.1 but same error "You need the PHP extension "yaml" in order to use TopLevelView". rpm -qa | grep...

Can you please add the PHP yaml module to the requirements in readme.md?

I have defined the following yaml file: ``` name: Spirit children: - name: dev-sys0 children: - name: db2 children: - host: 'dev-sys0-db2-v01.sf-rz.de' type: host - service: 'db2_health_tablespace-usage' host: 'dev-sys0-db2-v01.sf-rz.de' type:...

It should be allowed for users to edit certain views based on a permission. A list of config names could be listed via the permission system

enhancement

Allow the admin to configure what TLV views can be accessed by a user. This has low priority for now...

enhancement