Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ce77a9c4 01/01/2015 09:26 AM Phil Davis

Fix lineup of copyright lines

and module names and other bits of formatting and typos in header
comment sections.

ed2d1343 12/31/2014 06:22 PM Renato Botelho

Welcome 2015

d7884992 12/20/2014 05:12 PM Phil Davis

Send IPv4 and IPv6 address in get_interfacestatus

And make them strong (bold), which is how they are displayed originally by interfaces.widget.php
This allows the AJAX that manipulates the div's in interfaces.widget.php to get the data, so it can make it update.

6385c335 12/11/2014 01:28 AM Phil Davis

Gateway Status Widget keep IP address bold

Forum: https://forum.pfsense.org/index.php?topic=85187.msg467438#msg467438

The bold is specified literally in gateways.widget.php for the gateway IP box, so we need to send it bold from here also when providing an update....

beb7d9e3 12/05/2014 11:58 AM Phil Davis

Explicitly pass gateway status and color

This code was passing a whole load of html to attempt to set various properties of the Gateways Widget Status column so that it would display the new status (Online, Offline...) and in the appropriate color.
Now that I am using class=listr, the css fro listr already specifies white. Setting bgcolor in HTML does not override that....

29aef6c4 11/11/2014 05:36 AM Jim Thompson

Change copyright statement to reflect reality

d806061c 07/18/2014 01:33 PM Renato Botelho

Merge pull request #1232 from N0YB/Widget_Gateways

971de1f9 07/07/2014 11:06 PM Renato Botelho

Convert almost all /sbin/sysctl calls to php functions

1f47798a 06/08/2014 09:47 PM N0YB

Fix gateway widget size change on first update.

Inner table size changes on the first update because the table in update data does not have the same attributes as the widget. i.e. border, cellpadding, cellspacing, style & summary.

Also remove an errant td end tag.

0d4b6b89 05/22/2014 04:47 PM Jim Pingle

Display space usage for all mounted filesystems, not just /. Also display FS type and indicate if it's a RAM disk.

57671f81 12/26/2013 03:51 PM Jim Pingle

Fix syntax, unbreak dashboard

66cc4d43 12/23/2013 02:57 PM Ermal LUÇI

Correct displaying states status and avoid divison by zero due to wrong data collected

15183bcb 12/22/2013 11:49 AM phildd

Avoid dashboard divide by zero errors

f89f3b3d 08/31/2013 02:31 PM Renato Botelho

Merge pull request #787 from phil-davis/master

Provide get_uptime_sec in a common include file

b097a7cf 08/30/2013 05:37 PM Jim Pingle

Show a count of the CPUs if more than one is detected, and show how those CPUs are supplied by the hardware.

806e5979 08/29/2013 07:12 AM Phil Davis

Call get_uptime_sec from functions.inc.php

to avoid code duplication

2cb760da 07/16/2013 08:09 PM Jim Pingle

Some more tweaks to state and mbuf update/output on dashboard widget.

4a83831c 07/16/2013 07:39 PM Jim Pingle

Add a meter for states, too

2c7f71d9 07/16/2013 07:39 PM Jim Pingle

Fixup mbuf stats function

8ff9cc38 07/16/2013 07:09 PM Jim Pingle

Make mbufs update via ajax

f5c47a7c 07/16/2013 06:55 PM Jim Pingle

Fix an occasional "blank" cpu freq printing that shouldn't happen.

dfe2769c 04/30/2013 07:03 PM Renato Botelho

Use exec directly instead of exec_command

bc488151 04/30/2013 05:09 PM Renato Botelho

Fix and improve swap_usage()

- Fix a typo on awk syntax
- Use php functions to extract desired value from swapinfo output

af0b57cb 04/30/2013 05:07 PM Renato Botelho

Fix indent and whitespaces

a0c0e8ae 01/16/2013 07:34 PM Colin Fleming

Tidy up HTML Colour Names

With XHTML 1.0, the extended colour names are invalid, to make pfSense
as W3C compliant as possible, need to go back to using the HEX code.

603f19f0 06/04/2012 10:37 AM Seth Mos

Some minor enhancements from renaming the Gathering Data to Pending.
When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~

2bae7ce3 05/24/2012 09:56 PM Cristian Feldman

Removed extra line :)

25a46a3c 05/24/2012 09:52 PM Cristian Feldman

Added load average information to the System Information widget

4dedd18a 05/18/2012 03:53 AM Cristian Feldman

System info widget on dashboard now updates CPU Frequency automatically

e9ca9b9a 01/06/2012 04:34 PM Daniel Rasmussen

I did a block comment out the fist time because I wanted to leave that code in for later use when start adding more OID checks for different hardware drivers. So made comment change per request.

b10268ca 01/06/2012 03:30 AM Daniel Rasmussen

Fixed the get_time() out put fixed. Tweaked my changes made a tighter code.

54f818b1 01/05/2012 11:56 PM Daniel Rasmussen

Changed the output of function get_uptime() to display: 00 Hours 00 Minutes 00 Seconds
Added code function get_temp() to get the OID values for temperature.

5af7eba3 10/07/2010 01:29 PM Jim Pingle

Fix AJAX update of gateway status when the status is "Gathering Data".

effd2ecd 09/19/2010 05:07 PM Jim Pingle

Fix the gateway status widget ajax update when there is loss/day.

7ec17767 09/16/2010 04:31 PM Ermal LUÇI

Show status as Gathering data rather than unknown since the later seems to scary people!

68f291ff 09/09/2010 09:25 PM Ermal LUÇI

