config.cfg 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. #-- Main Section:
  2. ## ! Do not change nor delete the Main-Section name ([Main]) !
  3. ## ! Do not use quotation marks, neither for keys nor for values !
  4. [Main]
  5. ## The title addendum to PingPanel on top of the site and in the browser window title.
  6. ## Pay attention to the length when using on smartphones.
  7. TitleAdd =
  8. ## Port the Webserver listen on:
  9. ListenPort = 8888
  10. ## Address the Webserver is bound on:
  11. ListenAddr = 0.0.0.0
  12. ## Using secure HTTPS conections:
  13. ## Using HTTPS, comment out the following three parameters.
  14. ## Of course, the file names are freely choosable here, relative to the current directory.
  15. #UseHTTPS = true
  16. #CertFile = server.crt
  17. #KeyFile = server.key
  18. ## Location of the 'fping' command, without any quotation marks (defaults to: fping)
  19. fpingCommand = fping
  20. #-- fping related parameters (see https://fping.org/fping.8.html):
  21. ## Fping-interval:
  22. ##- from manpage - The minimum amount of time (in milliseconds) between sending a ping packet to any target
  23. ##- from manpage - (default is 10, minimum is 1).
  24. ## Increasing this value has a major impact on the runtime of a single ping round when a high number of hosts are pinged.
  25. ## PingPanel default is 1.
  26. Fping-interval = 1
  27. ## Fping-period:
  28. ##- from manpage - This parameter sets the time in milliseconds that fping waits between successive
  29. ##- from manpage - packets to an individual target. Default is 1000 and minimum is 10.
  30. ## PingPanel default is 100.
  31. Fping-period = 100
  32. ## Fping-size:
  33. ##- from manpage - Number of bytes of ping data to send. The minimum size (normally 12) allows room for the data
  34. ##- from manpage - that fping needs to do its work (sequence number, timestamp). The reported received data size includes the
  35. ##- from manpage - IP header (normally 20 bytes) and ICMP header (8 bytes), so the minimum total size is 40 bytes.
  36. ##- from manpage - Default is 56, as in ping. Maximum is the theoretical maximum IP datagram size (64K), though most systems
  37. ##- from manpage - limit this to a smaller, system-dependent number.
  38. ## PingPanel default is fping default 56.
  39. #Fping-size = 56
  40. #-- End fping related params
  41. ## LoopInterval:
  42. ## The time that the program sleeps (in seconds) between ping runs (default is 3).
  43. ## Since the ping is executed asynchronously, this LoopInterval is the waiting time between two completed
  44. ## consecutive ping subprocesses. The time required by the ping subprocess itself depends on the number of hosts
  45. ## and the fping parameters defined above. Tip: fiddle around with the shown fping command (argument PingPanel -v)
  46. ## within the Linux 'time' command to find the optimal value for your needs.
  47. LoopInterval = 3
  48. ## FlashThreshold:
  49. ## Number of ping rounds for which a host does not respond until the status light changes from flashing red to permanently red.
  50. FlashThreshold = 3
  51. #-- User specified sections follow
  52. ## The following sections consist of a section name followed by IP-Addresses with an associated comment.
  53. ## The section name must be in square brackets and is case-sensitive. At least one section name must exist.
  54. ## IP-Addresses can be in IPv4 or in IPv6 format and are delimited by an equal-sign (=) from comment.
  55. ## Everything after the equal-sign is considered a comment. HTML-Tags are allowed in comment, but be careful
  56. ## not to overload the page.
  57. ## The comment can be omitted.
  58. ## Leading and trailing whitespace is removed from comment and IP-Address by the program.
  59. [LOCAL]
  60. 192.168.1.1 = One
  61. 192.168.1.2 = Two
  62. 192.168.1.3 = Three
  63. 192.168.1.4 = Four
  64. 192.168.1.7 = Seven
  65. 192.168.1.8 = Eight
  66. 192.168.1.9 =
  67. 192.168.1.10 = Router Number Ten
  68. 192.168.1.11 = Switch Number Eleven
  69. [Zum Fröhlichen Zehnernetz]
  70. 10.0.0.1 = happy 1
  71. 10.0.0.2 = happy 2
  72. 10.0.0.3 = happy 3
  73. 10.0.0.4 = happy 4
  74. 10.0.0.5 = happy 5
  75. 10.0.1.100 =
  76. [REMOTE]
  77. 212.51.140.225 = <span style="color: yellow">ZweierNet.ch</span>
  78. 2a02:168:6229::10 = <span style="color: blue">ZweierNet.ch IPv6</span>
  79. 8.8.8.8 = The Quad Eight
  80. 2001:4860:4860::8888 = Quad Eight IPv6
  81. 9.9.9.9 = The Nines
  82. 2620:fe::9 = The Nines IPv6
  83. 1.1.1.1 = The One and One and One and One
  84. 2606:4700:4700::1111 = The Ones IPv6