Hi all, don't know if this is the place to post this, but I found a
possible bug with pfstat. I'm running a pretty simple conf, I just want
a graph for the last hour, last day, last week, and last month.
Here's the conf:
###################################################
image "/var/www/htdocs/images/pfstat_hour.jpg" {
from 1 hours to now
width 960 height 300
...
}
image "/var/www/htdocs/images/pfstat_day.jpg" {
from 1 days to now
width 960 height 300
...
}
image "/var/www/htdocs/images/pfstat_week.jpg" {
from 1 weeks to now
width 960 height 300
...
}
image "/var/www/htdocs/images/pfstat_month.jpg" {
from 1 months to now
width 960 height 300
...
}
###################################################
Everything is great, except the last graph. It prints out 30 weeks
along the bottom instead of 30 days. The x-axis is like this:
...-5 -4 -3 -2 -1 weeks
Is this a glitch/bug? Or something I've done wrong?