• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

xpm/H03-May-2022-

AUTHORSH A D08-Dec-200345 62

BUGSH A D08-Dec-20030

CHANGESH A D09-Feb-200447 73

COPYINGH A D02-Dec-200317.8 KiB345286

INSTALLH A D08-Dec-20037.6 KiB183143

Makefile.amH A D08-Dec-2003517 3124

Makefile.inH A D08-Dec-200311.6 KiB405320

NEWSH A D08-Dec-20030

READMEH A D08-Dec-20031.2 KiB4931

TODOH A D08-Dec-20030

aclocal.m4H A D08-Dec-200316.2 KiB494442

config.guessH A D08-Dec-200341.1 KiB1,4081,211

config.subH A D08-Dec-200329.6 KiB1,5051,364

configureH A D03-May-2022167.1 KiB5,7354,750

configure.inH A D08-Dec-20032.8 KiB12996

depcompH A D08-Dec-200311.8 KiB412275

f_ping.cH A D02-Mar-20048.9 KiB409310

f_ping.hH A D05-Dec-20031 KiB3528

install-shH A D08-Dec-20035.5 KiB252153

missingH A D08-Dec-20038.6 KiB284224

mkinstalldirsH A D08-Dec-2003722 4123

wmgeneral.cH A D02-Dec-200312.9 KiB482287

wmgeneral.hH A D02-Dec-20031.1 KiB6031

wmping.1H A D08-Dec-2003943 4534

wmping.cH A D09-Feb-200414.1 KiB653495

README

1Introduction
2------------
3
4Wmping is a simple but very usefull program that allows to check host status
5in your network environment. It show "up" status for host that is avaliable (pings
6packets are retyurns to you) and "down" status for host that is not pinged.
7I use it for monitoring servers in my network.
8
9This program was writen for checking is there the CHIEF on the his work place.
10
11To compile:
12  aclocal
13  automake -a -c
14  autoconf
15  ./congigure
16  make
17
18
19To install:
20You must be the superuser for typeing
21
22  make install
23
24[READ THIS!!!]
25
26It's true you could not install and use this programm without
27setting suid bits from root name. Only root can open raw socket for
28ping packet sending. Look, you standart ping (/bin/ping) application
29have suid bits setuped.
30
31
32Instructions
33------------
34
35Invoke wmping using the command 'wmping'
36
37Use -display and -geometry options in the usual way.
38
39When wmping willbe running first time it's created default configuration file
40$(HOME)/.wmpingrc. You need to configurate it as you wish. This file sets
41parameters of pings procedure and setup host for monitoring.
42
43
44Credits
45-------
46
47I have liberally borrowed code from wmtop by Dan Piponi <dan@tanelorn.demon.co.uk>. Thanks!
48
49