| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
|
|
|
| |
- Adds latency graphs everywhere, even where they shouldn't be. For PoC.
- Fixes a frontend leakage of handlers
- Adds a nasty way of getting latency-data into graphite (needs to be
improved)
- Adds working graphite integration in varnish
- Adds config for graphite
Lots of things broken here, but it's a half-decent start.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
3 hours.
THREE HOURS.
The extra "Expose" statements are to workaround an issue introduced in
Ansible 2.1 with the addition of the docker_* modules that replaces the
"docker" module.
THREEEEEEE HOURS.
The graphite container is so far not ued for anything, but is provided to
get things rolling. It does do persistent storage, but obviously not the
way I originally wanted. Because persistent storage with docker is a
pile of frozen piss.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Mainly moving graphs around
|
|
|
|
|
|
|
| |
Click a field in a switch summary and the health map will use it as a
legend, assuming it isn't already showing information.
And remember what panel was used last when browsing switches.
|
| |
|
|
|
|
|
|
| |
Tooltips vil være litt browseravhengig.
Fikser også noen nightmode issues her og der.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
....
Oplog: Don't send empty oplog entries.
When viewing a switch, don't include oplog entries that have a blank
system association.
|
| |
|
|
|
|
| |
Displays a sorted list of what needs attention.
|
| |
|
|
|
|
| |
No longer updates SNMP view when you're looking at it.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
The latter allows you to set 'disable' as community and the front end (!)
will not be as critical about the results.
|
| | |
|
|/ |
|
|
|
|
| |
Firefox....
|
| |
|
| |
|
| |
|
|
|
|
| |
Just skips the db
|
| |
|
|\ |
|
| |\
| | |
| | | |
README.rst: Add absolute link to the API for pure convenience
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When a device replies from two or more IPs we can't assume it actually
knows what IPs it replied from... (great, right?).
This adds a fall-back when that happens where we compare the actual
interfaces. We require a minimum of 10 matching MAC addresses and skip the
once that are blank to gain confidence in the result.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Truns out people suck at making sensible network hardware.
Lots of replies on IPs that the devices didn't know they had. I discard
these now, but should keep some sort of map. The reason this is a problem
is that we later "Deduplicate" results by comparing IP lists - but that
doesn't work when the devices don't know about all of the IPs they listen
to.
I might have to revisit this since the IPs are obviously valid...
|
| |/ |
|
| |
| |
| |
| |
| | |
Now also populates snmpresults artificially with data from LLDP when
needed.
|
| |
| |
| |
| |
| |
| |
| | |
Still need to populate the ipmap with results from LLDP somehow.
E.g.: If we can't contact a switch over SNMP that we see over LLDP we know
the sysname and IP.
|
| |
| |
| |
| |
| |
| |
| | |
This removes the actual mapping, but introdcues crawling.
All the data for mapping is there, and now the collision detection and
fixing is starting to look actually sensible.
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
The lldp-only map ensures we aren't fooled by vlans and other logical
links, but if lldp is disabled it obviously doesn't tell the whole story.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
what?
lol...
just figure it out for me.
Ok, so the tool isn't entirely done, but it departs from the simple
lldpdiscver.pl method that was very limited when things weren't working as
they should.
The long-term idea of lolwhat is that it should be able to do all sorts of
discovery. Right now it just takes a list of IPs and figures out how things
are connected by SNMP. It uses LLDP info from SNMP, but it does not
_currently_ traverse new hosts based on what it finds.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Still needs lots of work, but mainly with regards to gluing it all
together.
Possibly populate a nice little "local macs" hash to map mac addresses to
systems/ports easily.
|
| | |
|