Sfoglia il codice sorgente

Update path and file name (chrony-network-stats.sh)

TheHuman 10 mesi fa
parent
commit
c88591036f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      chrony-network-stats.sh

+ 2 - 2
chrony-network-stats.sh

@@ -5,11 +5,11 @@ set -e
 INTERFACE="eth0"
 
 PAGE_TITLE="Network Traffic and NTP Statistics for ${INTERFACE}"
-OUTPUT_DIR="/var/www/ntp-stat"
+OUTPUT_DIR="/var/www/chrony-network-stats.sh"
 HTML_FILENAME="index.html"
 
 ENABLE_LOGGING="yes"
-LOG_FILE="/var/log/ntp-stat.log"
+LOG_FILE="/var/log/chrony-network-stats.sh.log"
 RRD_DIR="/var/lib/chrony-rrd"
 RRD_FILE="$RRD_DIR/chrony.rrd"
 WIDTH=800