Set correct dump filename vars
Add unknown values for the extra data sources during boot
Update config.xml to 5.5 to prevent RRD database conversion from triggering.add rrd tag to default enabled
Update config.xml to 5.5 to prevent RRD database updates from triggering.add rrd tag to default enabled
Also convert quality databases. The delay value needs to be divided by 1000.This because apinger logs in seconds, not in milliseconds.
Test modules correctly
Do not alert for unfound modules
Set upload directory to /root for embedded
Do not return empty rows when probing loaded php modules
Do not remove old php.ini files, they will be replaced.
s/.so//
Add mysql.so and sqlite.so
Remove platform check. Even CDROM platform has unionfs now on RELENG_1
Open a write pipe so we can be sure the password goes to the stdinput of the command. This should fix the ssh password problems reported on the forums.
fix layout and stray '
Add 0 values when the original also had values on that row so the graph math works.
+ 0
Remove print_r debugging
Include apc.so extension
Include all the modules we need.
Revert the check to not add reply-to on block rules it might be needed.
Using correct functiona
Added missing functions
Use propper functions.
Foreach only if array.
The brace is not needed here!
Also removed "action allow" from a javascript array
Removed "action allow" from layer7 rules definition since it didn't make sense
Redirect stderr so we can log it to the system logs.
Make sure to reset array before beginning migration. otherwise the arrays get added to each other.
More debuggingeven
add debuggingfix parse error
This patch adds the initial support for layer7 protocol inspection gui.
Add logging
rename var
set rrdtool variable
Correct typo
Correct find command
make sure the update fields are in the correct order
run enable_rrd_graphing() at the end to create a new updaterrd.sh
Make listtags global
It does not make sense to add reply-to to block rules even though pf parses that.
add rrd.inc for inclusion
RRD file conversion code. Needs testing ofcourse. So far early tests show promising.
Add some rrd realted functions in a seperate file
Merge the preferred SA logic from 1.113 of HEAD 2 years 7 months later
remove stderr redirect
catch stderr for mwexec
add debugging so we can see what it's doing
Close comment tag
untested rrd upgrade code
Unbreak the corn job installation for schedules.
Use mwexec so we can see if it fails.
reformat the the entire rrd graph generation page.
Format has changed for quality, traffic and packets. Remove these files. They will be recreated
Move rrd graph data gathering over to pfctl instead of netstat, this uses 64 bit counters
Use correct new vars for counters
Move command line after comment
Force commit to note that ticket #1853 should be fixed now.
Remove wrong comment..
Remove stale reference.
Catch up with functions changes.
Invoke pfctl for stats once and work with the output
Nuke wrapping notice
Write out all commands that should be run after filter load insteadof requiring the command to be run 5+ times for certain scenarios.
Fix sponsored by BSD Perimeter
Back out "Rules have not changed. Not reloading" changes.
Remove extra "
Correct openntpd binary name
Behave correclty on some corner cases.
Actually get the whole command output.
Allow states to work outbound properly too.
Many thanks to Arthur Green for allowing me to use him as my remotefingers to get this working right.
Turn on bridge filtering.
Noticed-by: BillM
Do not allow \ in fieldnames.
Add missing "
Ticket #1850
Generate the {interface}up status file.
Fix the {interface}up checks.
Fix generation of pppoe reset cron entry. Not sure if this should stay here or go into inteface_pppoe_configure!?
fix CARP panics with VLANs
Check to make sure file exists before operating on it.
Don't use broadcast on CARP IPs.
Don't add CARP IPs on an interface that doesn't exist to prevent panic.
log mwexec if developerspew is on
Compare rules.debug to previously loaded rules. If no rule changeshave occured, do not try to reload the rules and sync changes to backupmembers which can result in the rules being reloaded constantly whenload balancing is in use, etc.
Redirect to settings page if not enabled per billm@
Shaper has no more enable disable functionality.
Fix services_dyndns_reset to be useful.
Add another parameter to interface bring down which can be used to destroy the interface if it is a virtual/cloned one.
Make table headers reflect reality