Fără Descriere

Jindřich Makovička b3edf6cc4f Rename deprecated printf functions 5 ani în urmă
debian 627f15b22a add debian/compat 14 ani în urmă
.gitignore 5a9b454e09 add .gitignore files 16 ani în urmă
AUTHORS 3961591927 version updates + leak fix 20 ani în urmă
ChangeLog b4a0e8e3ac bunp versions and copyright year 16 ani în urmă
Makefile b3edf6cc4f Rename deprecated printf functions 5 ani în urmă
README ecb05ba548 unify the installation path setting 21 ani în urmă
Themes 66b3e15543 Initial revision 23 ani în urmă
decal_multiping_status.xpm 66b3e15543 Initial revision 23 ani în urmă
multiping.c ccad7df0d4 remove deprecated GTK+ API usage 15 ani în urmă
pinger.c b3edf6cc4f Rename deprecated printf functions 5 ani în urmă

README

GKrellM Multiping Plugin
Author: Jindrich Makovicka
Homepage: http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/

Multiping plugin can send pings to several hosts at once and display
thir round trip time and host status - it indicates lossless
connection, packet loss and unreachable host with green, red or dark
LED lights.

Installation:

make
make install (as root)

By default, the plugin is installed into
/usr/local/lib/gkrellm2/plugins . if you want to change it, modify the
INSTALLDIR variable in the Makefile.

--- SECURITY WARNING ---

Multiping needs to open a raw socket for sending and receiving of the
ICMP packets. For this reason, it consists of two parts - GKrellM
plugin with normal privileges, and helper application (pinger), which
is based on the code of linux "ping" and which starts with superuser
privileges. However, these privileges are dropped immediately, so even
in the case of a security flaw in the code, the attacker can gain at
most the access to the raw socket and the should not be able to
compromise the system.

------------------------

GKrellM Multiping Plugin is copyright (c) 2005 Jindrich Makovicka

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.