Project

General

Profile

Download (29.2 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
e256e9d4 05/12/2010 12:02 PM Seth Mos

Change the exec() calls to mwexec, this supresses the rrdtool messages during boot if the rrd files have a newer timestamp then the attempt to update

12980094 04/03/2010 09:12 PM Chris Buechler

must use -f with pkill to find updaterrd.sh

f3b000b2 03/19/2010 12:53 PM Ermal LUÇI

Ticket #435. Correct command.

6f76920c 03/12/2010 01:14 AM Andrew Thompson

Use pgrep/pkill to save a bit of cpu.

4563d12f 01/11/2010 08:44 PM Seth Mos

Make get_real_interface return real interface enc0 for "ipsec". Refactor enable_rrd_graphing() to
use get_configured_interface_with_descr()

a0bb5a4d 12/26/2009 10:41 PM Andrew Thompson

Also match umodem for the UM175 unit.

ec51a222 12/26/2009 10:36 PM Andrew Thompson

Add graphing for 3G cellular modems.

bb6a3dfe 12/14/2009 01:02 PM Seth Mos

Make sure to surpress stderr

65615d89 12/07/2009 08:43 AM Seth Mos

Make sure that do not set the interface to a empty value, this affects the ipsec counters.

3e7dfc05 11/24/2009 08:53 PM Seth Mos

Use the list sta output instead of list ap which we used before.
Still need to check if this also results in the right values being graphed, takes some time to confirm.

162477a4 11/24/2009 08:44 PM Seth Mos

Make sure the right wireless interface is polled for the graphs

483e6de8 11/21/2009 09:08 PM Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

523855b0 09/12/2009 07:34 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions

fdd20aba 08/24/2009 07:33 PM Scott Ullrich

Only blast rrd upgrade notice to wall once

c14aeb0e 07/09/2009 04:10 AM Scott Ullrich

Move upgrade wall message to the correct function (migrate_rrd_format())

72544303 07/06/2009 04:05 PM Scott Ullrich

Oops, add needed echo ''

f73d83ec 07/06/2009 04:04 PM Scott Ullrich

Broadcast to all ttys that a RRD upgrade is in progress.

6dc88d53 06/18/2009 12:40 PM Ermal Luçi
  • Move functions that output html to guiconfig.inc
  • Remove some recursive dependency on some includes
  • Remove ^M or \r from files
  • Remove some entries from functions.inc to avoid including them twice
  • Remove some unneccessary includes from some files
    ...
957d8f75 03/13/2009 01:43 AM Seth Mos

Rewrite the rrd upgrade code to use the newly added xml2array function specifically for the rrd upgrade code.
This is about 4 times faster then our builtin parser. Hoping this can solve part of the the 45 minute upgrade cycles on
embedded builds

d9acea75 03/12/2009 01:40 AM Scott Ullrich

Use nice -n20 for common launched items

ae4dce62 12/24/2008 10:45 PM Seth Mos

Add missing brace

ddc26847 12/24/2008 09:44 PM Seth Mos

Final attempt at making rows merger work before I throw in the towel.
Empty rows need to proceed the old data when growing the RRA archive

d9e896fa 12/24/2008 08:18 PM Seth Mos

Set more default values

e8021eea 12/24/2008 08:01 PM Seth Mos

Change RRA 12 hour archive to 3000, drop the 1 day archive for new databases

ab7658da 12/24/2008 10:16 AM Seth Mos

Add kill_traffic_collector()

ea4bc46f 12/24/2008 10:14 AM Seth Mos

Add enable_rrd_graphing();

1b25fc27 12/23/2008 01:33 PM Seth Mos

Surpress rm output

ed3ea464 12/22/2008 08:58 PM Seth Mos

Add 0 values when the original also had values on that row so the graph math works.

adc986ed 12/20/2008 11:47 PM Seth Mos

Add logging

c5cd5ebe 12/20/2008 10:46 AM Seth Mos

set rrdtool variable

b0a5b824 12/19/2008 10:06 PM Seth Mos

Add some rrd realted functions in a seperate file