Ad Widget

Collapse

Problem Widget - Filter Multiple Problems

Collapse
This topic has been answered.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NightEdition
    Junior Member
    • Mar 2024
    • 19

    #1

    Problem Widget - Filter Multiple Problems

    Is it possible to view multiple defined "problems" using the problem widget.
    I understand I can enter a string and any problems that match this string will be shown.
    However if I have multiple problems that don't have a common searchable text string is there a way to show these? (i.e. "memory usage is too high" OR "sever rebooted")
    I've tried regular expressions however this doesn't appear to work.
    I understand I could also tag such problems and filter based on the tag however I would ideally like to filter based on multiple problem names.

    Click image for larger version

Name:	image.png
Views:	380
Size:	60.9 KB
ID:	481094
  • Answer selected by NightEdition at 29-04-2024, 16:11.
    cyber
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Dec 2006
    • 4807

    Unfortunately it only accepts a string for comparison. If thee is no common string in those messages, then you are out of luck... either use tags or reconfigure problem names to contain something similar...

    https://www.zabbix.com/documentation...dgets/problems
    Problem You can limit the number of problems displayed by their name. If you enter a string here, only those problems whose name contains the entered string will be displayed. Macros are not expanded.

    Comment

    • cyber
      Senior Member
      Zabbix Certified SpecialistZabbix Certified Professional
      • Dec 2006
      • 4807

      #2
      Unfortunately it only accepts a string for comparison. If thee is no common string in those messages, then you are out of luck... either use tags or reconfigure problem names to contain something similar...

      https://www.zabbix.com/documentation...dgets/problems
      Problem You can limit the number of problems displayed by their name. If you enter a string here, only those problems whose name contains the entered string will be displayed. Macros are not expanded.

      Comment

      Working...