aboutsummaryrefslogtreecommitdiffstats
path: root/clients
Commit message (Collapse)AuthorAgeLines
* When adding linknets, keep existing ones unchanged (to keep historical data).root2014-04-15-2/+8
|
* Make ping.pl ping linknets.root2014-04-15-0/+26
|
* Add a little script to find loopbacks and linknets.root2014-04-15-0/+104
|
* ipv6-dns v2 (fetich via SNMP, new DB schema)root2014-04-15-95/+109
|
* ping.pl does not need Data::Dumper.root2014-04-15-1/+0
|
* Poll less stuff for LLDP.root2014-04-15-2/+5
|
* Use fork instead of threads, as a temporary measure.root2014-04-14-1/+5
|
* Do not LLDP poll phones.root2014-04-14-0/+1
|
* Some hacks to filter away things from lldpdiscover.root2014-04-14-1/+4
|
* Some snmpfetch tweaks to deal with weird ports.root2014-04-14-3/+3
|
* Ignore link-local IPv6 in lldpdiscover.root2014-04-14-1/+3
|
* Better debug output from lldpdiscover.root2014-04-14-7/+9
|
* Rename ::config::pri_a to ::config::pri_hostname as the value is the ↵Roy Sindre Norangshol2014-04-12-1/+1
| | | | server's hostname.
* Add some scripts to ping all the switches, and display the ping status on a map.Steinar H. Gunderson2014-04-07-0/+48
|
* Give newly discovered switch a location on the map.Steinar H. Gunderson2014-04-07-0/+8
|
* When given a switch on the lldpdiscover command line, add it instead of ↵Steinar H. Gunderson2014-04-06-22/+36
| | | | | | | looking for its neighbors. This makes more sense during bootstrapping, since we can now auto-populate port names etc.
* Auto-populate port names on lldpdiscover.Steinar H. Gunderson2014-04-06-4/+66
|
* Add a script to discover new devices based on LLDP information.Steinar H. Gunderson2014-04-06-0/+136
|
* Switch from Net::SNMP to SNMP, since it has much better table support and ↵Steinar H. Gunderson2014-04-06-32/+18
| | | | seems to be faster.
* When fetching traffic data, fetch _all_ ports (in bulk), not just the ones ↵Steinar H. Gunderson2014-04-06-70/+38
| | | | we think we want right now.
* Make accesspoints.pl use the new SNMP function. (UNTESTED!).Steinar H. Gunderson2014-04-06-20/+3
|
* Initial commit. Source; TG13-goodiebag.Joachim Tingvold2014-04-06-0/+946