summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/gwlb.inc
Commit message (Collapse)AuthorAgeFilesLines
...
* Collect dpinger processes that failed to start and try again after 1 second, ↵Renato Botelho2015-12-291-2/+25
| | | | this should be enough to fix #5711
* No need to return 0 hereRenato Botelho2015-12-291-1/+1
|
* Change start_dpinger() to return dpinger return codeRenato Botelho2015-12-291-1/+2
|
* Do not overwrite $paramsRenato Botelho2015-12-291-1/+1
|
* Merge pull request #2332 from dennypage/masterRenato Botelho2015-12-291-0/+1
|\
| * Disable unused stdout reporting threadDenny Page2015-12-281-0/+1
| |
* | Follow dpinger and change default loss_interval to 4* send_intervalRenato Botelho2015-12-291-1/+1
|/
* update comment for dpingerChris Buechler2015-12-241-3/+2
|
* Return complete path for dpinger PID filename, it should fix #5686Renato Botelho2015-12-231-1/+1
|
* Be less specific with dpinger PID filename regex, old version was not ↵Renato Botelho2015-12-231-1/+1
| | | | matching IPv6 addresses, with or without %ifname in case of ll
* Rework dpinger related code to new versionRenato Botelho2015-12-181-49/+75
| | | | | | | | | | | | | | | | | - s/-U/-u/ - Add -i GW_NAME to get this info on logs and make life easier - Since -i parameter will be send to alert_cmd, remove it from command - Add source and target IP addresses on pid/socket filename since status doesn't provide it - add more details on return of running_dpinger_processes - srcip - targetip - pidfile - socket - Simplify stop_dpinger() logic - Check if alarm is on based on config values in get_dpinger_status() because dpinger status doesn't return alarm status - Read gateway friendly name from status on updaterrdb.sh
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+1
| | | | was the reason they were added, it was never finished and it's not being used
* Use default values for latencylow and losslow when they are not defined by ↵Renato Botelho2015-12-111-6/+19
| | | | user. Reported by grandrivers at https://forum.pfsense.org/index.php?topic=103818.msg579069#msg579069
* Convert latency to ms before use it to compare with value defined in gateway ↵Renato Botelho2015-12-111-3/+3
| | | | conf
* gwlb array key typo loss_intervalPhil Davis2015-12-111-3/+3
|
* Ticket #5624: Welcome dpinger!Renato Botelho2015-12-101-251/+185
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+1252
OpenPOWER on IntegriCloud