| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
1 (green) and multiple (blue) hits
|
|\ |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
| |
....
Oplog: Don't send empty oplog entries.
When viewing a switch, don't include oplog entries that have a blank
system association.
|
|
|
|
| |
No longer updates SNMP view when you're looking at it.
|
|
|
|
|
|
|
|
| |
regex search on distro is mainly to include it in extended searches, e.g.:
^(distro0|row21-\d)$
This means "" is now, again, needed to match only one switch.
|
|
|
|
|
|
|
|
|
| |
creates some interesting opportunities, as searches can be combined.
E.g.: '(row\d+-2|distro0|presse) can be used to mark multiple different
switches now. Or '(::1$|^noc$|127.*\.14$) etc. Could probably get rid of
the ""-hack now too. It was mainly meant for the automatic oplog entry on
switch-creation, which can now use "^switch$" instead.
|
| |
|
|
|
|
|
|
|
|
| |
Fixes #2
Also, since I didn't bother splitting the commits, this tweaks the
information provided from the snmp handler and management handler. Notably
treating IPv4 and IPv6 management addresses as equals.
|
|
|