|
@@ -19,6 +19,6 @@ check_internet
|
|
|
|
|
|
echo "Creating directories..."
|
|
echo "Creating directories..."
|
|
sudo mkdir -p /portainer/Files/AppData/Config/unpoller || error "Failed to create config directory!"
|
|
sudo mkdir -p /portainer/Files/AppData/Config/unpoller || error "Failed to create config directory!"
|
|
-echo "Downloading Prometheus config files"
|
|
|
|
|
|
+echo "Downloading Unpoller config files"
|
|
sudo wget -O /portainer/Files/AppData/Config/unpoller/up.conf https://raw.githubusercontent.com/novaspirit/pi-hosted/tree/master/pi-hosted_template/configs/up.conf || error "Failed to download up.conf file!"
|
|
sudo wget -O /portainer/Files/AppData/Config/unpoller/up.conf https://raw.githubusercontent.com/novaspirit/pi-hosted/tree/master/pi-hosted_template/configs/up.conf || error "Failed to download up.conf file!"
|
|
echo "Done You are ready to goto next step in the install document"
|
|
echo "Done You are ready to goto next step in the install document"
|