86 Commits

Author SHA1 Message Date
Manuel Kasper
1da6825579 Merge netflow/sflow-asstatd.pl into one script
Contributed by Wouter de Jong
2014-01-07 16:45:12 +01:00
Manuel Kasper
0c971e3600 Bump version, update docs and asinfo.txt v1.43 2013-12-06 09:25:01 +01:00
Manuel Kasper
1856c64f3d Fix security issue 2013-12-06 09:09:56 +01:00
Manuel Kasper
afe5f582d1 Fix security issue
'v' parameter of gengraph.php allowed shell command injection.
Reported by Stefan Hanrath.
2013-12-06 09:07:46 +01:00
Manuel Kasper
d7b806349c Sync with netflow-asstatd.pl
Fixes race condition when forking (commit 07eccf65bb)
2013-11-15 09:51:54 +01:00
Manuel Kasper
ce9bfed698 Merge pull request #16 from xmorpheus/master
missing comma in config.inc
2013-10-28 12:01:26 -07:00
Simon Frerichs
b15bb66704 missing comma in config.inc 2013-10-28 18:30:20 +01:00
Manuel Kasper
865e2cc6bc Update func.inc
Remove closing tag here too, just in case.
2013-10-17 11:06:16 +02:00
Manuel Kasper
83119b672e Remove closing tag from config.inc to prevent whitespace problems in gengraph.php
Problem reported by Erwan Lerale.
2013-10-17 11:03:46 +02:00
Manuel Kasper
94cf847664 Add note about using tabs in knownlinks 2013-10-17 11:00:23 +02:00
Manuel Kasper
3acfec0f98 Update add_ds_proc.pl 2013-09-20 15:03:45 +02:00
Manuel Kasper
b494cc72c1 Add v6 data sources to add_ds_proc.pl 2013-09-20 15:03:26 +02:00
Manuel Kasper
2d88c4365f Bump version v1.42 2013-08-26 14:35:12 +02:00
Manuel Kasper
63bf854780 Bump version 2013-08-26 14:34:40 +02:00
Manuel Kasper
d2448fbe09 Update HISTORY.md 2013-08-26 14:25:06 +02:00
Manuel Kasper
878134a81c Delete README
It's redundant now that we have a Markdown version.
2013-07-30 16:43:57 +02:00
Manuel Kasper
a8deedce97 Merge pull request #12 from nshopik/docs
Split docs and convert to markdown
2013-07-30 07:43:04 -07:00
Manuel Kasper
cb310ea746 Update example colors 2013-07-30 14:51:31 +02:00
Manuel Kasper
e9877dcde9 Merge pull request #11 from nshopik/master
Better colors for linkgraphs
2013-07-30 05:49:12 -07:00
Nikolay Shopik
7c124e2b16 Update README.md 2013-07-30 14:23:10 +04:00
Nikolay Shopik
ec4ad9709d Update HISTORY.md 2013-07-30 14:17:29 +04:00
Nikolay Shopik
139582249e Create HISTORY.md 2013-07-30 13:45:37 +04:00
Nikolay Shopik
96ceb8c9c2 Update README.md 2013-07-30 13:35:46 +04:00
Nikolay Shopik
2524e7d267 Create README.md 2013-07-30 13:24:49 +04:00
Nikolay Shopik
c7aa8c69cf Add Hurricane Electric for bgp stats 2013-07-30 12:33:17 +04:00
Nikolay Shopik
6590d3c332 Better colors for linkgraphs 2013-07-30 11:52:10 +04:00
Manuel Kasper
45f81a69da Merge pull request #9 from will-h/patch-1
Update linkgraph.php - permit underscore in link id
2013-07-05 09:45:58 -07:00
will-h
6cb092937c Update linkgraph.php
linkgraph.php errored if the link ID had an underscore in it.
2013-07-05 16:48:27 +01:00
Manuel Kasper
ab91dd54bc Merge pull request #7 from nshopik/nshopik
Fix graphs sizes
2013-06-10 13:20:52 -07:00
Nikolay Shopik
02f7f65886 Fix graphs sizes 2013-06-10 13:19:17 +04:00
Manuel Kasper
7f1b35edad Merge pull request #6 from gregoo/master
Escape colons
2013-06-06 13:30:12 -07:00
Gregory
547fb325db Escaping colons in AREA description (2) 2013-06-06 19:18:58 +02:00
Gregory
4d38beab07 Escaping colons in AREA description 2013-06-06 19:02:30 +02:00
Manuel Kasper
bb472a14a2 Merge pull request #5 from josqu4red/debian_initscripts
add debian initscripts and default config for netflow/sflow-asstatsd
2013-05-03 09:06:34 -07:00
Jonathan Amiez
8e7ea7035c add debian initscripts and default config for netflow/sflow-asstatsd 2013-05-03 17:18:17 +02:00
Manuel Kasper
c27687e92b Update changes in README 2013-04-29 15:59:49 +02:00
Manuel Kasper
32f68227d9 Use big endian for NetFlow v9 64-bit counters too
This was most likely incorrect in previous versions, but nobody
noticed. Repeat count * not necessary.
2013-04-29 15:58:27 +02:00
Manuel Kasper
47239a8b5c Merge pull request #3 from dpiekacz/master
Remove Math::BigInt
2013-04-29 06:54:56 -07:00
Daniel Piekacz
52c0306055 There is no need to use Math::BigInt 2013-04-29 14:46:34 +01:00
Manuel Kasper
c53ca9450e Merge branch 'master' of https://github.com/dpiekacz/AS-Stats into dpiekacz-master
Conflicts:
	bin/netflow-asstatd.pl
2013-04-29 14:33:05 +02:00
Manuel Kasper
0c9c214b65 Merge pull request #1 from yeled/master
attempt to add netflow 5 support
2013-04-29 05:23:54 -07:00
Daniel Piekacz
df1c3a1d73 . 2013-04-29 12:55:49 +01:00
Daniel Piekacz
1386fc2901 Add an example for JunOS IPFIX configuration 2013-04-29 12:52:12 +01:00
Daniel Piekacz
9dc42d4705 Add NetFlow IPFIX support 2013-04-29 12:30:03 +01:00
Charlie Allom
aa3efb34f6 add NetFlow v5 support 2013-04-29 10:33:14 +01:00
Manuel Kasper
d0c49b309a Update my e-mail address 2013-04-29 10:43:44 +02:00
Manuel Kasper
03d2348591 * try harder to determine IP version for sFlow samples. 2013-04-15 16:14:28 +00:00
Manuel Kasper
d88bb9b1d4 * try harder to determine IP version for sFlow samples. 2013-04-15 16:14:23 +00:00
Manuel Kasper
1a0a153ec0 * update JunOS example v1.41 2013-03-20 08:56:56 +00:00
Manuel Kasper
d86c667ef3 * sFlow: fix creation of new RRDs when multiple entries with the same tag are present in the known links file
* Add startup scripts for FreeBSD
2013-03-17 15:15:08 +00:00