Ticket #876. Show all gateways even though apinger is not monitoring them, for various reasons, this removes user confusion in the status pages.

a87c7901 08/16/2010 09:54 PM Jim Pingle

Update gateway status properly when fetched via AJAX.

880637d2 11/21/2009 10:05 PM Scott Ullrich

Default to only system information and interfaces widgets. This reduces load time on RSPRO from 9+ seconds to 2.5

7ac5a4cb 09/14/2009 11:14 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

2ff9980b 03/16/2009 08:40 PM Scott Ullrich
  • Remove non-needed grep (we use fifolog now)
  • Change "No data" to "Gathering data"
030f0cb7 03/15/2009 03:59 AM Scott Ullrich

Move (DHCP)

f359eb45 03/15/2009 12:02 AM Bill Marquette

nice idea, never implemented, purge

01da41cf 03/14/2009 06:26 AM Bill Marquette

Sajax is no more, long live Prototype
This eliminates one AJAX library, but not all "non-Prototype" AJAX code

71c47cb6 03/13/2009 06:19 PM Scott Ullrich

Remove ActiveXObject code. Who cares about older IE at this point.

e637075a 03/12/2009 04:42 AM Bill Marquette

close comment

63d05a4f 03/12/2009 04:29 AM Bill Marquette

fix merge conflict

4a1cd18f 03/12/2009 04:26 AM Bill Marquette

cleaner and more proper cpu graph

4fab3ba5 03/11/2009 10:15 PM Scott Ullrich

Correctly set the status field HTML text during ajax process.

3dfa6a52 03/11/2009 09:28 PM Scott Ullrich

Add ajax mojo to gateway status widget

c7b8b46a 08/30/2008 12:41 AM Scott Ullrich
  • We do not need guiconfig.inc. This fixes the sudden burst of javascript
    that is populated on the dashboard on first load.
  • Close PHP tag
97e9b109 06/22/2008 05:21 AM Chris Buechler

fix apparent eri typo

8aa9496a 06/22/2008 04:16 AM Scott Ullrich

Remove remaining env4801 files

3e321df2 06/21/2008 05:38 PM Ermal Luçi

Continue interface improvements

19604f5d 06/20/2008 09:43 PM Scott Ullrich

Remove 4801 temp monitoring binary.

65d4de2e 12/30/2007 09:13 PM Scott Dale

Use AJAX for loading of new widgets. Now most widgets will use AJAX for new data. Also improved performance

b4b3cf42 10/18/2007 03:23 AM Bill Marquette

why add 30 seconds to uptime if we have been up greater than 60 seconds?

639aaa95 10/17/2007 11:51 PM Bill Marquette

MFC of change [19782] per request from sullrich@

Scale state table size with memory, never allocate more than 10% system ram, this leads to 12K states on 128M and 102K on 1G systems - this should be a good default

08f834dd 10/22/2006 05:39 AM Bill Marquette

Ticket #1135: better mousetrap for detecting amount of swap

767a716e 01/15/2006 03:33 AM Scott Ullrich

Correct warnings and errors found eclipse

2fc0b1c7 10/26/2005 06:23 PM Scott Ullrich

require_once("config.inc") so that the $config structure is set for AJAX only queries

60928664 10/13/2005 09:03 PM Scott Ullrich

Memory meter changes.

Submitted-by: Dan Swartzendruber <dswartz_AT_druber.com>

948593b0 09/18/2005 05:34 AM Erik Kristensen

Switch Array Location of CPU and MEM

477361c7 09/18/2005 04:58 AM Erik Kristensen

Merged Function for Single HTTP Request

d716fb2b 09/18/2005 03:22 AM Scott Ullrich

backout to sleep(1) in between cp_time

6e91cf31 09/18/2005 03:16 AM Scott Ullrich

usleep for 255

74474fec 09/18/2005 02:58 AM Scott Ullrich

usleep instead of sleep

bebade2d 09/18/2005 02:54 AM Scott Ullrich

Remove sleep 1

bee4062a 09/18/2005 02:45 AM Scott Ullrich

Remove sleep 5

d6ad908c 09/15/2005 06:01 AM Scott Ullrich

Check for disconnected clients and exit

85c54575 09/15/2005 05:49 AM Scott Ullrich

Correct cpu meters

4fe00253 09/15/2005 03:29 AM Espen Johansen

Just another CPU meter fix :p

7979a809 09/15/2005 03:21 AM Bill Marquette

Make temp monitor really work - make a little more modular too

1804023d 09/15/2005 02:55 AM Bill Marquette

Make 4801 temp monitor work (and make it work with sajax)

9f0309d3 09/15/2005 02:11 AM Bill Marquette

Sleeping 5 seconds is just way to long, seems to screw up the cpu usage

7e1b16ca 09/15/2005 01:27 AM Bill Marquette

pedantic...use full paths to binaries

f155c21c 09/15/2005 12:25 AM Espen Johansen

Hopefully CPU meter should be much more accurate now.

966c07c6 09/11/2005 09:49 PM Scott Ullrich

Only sleep 5, not 10

ba31ab65 09/11/2005 09:42 PM Scott Ullrich

Sleep 5 seconds before returning CPU usage information. This lowers the CPU usage to 3% on my Nexcom.

1df0159c 09/11/2005 08:54 AM Erik Kristensen

XHTML/CSS Clean Up

d772ac32 09/11/2005 06:17 AM Erik Kristensen

Added SAJAX support.
System Meters are updated via AJAX now.
Started XHTML/CSS cleanup.

8ab3e9ed 08/23/2005 01:18 AM Erik Kristensen

First Step in Fixing AutoComplete and Cleaning Up Code