Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | //retiolum/scripts/adv_graphgen/parse_tinc_stats: parsing availability correctly | EUcancER | 2012-01-04 | 1 | -6/+13 |
| | |||||
* | now less routing | lassulus | 2012-01-02 | 1 | -12/+4 |
| | |||||
* | fixed | lassulus | 2011-12-27 | 1 | -1/+1 |
| | |||||
* | //retiolum/tinc_setup: now using 10.243.x.x namespace' | makefu | 2011-12-26 | 1 | -4/+3 |
| | |||||
* | //retiolum/routing: verbose++ | makefu | 2011-12-26 | 1 | -1/+1 |
| | | | | defaultroute is a bit more explicit about what happened | ||||
* | now with multiple ip support | lassulus | 2011-12-24 | 1 | -1/+10 |
| | |||||
* | added defaultroute script | lassulus | 2011-12-23 | 1 | -0/+37 |
| | |||||
* | by the powers of exclamation mark! | lassulus | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | more testing... | lassulus | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | more enterprise | lassulus | 2011-12-22 | 1 | -2/+8 |
| | |||||
* | changed regex | lassulus | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | back to teh routes pt2 | lassulus | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | //retiolum/adv_graphgen: refactor graph generation, fix weight issue | EUcancER | 2011-11-10 | 3 | -8/+17 |
| | |||||
* | //retiolum tinc-up: first set up interface, then configure | tv | 2011-11-10 | 1 | -2/+2 |
| | |||||
* | //retiolum update: cp tinc-up and restart tincd | tv | 2011-11-10 | 1 | -2/+0 |
| | | | | | | This commit updates /etc's tinc-up if it has changed and then restarts tincd. If tinc-up hasn't changed then only HUP and ALRM are sent to the retiolum tincd process. | ||||
* | //retiolum tinc-up: use iproute2 only | tv | 2011-11-10 | 1 | -9/+7 |
| | |||||
* | //retiolum tinc-up: fix ipv4 netmask | tv | 2011-11-09 | 1 | -3/+4 |
| | |||||
* | //retiolum install.sh: more ipv4-adaptions | tv | 2011-11-09 | 1 | -2/+2 |
| | |||||
* | //retiolum tinc-up: adapt ipv4-range | tv | 2011-11-09 | 1 | -2/+2 |
| | |||||
* | //retiolum install.sh: use fillxx for IPv4 (inactive) | tv | 2011-11-09 | 1 | -0/+4 |
| | |||||
* | //retiolum install.sh: default hostname + eloop@ipv4 | krebs | 2011-11-08 | 1 | -5/+11 |
| | |||||
* | add script to find legacy hosts | EUcancER | 2011-11-08 | 1 | -0/+59 |
| | |||||
* | Merge branch 'master' of github.com:krebscode/painload | makefu | 2011-11-04 | 3 | -9/+11 |
|\ | |||||
| * | //retiolum/adv_graphgen: bug-fixing | EUcancER | 2011-11-04 | 3 | -9/+11 |
| | | | | | | | | | | | | | | debian uses features of adv_graphgen which hasn't been tested until now. Bugs has been fixed concerning usage of LOG_FILE environ and many more fix minor calculation bug in availability calucluation (delete faulty archive lines) | ||||
* | | //retiolum/adv_graphgen: tinc_stats now invokes USR2 against tinc deamon | makefu | 2011-11-04 | 1 | -0/+3 |
|/ | |||||
* | //retiolum/adv_graphgen: add BackwardsReader | makefu | 2011-11-04 | 1 | -0/+35 |
| | | | | dependency for tinc_stats.py | ||||
* | //retiolum/adv_graphgen: replace old parsing style, refactoring | makefu | 2011-11-04 | 3 | -43/+25 |
| | | | | | tinc_stats now writes the current tinc state into stdout as json sanitize.sh uses tinc_stats and pipes the output to parse_tinc_stats.py (the name is a lie) | ||||
* | Merge branch 'master' of github.com:krebscode/painload | makefu | 2011-11-03 | 2 | -18/+106 |
|\ | |||||
| * | //retiolum/adv_graphgen: add avg weight to nodes | EUcancER | 2011-10-27 | 1 | -2/+11 |
| | | |||||
| * | //retiolum/adv_graphgen: archive file parsed once, not n times | EUcancER | 2011-10-26 | 1 | -7/+8 |
| | | | | | | | | | | the archive file used to calculate the node availability is now parsed only once, not [num nodes] times. this saves quite some time | ||||
| * | //retiolum/adv_graphgen: update archive path | EUcancER | 2011-10-26 | 1 | -1/+1 |
| | | |||||
| * | //retiolum/adv_graphgen:add availability to parser | EUcancER | 2011-10-26 | 1 | -3/+45 |
| | | |||||
| * | //retiolum/adv_graphgen: rewrite graph generation | EUcancER | 2011-10-26 | 1 | -5/+36 |
| | | |||||
| * | //retiolum/adv_graphgen: fix generator script | EUcancER | 2011-10-26 | 1 | -9/+14 |
| | | | | | | | | | | svg is now generated instead of png dotfile is now a tempfile | ||||
* | | //retiolum//tinc_stats: initial commit | makefu | 2011-11-03 | 1 | -0/+77 |
|/ | | | | tinc_stats writes the current TINC statistics into stdout | ||||
* | //retiolum install: add oxberg in `sort`ed order | tv | 2011-10-12 | 1 | -2/+3 |
| | |||||
* | fix bug in install script, change channel | makefu | 2011-10-11 | 2 | -1/+2 |
| | |||||
* | Merge branch 'master' of github.com:krebscode/painload | EUcancER | 2011-09-15 | 1 | -0/+1 |
|\ | |||||
| * | tinc_setup: update install.sh to write new supernode | makefu | 2011-09-14 | 1 | -0/+1 |
| | | | | | | | | EUcancER is the new supernode which can be used to connect to | ||||
* | | retiolum/adv_graphgen: fix bug with stale hosts,remove unused | EUcancER | 2011-09-15 | 1 | -1/+7 |
|/ | | | | | | stale hosts will be ignored and will not be drawn in the final graphs. Every node without an 'external' ip is stale, as well as every node ONLY connected to a node without an external ip (stale derivates) | ||||
* | //retiolum/scripts/tinc_setup/tinc-up: use BRE @sed | tv | 2011-09-09 | 1 | -3/+3 |
| | |||||
* | adv_graphgen: fix sanitize and parse | EUcancER | 2011-09-01 | 2 | -7/+9 |
| | | | | | sanitze.sh now creates dot file in temp directory parse now correctly creates group attribute | ||||
* | Gigantor Merge! | EUcancER | 2011-08-31 | 3 | -1/+6 |
|\ | | | | | | | | | | | | | | | | | Conflicts: cholerab/news/Candidate - add Ante scriptum cholerab/shirts/bestellliste - merged as theirs oncology/dpfhack_display - now a submodule add bug-fixing for adv_graphgen, as well as a Makefile | ||||
* | | adv_graphgen: add HERE variable to launch from every dir | EUcancER | 2011-08-26 | 1 | -8/+10 |
|/ | |||||
* | tinc_setup/install.sh: update failsafe behavior | makefu | 2011-08-13 | 1 | -9/+4 |
| | | | | install script checks if the chosen ip is already taken. | ||||
* | retiolum: go more enterprise | tv | 2011-08-12 | 1 | -1/+6 |
| | |||||
* | retiolum tinc_setup: go sudo | tv | 2011-08-12 | 1 | -0/+7 |
| | |||||
* | retiolum/autostart: makefile now script | makefu | 2011-08-12 | 2 | -14/+17 |
| | | | | script updates the startup scripts and stuff. does the right thing (most of the time) | ||||
* | Merge branch 'master' of github.com:krebscode/painload | makefu | 2011-08-09 | 1 | -2/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: census/* : hard renaming of people to census people/* : deleted old people folder retiolum/Makefile : added retiolum Makefile retiolum/scripts/adv_graphgen/sanitize.sh: merged sanitize script | ||||
| * | adv_graphgen/sanitize.sh: added sfdp graph setter | Felix Richter | 2011-06-08 | 1 | -0/+2 |
| | |