README 1.5 KB

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