|
|
@@ -6,7 +6,7 @@ set -e
|
|
|
ENABLE_NETWORK_STATS="yes" ## Enable or disable network statistics generation using vnStat
|
|
|
INTERFACE="eth0" ## Network interface to monitor (e.g., eth0, wlan0)
|
|
|
|
|
|
-PAGE_TITLE="Network Traffic and Chrony Statistics for ${INTERFACE}"
|
|
|
+PAGE_TITLE="$HOSTNAME - Chrony Statistics"
|
|
|
OUTPUT_DIR="/var/www/html/" ## Output directory for HTML and images
|
|
|
HTML_FILENAME="index.html" ## Output HTML file name
|
|
|
|