summaryrefslogtreecommitdiffstats
path: root/retiolum/scripts
Commit message (Collapse)AuthorAgeFilesLines
* added defaultroute scriptlassulus2011-12-231-0/+37
|
* by the powers of exclamation mark!lassulus2011-12-221-1/+1
|
* more testing...lassulus2011-12-221-1/+1
|
* more enterpriselassulus2011-12-221-2/+8
|
* changed regexlassulus2011-12-221-1/+1
|
* back to teh routes pt2lassulus2011-12-221-1/+1
|
* //retiolum/adv_graphgen: refactor graph generation, fix weight issueEUcancER2011-11-103-8/+17
|
* //retiolum tinc-up: first set up interface, then configuretv2011-11-101-2/+2
|
* //retiolum update: cp tinc-up and restart tincdtv2011-11-101-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 onlytv2011-11-101-9/+7
|
* //retiolum tinc-up: fix ipv4 netmasktv2011-11-091-3/+4
|
* //retiolum install.sh: more ipv4-adaptionstv2011-11-091-2/+2
|
* //retiolum tinc-up: adapt ipv4-rangetv2011-11-091-2/+2
|
* //retiolum install.sh: use fillxx for IPv4 (inactive)tv2011-11-091-0/+4
|
* //retiolum install.sh: default hostname + eloop@ipv4krebs2011-11-081-5/+11
|
* add script to find legacy hostsEUcancER2011-11-081-0/+59
|
* Merge branch 'master' of github.com:krebscode/painloadmakefu2011-11-043-9/+11
|\
| * //retiolum/adv_graphgen: bug-fixingEUcancER2011-11-043-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 deamonmakefu2011-11-041-0/+3
|/
* //retiolum/adv_graphgen: add BackwardsReadermakefu2011-11-041-0/+35
| | | | dependency for tinc_stats.py
* //retiolum/adv_graphgen: replace old parsing style, refactoringmakefu2011-11-043-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/painloadmakefu2011-11-032-18/+106
|\
| * //retiolum/adv_graphgen: add avg weight to nodesEUcancER2011-10-271-2/+11
| |
| * //retiolum/adv_graphgen: archive file parsed once, not n timesEUcancER2011-10-261-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 pathEUcancER2011-10-261-1/+1
| |
| * //retiolum/adv_graphgen:add availability to parserEUcancER2011-10-261-3/+45
| |
| * //retiolum/adv_graphgen: rewrite graph generationEUcancER2011-10-261-5/+36
| |
| * //retiolum/adv_graphgen: fix generator scriptEUcancER2011-10-261-9/+14
| | | | | | | | | | svg is now generated instead of png dotfile is now a tempfile
* | //retiolum//tinc_stats: initial commitmakefu2011-11-031-0/+77
|/ | | | tinc_stats writes the current TINC statistics into stdout
* //retiolum install: add oxberg in `sort`ed ordertv2011-10-121-2/+3
|
* fix bug in install script, change channelmakefu2011-10-112-1/+2
|
* Merge branch 'master' of github.com:krebscode/painloadEUcancER2011-09-151-0/+1
|\
| * tinc_setup: update install.sh to write new supernodemakefu2011-09-141-0/+1
| | | | | | | | EUcancER is the new supernode which can be used to connect to
* | retiolum/adv_graphgen: fix bug with stale hosts,remove unusedEUcancER2011-09-151-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 @sedtv2011-09-091-3/+3
|
* adv_graphgen: fix sanitize and parseEUcancER2011-09-012-7/+9
| | | | | sanitze.sh now creates dot file in temp directory parse now correctly creates group attribute
* Gigantor Merge!EUcancER2011-08-313-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 dirEUcancER2011-08-261-8/+10
|/
* tinc_setup/install.sh: update failsafe behaviormakefu2011-08-131-9/+4
| | | | install script checks if the chosen ip is already taken.
* retiolum: go more enterprisetv2011-08-121-1/+6
|
* retiolum tinc_setup: go sudotv2011-08-121-0/+7
|
* retiolum/autostart: makefile now scriptmakefu2011-08-122-14/+17
| | | | script updates the startup scripts and stuff. does the right thing (most of the time)
* Merge branch 'master' of github.com:krebscode/painloadmakefu2011-08-091-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 setterFelix Richter2011-06-081-0/+2
| |
| * added overlap=false fix, neato grapherFelix Richter2011-05-302-0/+3
| |
| * lowered filesystem hierarchy--everything are modulestv2011-05-2919-0/+897
|
* retiolum/scripts/adv_graphgen: verb krebs outputmakefu2011-08-082-2/+4
| | | | | | | | | retiolum/scripts/adv_graphgen/parse.py: add the group info to the krebs parser retiolum/scripts/adv_graphgen/sanitize.sh: fixed bug which prevents generation of 4 graph new graph setter at retiolum_4.png
* adv_graphgen/sanitize.sh: added sfdp graph setterFelix Richter2011-06-081-0/+2
|
* added overlap=false fix, neato grapherFelix Richter2011-05-302-0/+3
|
* lowered filesystem hierarchy--everything are modulestv2011-05-2919-0/+897