File: control

package info (click to toggle)
fping 3.15-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 728 kB
  • ctags: 239
  • sloc: sh: 4,199; ansic: 1,998; makefile: 38
file content (24 lines) | stat: -rw-r--r-- 994 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: fping
Section: net
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 10)
Homepage: https://www.fping.org/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/fping.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/fping.git

Package: fping
Architecture: any
Depends: libcap2-bin [linux-any],
         netbase,
         ${misc:Depends},
         ${shlibs:Depends}
Enhances: netdata (>= 1.5)
Description: sends ICMP ECHO_REQUEST packets to network hosts
 fping is a ping like program which uses the Internet Control Message Protocol
 (ICMP) echo request to determine if a target host is responding.  fping
 differs from ping in that you can specify any number of targets on the command
 line, or specify a file containing the lists of targets to ping.  Instead of
 sending to one target until it times out or replies, fping will send out a
 ping packet and move on to the next target in a round-robin fashion.