Hi Guys
I've been trying to get hatchet up & running with little success, so far I have tested it on -CURRENT, 4.4 & 4.3 (backported) on i386, amd64 & sparc64.

The testing process has gone as follows: fresh install of openbsd, config pf, build & install hatchet via ports,follow the instructions bundled with hatchet (/var/www/hatchet/doc/README.OpenBSD) to enable mod_perl, configure apache, create db & setup crontab entries. Visiting the site after the cron jobs have had a change to run produces the folowing:
http://img241.imageshack.us/img241/6885/picture6so0.png
No data is shown, however the graphs for all hosts & ports all are generated. The cronjobs seem to be working ok as I'm constantly reminded about Regex updates every 15 minutes & the pflog.db database is growing in size yet no information is shown on the main hatchet page.

Any ideas?


pf.conf:
ext_if="em0"
tcp_services="{80, 22}"

set skip on lo

scrub in

block in log all
pass out log
antispoof quick for lo

pass in log on $ext_if proto icmp to ($ext_if)
pass in log on $ext_if inet proto tcp to ($ext_if) port $tcp_services


pkg_info output from 4.4:
autoconf-2.13p1 automatically configure source code on many Un*x platforms autoconf-2.61p3 automatically configure source code on many Un*x platforms
gd-2.0.35           library for dynamic creation of images
gperf-3.0.1         perfect hash functions, to help write parsers
hatchet-0.9.1       PF firewall log analysis
help2man-1.29p0     GNU help2man
jpeg-6bp3           IJG's JPEG compression utilities
libiconv-1.12       character set conversion library
libltdl-1.5.26      GNU libtool system independent dlopen wrapper
libtool-1.5.26p0    generic shared library support script
metaauto-0.9        wrapper for gnu auto*
mod_perl-1.30p2     module that embeds a Perl interpreter into Apache
p5-DBD-Chart-0.82   DBI driver abstraction for rendering charts and graphs
p5-DBD-SQLite-1.14v0 SQLite drivers for the Perl DBI
p5-DBI-1.604        unified perl interface for database access
p5-GD-2.30p2        module to interface with the GD graphics library
p5-GD-TextUtil-0.86p0 text utilities for use with GD drawing package
p5-HTML-Template-2.9 use HTML Templates from CGI scripts
p5-Net-Daemon-0.43  extension for portable daemons
p5-PlRPC-0.2018p0   module for writing rpc servers and clients
png-1.2.28          library for manipulating PNG images
sqlite3-3.5.9p0     embedded SQL implementation
tcl-8.4.7p6         Tool Command Language


Sevan / Venture37


Reply via email to