improvement and fixes for notification

This commit is contained in:
gabryon99 2020-10-26 19:41:43 +01:00
parent 2a4d57cd6f
commit 7cfdb6e59a
5 changed files with 5 additions and 4 deletions

View file

@ -150,7 +150,7 @@ local defined_notifications = {
dismissable = true,
predicate = predicates.exporters_SNMP_ratio_column,
pages = {pages.flow_exporters.key},
subpages = {[pages.flow_exporters.key] = {'flow'}},
subpages = EMPTY_PAGES,
excluded_pages = EMPTY_PAGES,
excluded_subpages = EMPTY_PAGES
}