| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Or: Move nms2 to root
|
|
|
|
| |
by actually following the spec
|
|
|
|
|
| |
This can also be used by other updaters. It doesn't look particularly good
on "small" switches though....
|
|
|
|
| |
NANO!? GAH!
|
|
|
|
| |
I'm thinking of factoring ifhighspeed for the scaling...
|
| |
|
|
|
|
|
| |
This so beats custom-gradient-functions for latency, custom for temperature
and custom for speed...
|
| |
|
|
|
|
|
|
|
|
| |
This constitutes ... I don't know.... 20 commits or something like that.
Unfortunately my local .git directory got corrupted while the check out was
OK (after the VM froze). Instead of trying to recreate the local history,
I'm just hurrying the hell up and getting this work OFF my local laptop and
VM so I don't lose anything for good.
|
|
|
|
|
|
|
| |
Wouldn't call it fine tuning.
Now got active/inactive/persists/delete state working OK, and things are
showing up prettier.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This helps identify which switches are being worked on. If I choose to add
"active"/"inactive" toggling, then this will further contribute to the
usefulness of this map.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now displays time as shown in the database (don't want to use nms.now,
since that might not reflect the actual data). This does have one flaw:
Ping time is a separate request, so technically there could be a miss-match
there.
Also fix the padding-issue with time display. (E.g.:
17:5:5
17:50:5
17:5:50
17:50:50
7:51:15
17:15:51
etc.
|
|
|
|
|
|
|
|
|
|
| |
1. Add scaffolding for frontend timer tweaks, and a simple debug UI for it.
2. Add frontend ajax-tracker, to avoid spamming the backend too fast when
it's unable to cope.
3. Considerably simplify the SQL
The SQL tuning has drastically cut the response time of port-state.pl. I
need to update the schema too to reflect the new indexes I'm using.
|
| |
|
| |
|
|
|
|
| |
Also introduces several related style-fixes.
|
|
|
|
|
|
| |
Not a big deal for chromium at the moment, but firefox liked it.
It also has more potential for future improvments.
|
|
|
|
|
| |
- Remove prototype (merged with index/nms)
- Use fewer global variables
|
|
|
|
|
|
| |
We only get ping_data for live networks, but that creates a problem when we
iterate that list instead of the complete list of switches/linknets: If a
switch goes away, its last status would be shown.
|
| |
|
| |
|
|
|