Icinga / icingaweb2-module-idoreports

Icinga IDO Reports provides host and service availability reports for Icinga based on the monitoring database (IDO).
GNU General Public License v2.0
34 stars 13 forks source link

Multiple filters #33

Closed sqanto closed 4 years ago

sqanto commented 5 years ago

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is.

In the PHP Form for Reporting ( icingaweb2/reporting/reports/new ) I use often the Filter Form. But i dont know how i can add multiple filters . Example _service_project=project , _service_report=basic I try this Operator: "&&" "," ["Array, "Array"] " "

Is it possible to add multiple filter ?

Bildschirmfoto vom 2019-05-24 14-53-33

nilmerg commented 5 years ago

You can use the following logical operators: & (AND), | (OR), ! (NOT) And the usual comparison operators: >, <, >=, <=, =, != Arrays can expressed with: (elem1|elem2|elem3)

You may also use the filter editor provided for the host- and service-list to configure your filter. Then copy the filter from the address bar and paste it into the form field.

dnsmichi commented 5 years ago

Likely we need a tooltip pointing to Icinga Web 2 filters, or just document it for this module with a reference URL to Web 2.

lippserd commented 4 years ago

Hi,

I close this as duplicate of #10.

We'll add an explanation for the filter field.

All the best, Eric