Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc clean up | Natanael Copa | 2011-07-01 | 1 | -27/+11 |
| | | | | | | - rename ping_host to pingu_host - open log - fix compiler warning | ||||
* | pingu: initial use of libev | Natanael Copa | 2011-06-30 | 1 | -31/+46 |
| | | | | For now we only use libev to generate the ping burst intervals. | ||||
* | pingu: remove dead code | Natanael Copa | 2011-06-30 | 1 | -12/+0 |
| | |||||
* | pingu: rename to max_retries | Natanael Copa | 2011-06-30 | 1 | -10/+15 |
| | |||||
* | pingu: use linux style lists and rename things | Natanael Copa | 2011-06-28 | 1 | -31/+29 |
| | |||||
* | pingu: rename dest_addr to ping_host | Natanael Copa | 2011-06-28 | 1 | -4/+4 |
| | |||||
* | pingu: rename name -> label and src_addr to source_ip | Natanael Copa | 2011-06-28 | 1 | -8/+8 |
| | |||||
* | pingu: make address family agnostic | Natanael Copa | 2011-06-22 | 1 | -23/+46 |
| | | | | also, give user the possibility to do dns lookups for every ping burst. | ||||
* | pingu: support for setting source-ip | Natanael Copa | 2010-03-11 | 1 | -16/+26 |
| | | | | | | | | | This is needed so ip source routing works with shorewall The problem is that when we change the default gw, removing a gateway that went down, we are not able to ping remote host via that interface ...unless we set the source ip and have an ip route table with source ip. Shorewall sets that up. | ||||
* | pingu: bind to interface. fix gateway bug | Natanael Copa | 2010-03-11 | 1 | -2/+11 |
| | |||||
* | pingu: exit failed route-script forks | Natanael Copa | 2009-11-30 | 1 | -1/+5 |
| | | | | and don't try execute at all if no route-script is specified. | ||||
* | pingu: use /etc/pingu/pingu.conf as default | Linux User | 2009-11-12 | 1 | -1/+6 |
| | |||||
* | pingu: implement required replies | Linux User | 2009-11-12 | 1 | -11/+26 |
| | | | | | We send totally "retry" packages and consider the link up if we get at leaset "required" number of responses within "timeout" seconds. | ||||
* | pingu: implement route-script | Natanael Copa | 2009-09-24 | 1 | -3/+58 |
| | | | | | | | Whenever there are any changes, the route-script is called with all gateways that have status "up" as paramaeter This is supposed to be used to set the default gateway. | ||||
* | pingu: added -V to print version | Natanael Copa | 2009-02-04 | 1 | -2/+11 |
| | |||||
* | pingu: cofigurable timeout/retry. default values. invert -d | Natanael Copa | 2009-01-31 | 1 | -17/+43 |
| | | | | | | - make timeout and retry configurable - possible to set default action, timeout and retry values - the -d option means "daemonize" rather than "debug mode". | ||||
* | pingu: make it work | Natanael Copa | 2009-01-29 | 1 | -37/+143 |
| | |||||
* | use SLIST from sys/queue.h | Natanael Copa | 2008-12-25 | 1 | -29/+45 |
| | |||||
* | xlib.c: moved utility funcs to separate file | Natanael Copa | 2008-12-18 | 1 | -24/+1 |
| | |||||
* | misc code cleanup | Natanael Copa | 2008-12-18 | 1 | -15/+12 |
| | |||||
* | parse pingu.conf | Natanael Copa | 2008-12-18 | 1 | -1/+141 |
| | |||||
* | initial commit | Natanael Copa | 2008-12-04 | 1 | -0/+78 |