diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-20 13:55:28 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2015-04-20 13:55:28 +0200 |
commit | 9079e2bef1a727895ca3edcefd9dd08b70ad81d2 (patch) | |
tree | bb8ffe48a1da8653705a402afcc45509cd0a7e6a | |
parent | e22ca8f424d0c728b53ba7ce6536ca7ec0ef4620 (diff) |
NMS: Update TODO
-rw-r--r-- | web/nms.gathering.org/nms2/index.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/web/nms.gathering.org/nms2/index.html b/web/nms.gathering.org/nms2/index.html index aeda611..7ea03b2 100644 --- a/web/nms.gathering.org/nms2/index.html +++ b/web/nms.gathering.org/nms2/index.html @@ -181,23 +181,27 @@ <li>Moving switches around (like ping.html + edit)</li> <li>Split nms.js into multiple components to unclutter the code</li> + <li>Fix up comment-stuff (specially entry). Add + "active"/"inactive" state to toggle the relevancy of a + comment.</li> <li>More.</li> </ul> <h3>Todo for backend:</h3> <ul> <li>IPv6 support</li> <li>Close SQL injections (IT'S WIDE OPEN BECAUSE WHY NOT THAT'S NEVER A PROBLEM)</li> + <li>Split port-state.pl into multiple appropriate pieces. Right + it mixes heavy time-critical data with less time-critical and + cheap computation.</li> <li>Consider time log of DHCP (right now it just stores the most recent timestamp, making time travel impossible)</li> <li>Fix SNMP-fetcher so it gets ifXTable and at least ifOperStatus from ifTable. Don't request the entire ifXTable if we can avoid it. Possibly other tweaks.</li> <li>Support for adding switches through an API, not just pure SQL.</li> - <li>Comments. Allow two type of comments: switch-specific - comments and "global". Possibly ticket-like support. Ooooooooh, - jira support? :P </li> <li>Integrate with FAP</li> <li>Clean up old interfaces</li> <li>Review various agents/tools</li> <li>Improve cache headers</li> + <li>Cache invalidation of comments?</li> <li>Re-test the SQL schema. It's been modified and works fine on my laptop, but I need to dump it, commit it and test it.</li> <li>Munin plugin for ports.</li> |