The experience is quite buggy as I had to wrangle with the editor especially for reordering.
Also Finding the right values for some fields as well as finding the fields isn’t intuitive.
I recommend getting some tech affine users that are Icinga naive and give them some exercises to record the problems for the developers.
/icingaweb2/icingadb/services?service.state.is_problem=y&service.state.state_type=hard&service.notifications_enabled=y&service.state.in_downtime!=y&(hostgroup.name=Monitoring|service.name_ci=Agent%20Health|(service.state.soft_state=3&host.display_name!~SECCON%2A&service.display_name!~ORCVIEW%2A))&sort=service.state.severity
or /icingaweb2/icingadb/services?service.state.is_problem=y&service.state.state_type=hard&service.state.soft_state!=3&service.notifications_enabled=y&service.state.in_downtime!=y&((servicegroup.name=Entwicklung_Monitoring&servicegroup.name!=Monitoring&hostgroup.name!=Monitoring)|(hostgroup.name=Entwicklung_Monitoring&host.name_ci!=ictexap.example.com&hostgroup.name!=Monitoring))&!(host.name_ci=ictcmsswp22.example.com&servicegroup.name!=Entwicklung_Monitoring)&sort=service.state.severity
Yeah, we are aware of the issues with the wonkiness of the editor - this is part of why we’re touching it again.
If we get to it, we’d send you a message with some more questions, if you’re up for it?
I mainly use filters to create reports with the reporting module. The filters itself are super simple, such as “servicegroup.name=Websites”. Even though I’m only using simple filters, autocompletion would still be nice in the module
Im using them pretty often to create dashboards for clients.
Sometimes, a feature allowing me to compare different colums would be great. Like “Show me everything where host.vars.foo has the same value as host.vars.bar at that host”. Or something like “Show me everything where host.vars.foo is empty”.