Commit Graph

392 Commits (version3)
 

Author SHA1 Message Date
David Schweikert 64af251a33 safer -i option parsing 8 years ago
David Schweikert 32ab06bdd1 port last fix also to netdata 8 years ago
David Schweikert ea37408c77 another fix for #97 (fixes #97) 8 years ago
David Schweikert 1e67616388 first attempt at fixing #97 (fixes #97) 8 years ago
David Schweikert 502cd3b0f7 remove unused code 8 years ago
David Schweikert 68e3f6d692 fix again test 8 years ago
David Schweikert de9c88d966 test fix 8 years ago
David Schweikert c6547a118e fix tests 8 years ago
David Schweikert 7c7e007502 - (bugfix) Lower -i limit to 1 instead of 10
- (bugfix) Improve interval preciseness of -Q reporting
8 years ago
David Schweikert c79a5212e4 Merge branch 'ktsaou-develop' into develop 8 years ago
David Schweikert c14af5f2cc document new -N option in ChangeLog 8 years ago
David Schweikert 2ae80b2210 add test for new -N option 8 years ago
David Schweikert d019e68581 fix help test 8 years ago
Costa Tsaousis (ktsaou) 6470a3d5ae
added help info 8 years ago
Costa Tsaousis (ktsaou) 9c9c166d39
remove dimension lost in favor of returned 8 years ago
Costa Tsaousis (ktsaou) 2426485fe0
added another dimension to track excess received packets 8 years ago
Costa Tsaousis (ktsaou) eda4c85842
re-order chart information 8 years ago
Costa Tsaousis (ktsaou) a2cbca7a7b
added option -N to allow fping output statistics in the format expected by netdata 8 years ago
David Schweikert a8861f98bb Merge branch 'jgerbeck-develop' into develop 8 years ago
David Schweikert 6d12dfbbcc Add option -o for accumulated outage time (#90) 8 years ago
David Schweikert 814c852da6 New option '-M' to set the 'Don't Fragment' flag (#91, Don Bowman) 8 years ago
David Schweikert 38ebf23370 Merge branch 'donbowman-develop' into develop 8 years ago
David Schweikert 88c40cae3a Merge branch 'develop' of https://github.com/donbowman/fping into donbowman-develop 8 years ago
David Schweikert 6cd267c3a8 update changelog, travis-ci test 8 years ago
David Schweikert 649922393c Merge pull request #95 from jbackman/patch-1
Issue compliling on RHEL/Centos 7
8 years ago
David Schweikert 03fa11dbf4 add link to documentation 8 years ago
David Schweikert db7b97cd46 fix license field in contrib/fping.spec to match the license of fping (BSD original old license with advertising clause) 8 years ago
David Schweikert bb32d96daf update ChangeLog 8 years ago
David Schweikert d19547b505 Merge pull request #102 from martintopholm/long-prefixes
Ignore network and broadcast for cidrs /31 and /32
8 years ago
Martin Topholm 3838e90154 Added tests -g for long prefixes
Expanded tests for -g option to hopefully cover both long prefixes and
too long prefixes.
8 years ago
Martin Topholm 1264b10784 Ignore network and broadcast for cidrs /31 and /32
fping has previously been strict about network address and broadcast
addreses. In the commit this is loosened a bit to permit fping to ping
cidrs with prefix length 31, which are commonly used for link ranges
(for newer equipment) and length 32 which denotes a single ip address.

For prefix lengths 31 and 32 fping will simply ignore network address
and broadcast addresses, and consider all addresses in range as a
target.
8 years ago
David Schweikert 3dd524f127 minor coveralls fix 8 years ago
David Schweikert 03abd06bee attempt to fix coveralls 8 years ago
David Schweikert 093ca16719 try to fix tests on travis-ci (no ipv6?) 8 years ago
David Schweikert 2e316571bd try to fix tests on travis-ci (no ipv6?) 8 years ago
David Schweikert 458998ab5f try to fix tests on travis-ci (no ipv6?) 8 years ago
David Schweikert 9e1b32ba11 try to fix tests on travis-ci (no ipv6?) 8 years ago
David Schweikert 2273dc1c3f try to fix tests on travis-ci (no ipv6?) 8 years ago
David Schweikert b5b630bd3c fix a couple of compiler warnings 8 years ago
David Schweikert a37399ede9 Exit code should be 2 when the hostname can't be resolved (fixes #98) 8 years ago
Justin Backman f2e08d4a16 Issue compliling on RHEL/Centos 7
warning: compiling 'fping.c' with per-target flags requires 'AM_PROG_CC_C_O' in 'configure.ac'
9 years ago
Don Bowman 7c7448ab8c add path mtu discovert (MTU) AKA Don't Fragment support 9 years ago
Jan 74846e8f23 Added apt-get update to travis.yml 9 years ago
Jan db2a4edf2e Modified CI Test case for help 9 years ago
Jan Gerbecks 458c986d8b added changes for accumulated outage time 9 years ago
David Schweikert 925ef8fe12 add ./autogen.sh hint to README (suggestion by reinerotto, fixes #87) 9 years ago
David Schweikert 18df5bc539 Merge branch 'develop' 9 years ago
David Schweikert 4e7fcb423c prepare release 9 years ago
David Schweikert 3b34650fd3 Merge pull request #86 from bblough/issue_85_segfault
Pass ICMP unreachable message string to print_warning instead of int.
9 years ago
Bill Blough 4eb955ee85 Pass imcp unreachable message string to print_warning instead of int.
This fixes the segfault reported in issue 85.
9 years ago