Ensure that $timestamp is only ever written out if it contains a value and let file be retained through reboots.
at least don't touch rrd here, that rrd won't exist anyway
Revert "the only thing ping_hosts.sh is used for is pinging IPsec hosts. comment out all this complexity that makes it do way more than it needs to (and was throwing an error on rrd, it shouldn't be touching rrd)" this is used by at least the DNS server pkg...
the only thing ping_hosts.sh is used for is pinging IPsec hosts. comment out all this complexity that makes it do way more than it needs to (and was throwing an error on rrd, it shouldn't be touching rrd)
Added Captive Portal RRD graphs, there are two graphs one for the number of logged in users since last rrd poll, and concurrent number of users logged in.
Use grep -c instead of wc and awk. Also use full paths.
Eliminate a cat-to-grep
Move this function to allow removing it from easyrule.
Do not run anymore the cron job for monitoring check_reload_status since it has a monitoring process that does this through kqueue.
Fix permissions.
Refactor the Easy Rule code a bit. Add a CLI version.
Fix double printing of log entries
ping_hosts.sh is no more in /etc. Remove some unneeded lines.
Set executable
Move two include files to /etc/inc instead of leaving them in the www dir. Move filterparser.php to /usr/local/bin since it's not meant to be used from the web interface.
this is super annoying in VMware, exit if running in VMware
Add shortcut command for manual config editing
Move ping_hosts.sh to usr/local/bin
Correctly deterimine if /boot/loader.conf exists.
Only process /boot/loader.conf if it exists avoiding asomehwhat ugly looking error on cdrom boot.
remove unnecessary grep
Ticket #1573
Detect vmware and embedded platforms and lower the note durationautomatically.
Correct script checks.
Change the beep duration /4 when the platform is embedded or we detect that the kern.hz has been altered in /boot/loader.conf.
Slow down the pipe even more
Fix loading and reloading config for IPSEC.MFC: Possible candidate, works for seth. Needs test.
Catch checkreload.sh back up to check_reload_status changes.
Add check_reload_status checker script to ensure that it is always running.
Prior attempts to restart from filter.inc lead to socket descriptor inheriting strangeness.
Output MSNTP to syslog so we can see whats happening underneat the hood.
Use awk
Add kill ghosts script
Check for /dev/speaker using -c
Wrap beep script in a check for /dev/speaker
Full path to beep
Requested-by: The Mob (support@)
Sleep 60 seconds in between calls to msntp incase the connection isnot up.
This should fix Ticket #82
Initial revision