Monitor your Internet services or devices to ensure they are always online. Tracks Internet connectivity and speeds with useful proof. For Windows, Linux, ARM (Raspberry, Tinker Board, etc).
Learn more by visiting www.outagesio.com
Agent installation
-
I'm trying to create an agent and for some reason all I get is an infinite
repetition of the following during installation:
Getting the OTM Package
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
0 0 0 0 0 0 0 0 –:--:-- --:--:-- --:--:--
0Warning: Failed to create the file /agent/otminfo.log: No such file or
Warning: directory
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:--
0
curl: (23) Failed writing header
cat: /agent/otminfo.log: No such file or directory
cat: /agent/otminfo.log: No such file or directory
Receiving binary location
I'm using Linux Mint an Ubuntu derivative. Any Ideas what might be wrong?
-
Hi,
Let's start with some basic things.
First, near the top of the starter_linux_ocp.sh script, is the version number 1.0.3?
Second, did you set the 'start' path in the script? It's on the 7th line I believe.
start="/xxx" (set the path where you want to have the agent downloaded to and running from).
Let's start with that.