d838e8fa85
ifGraph is a set of Perl scripts created to help network administrators to visualize network flow on a daily, weekly, monthly, and yearly basis. The graphics are created with RRDTool, and it shows bytes (in/out) and errors for each interface. It also shows the current/average/max use and the respective link/interface usage in percentages. The program also outputs HTML files to make the visualization of the PNG/GIF/GD images more friendly and easy. PR: 57421 Submitted by: Lars Thegler <lars@thegler.dk>
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
@exec mkdir -p %D/ifgraph/htdocs
|
|
@exec mkdir -p %D/var/ifgraph
|
|
@exec chown ifgraph:ifgraph %D/var/ifgraph
|
|
bin/find-if.pl
|
|
bin/ifgraph.pl
|
|
bin/makegraph.pl
|
|
etc/ifgraph.conf.sample
|
|
ifgraph/crontab.in
|
|
ifgraph/templates/ifgraph-logo.jpg
|
|
ifgraph/templates/en/main-header.html
|
|
ifgraph/templates/en/if-data.html
|
|
ifgraph/templates/en/if-header.html
|
|
ifgraph/templates/en/if-trailer.html
|
|
ifgraph/templates/en/main-data.html
|
|
ifgraph/templates/en/main-trailer.html
|
|
ifgraph/templates/pt-br/main-header.html
|
|
ifgraph/templates/pt-br/if-data.html
|
|
ifgraph/templates/pt-br/if-header.html
|
|
ifgraph/templates/pt-br/if-trailer.html
|
|
ifgraph/templates/pt-br/main-data.html
|
|
ifgraph/templates/pt-br/main-trailer.html
|
|
@dirrm ifgraph/templates/en/
|
|
@dirrm ifgraph/templates/pt-br/
|
|
@dirrm ifgraph/templates
|
|
@unexec rmdir %D/ifgraph 2>/dev/null || true
|
|
@unexec rmdir %D/var/ifgraph 2>/dev/null || true
|
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALACAO
|
|
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
|
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.TXT
|
|
%%PORTDOCS%%%%DOCSDIR%%/MUDANCAS
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|