README 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. GKrellM Multiping Plugin
  2. Author: Jindrich Makovicka
  3. Homepage: http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/
  4. install:
  5. make
  6. make install (as root)
  7. --- SECURITY WARNING ---
  8. Multiping needs to open a raw socket for sending and receiving of the
  9. ICMP packets. For this reason, it consists of two parts - GKrellM
  10. plugin with normal privileges, and helper application (pinger), which
  11. is based on the code of linux "ping" and which starts with superuser
  12. privileges. However, these privileges are dropped immediately, so even
  13. in the case of a security flaw in the code, the attacker can gain at
  14. most the access to the raw socket and the should not be able to
  15. compromise the system.
  16. ------------------------
  17. GKrellM Multiping Plugin is copyright (c) 2005 Jindrich Makovicka
  18. This program is free software; you can redistribute it and/or
  19. modify it under the terms of the GNU General Public License
  20. as published by the Free Software Foundation; either version 2
  21. of the License, or (at your option) any later version.
  22. This program is distributed in the hope that it will be useful,
  23. but WITHOUT ANY WARRANTY; without even the implied warranty of
  24. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  25. GNU General Public License for more details.