summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_gateways.php
Commit message (Collapse)AuthorAgeFilesLines
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Correctly report unmonitored gateway statusPhil Davis2017-01-051-2/+8
| | | | | | | | | | | | If an alternate monitor IP has been entered and saved, then the user checks "Disable Gateway Monitoring" and saves, the alternate monitor IP is retained in the config - that is handy for when unchecking "Disable Gateway Monitoring" later on. But the Gateways widget and Status Gateways do not correctly understand this combination. The gateway status shows as "Online" when it is intended to show "Online (unmonitored)". This PR corrects this.
* Feature #3151 Disable gateway monitoring actionsPhil Davis2016-12-071-0/+6
| | | | | | | | | | | | | | | | without disabling gateway monitoring. This allows the user to continue to monitor the gateway with dpinger, so they can see how it is performing, but for the system not to take any real action if the latency/loss exceeds the given limits. A typical use case for this would be on a single-WAN system. There is no failover option, so there is no point taking any real action when the latency/loss is high. Having stuff try to failover (and stop/start stuff...) is just disruptive. In ths case the use could have disabled monitoring completely, but then they get no feedback abut gateway performance.
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-42/+40
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* change hardcoded colors to classesJared Dillard2016-03-021-14/+9
|
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* HTML Compliance - Status / GatewaysNOYB2016-02-071-1/+1
| | | | The bgcolor attribute on the td element is obsolete. Use CSS instead.
* Internationalization of various status*.phpPhil Davis2016-01-271-3/+3
|
* Don't show RTT, RTTsd, Loss for unmonitored gatewaysChris Buechler2016-01-221-3/+9
|
* Add standard deviation to gateway status and widgetDenny Page2016-01-181-0/+10
|
* All simple php echo to shortNewEraCracker2016-01-141-1/+1
| | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* Add some more Bootsrap panelsColin Fleming2016-01-051-0/+6
| | | | | | | | | | | | | | | | "firewall_aliases.php" - add gettext to the H2 tag - remove debug code "sevices_igmpproxy.php" "services_pppoe.php" "vpn_ipsec_keys.php" "status_gateways.php" "status_gateway_groups.php" "statis_services.php" "diag_arp.php" "diag_ndp.php" - add Bootstrap panels
* Encode gateway attributes before printingjim-p2015-12-211-3/+3
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* status_gateways remove unused counterPhil Davis2015-12-151-13/+17
| | | | $counter is incremented but never initialized or used Code style formatting also done around here.
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-1/+1
| | | | Mote: New ticket will be opened to provide IP address sorting
* Copyright and license cleanupRenato Botelho2015-11-091-1/+1
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-26/+51
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-110/+107
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+169
OpenPOWER on IntegriCloud