README 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. GKrellM Multiping Plugin
  2. Author: Jindrich Makovicka
  3. Homepage: http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/
  4. Multiping plugin can send pings to several hosts at once and display
  5. thir round trip time and host status - it indicates lossless
  6. connection, packet loss and unreachable host with green, red or dark
  7. LED lights.
  8. Installation:
  9. make
  10. make install (as root)
  11. By default, the plugin is installed into
  12. /usr/local/lib/gkrellm2/plugins . if you want to change it, modify the
  13. INSTALLDIR variable in the Makefile.
  14. --- SECURITY WARNING ---
  15. Multiping needs to open a raw socket for sending and receiving of the
  16. ICMP packets. For this reason, it consists of two parts - GKrellM
  17. plugin with normal privileges, and helper application (pinger), which
  18. is based on the code of linux "ping" and which starts with superuser
  19. privileges. However, these privileges are dropped immediately, so even
  20. in the case of a security flaw in the code, the attacker can gain at
  21. most the access to the raw socket and the should not be able to
  22. compromise the system.
  23. ------------------------
  24. GKrellM Multiping Plugin is copyright (c) 2005 Jindrich Makovicka
  25. This program is free software; you can redistribute it and/or
  26. modify it under the terms of the GNU General Public License
  27. as published by the Free Software Foundation; either version 2
  28. of the License, or (at your option) any later version.
  29. This program is distributed in the hope that it will be useful,
  30. but WITHOUT ANY WARRANTY; without even the implied warranty of
  31. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  32. GNU General Public License for more details.