Skip to content

Commit

Permalink
Fix regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
trick77 committed Dec 29, 2023
1 parent 28b0759 commit d80a90e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ OBSERVIUM__snmp__max___rep=true
OBSERVIUM__web_mouseover=false
OBSERVIUM__bad_if__0=docker0
OBSERVIUM__bad_if__1=lo
OBSERVIUM__bad_if_regexp__0='/^veth.*'
OBSERVIUM__bad_if_regexp__1='/^br-.*'
OBSERVIUM__bad_if_regexp__0='/^veth.*/'
OBSERVIUM__bad_if_regexp__1='/^br-.*/'
```

Ensure that environment variables are configured appropriately, taking into account the specific syntax requirements outlined above.
Expand Down
4 changes: 2 additions & 2 deletions observium/.env
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ OBSERVIUM__web_mouseover=false
OBSERVIUM__bad_if__0=docker0
OBSERVIUM__bad_if__1=lo
# Ingore dynamically created network interfaces
OBSERVIUM__bad_if_regexp__0='/^veth.*'
OBSERVIUM__bad_if_regexp__1='/^br-.*'
OBSERVIUM__bad_if_regexp__0='/^veth.*/'
OBSERVIUM__bad_if_regexp__1='/^br-.*/'

# Enable some menu stuff
OBSERVIUM__show_locations=1
Expand Down

0 comments on commit d80a90e

Please sign in to comment.