summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
Commit message (Expand)AuthorAgeFilesLines
* cbuechler says monitorip should not be stored in <interfaces><$if>. See ticke...gnhb2010-10-011-5/+1
* Do not support anymore an ip in the 'gateway' section of an interface.Ermal2010-09-301-3/+1
* Don't refer to non-existent variable.gnhb2010-09-301-1/+1
* Properly handle reinitializing of variables on the next loop. Reported-by: ht...Ermal2010-09-261-1/+2
* We might not have any defaultgw selected and consider wan as default. Make su...Ermal2010-09-161-0/+7
* Make it possible to show default against dynamic gateway names in the GUI.Ermal2010-09-161-3/+10
* Actually display a the right class for static gateways. Also fix whitespaceErmal2010-09-161-9/+8
* Write status file every 5seconds.Ermal2010-09-151-1/+1
* Oops this is meant to add members not override them.Ermal2010-09-151-1/+1
* Cleanup code.Ermal2010-09-151-1/+0
* Ticket #867. Flush the cache when restarting apinger and also when rc.newwani...Ermal2010-09-141-1/+1
* Ticket #876. Actually use the friendly name for the key of the array returned...Ermal2010-09-131-7/+7
* Ticket #876. Show all gateways even though apinger is not monitoring them, fo...Ermal2010-09-091-16/+12
* Ticket #876. Add the ip to the respective files on ppp linkup event so the co...Ermal2010-09-091-167/+142
* Use the new events mechanisms to dispatch events.Ermal2010-09-071-2/+2
* Ticket #876. Remove old status file of apinger before restarting because it m...Ermal2010-09-061-1/+2
* No functional change just code reshuffle.Ermal2010-08-171-4/+4
* Ticket #8. Use proper IP to pfctl -b and run the command after the rules have...Ermal2010-08-101-5/+6
* Make sure that the RRD path exists before apinger is started. Should really f...jim-p2010-08-061-0/+3
* Create a valid apinger configuration file for targets that are down during cr...smos2010-07-291-1/+5
* Do not write anything to config before finishing all tests of correctnes. Thi...Ermal2010-07-291-2/+3
* Do not try to reload apinger config but always kill the running process and s...Ermal2010-07-201-10/+7
* Actually apinger can be reloaded and this is not doing its job apparently.Ermal2010-06-221-3/+0
* Actually send the HUP signal to tell apinger that a new config file is to be ...Ermal2010-06-211-1/+4
* Make an extra check for monitor to be explicitly an ip otherwise apinger breaks.Ermal2010-06-181-0/+3
* Properly find gateway ip. The code before did not match for dynamic gateways.Ermal2010-06-181-2/+4
* Make some non functional changes, mostly to keep up with latest gw changes. R...Ermal2010-06-161-1/+1
* Remove stray ). Fixes #661.jim-p2010-06-151-1/+1
* Give apinger the new srcip dircetive so it does not struggle anymore with the...Ermal2010-06-141-4/+6
* Do not delete/create a route for a gateway that is marked as down to avoid re...Ermal2010-06-101-2/+5
* Remove newlineScott Ullrich2010-06-091-1/+1
* Remove second %Scott Ullrich2010-06-091-1/+1
* Be consistent on % for loss state.Ermal2010-06-071-1/+1
* Catch up with php limits.Ermal2010-06-071-2/+2
* Show some sensible defaults for delay and loss.Ermal2010-06-071-2/+2
* Reorganize code to be able to actually use the lookup_gateway_ip_by_name() fu...Ermal2010-06-071-12/+13
* Return the gateway status only for gateways apinger knows about instead of as...Ermal2010-06-031-18/+1
* Ups remove erroneous curly.Ermal2010-05-211-1/+1
* Actually return to previous function code for lookup_gateway_ip_by_name() to ...Ermal2010-05-211-5/+5
* Revert "Use a global array for the most part of using the return_gateways_arr...Ermal2010-05-211-7/+7
* Use a global array for the most part of using the return_gateways_array() fun...Ermal2010-05-211-7/+7
* Remove unecessary check.Ermal2010-05-211-1/+1
* Do not duplicate gateway entries when status file is not present. Mostly an i...Ermal2010-05-181-6/+4
* Fixes #536. More fixes and optimizations on the various functions and status ...Ermal2010-05-181-4/+3
* Fixes #536. More fixes and optimizations on the various functions used for ga...Ermal2010-05-181-37/+31
* Fixes #536. Actually add all available gateways to the gateway_groups array s...Ermal2010-05-181-5/+7
* Add myself to copyright for gwlb file.Ermal2010-05-181-3/+3
* Preserve previous behaviour of having all alarms on for all gateways. Not sur...Ermal2010-05-071-2/+17
* Move the settings of down/latency/loss to per gateway. This allows more fine ...Ermal2010-05-071-15/+48
* Correct delay matching on outgoing load balancer code.Ermal2010-05-071-1/+1
OpenPOWER on IntegriCloud