OutagesIO Support Forums
Information, Support and FAQ relating to OutagesIO. Monitor your Internet service and provider with optional alerts to connection issues or downtime. For home, small business, IT companies and enterprise. Tracks Internet and provider reliability with useful proof. For Windows 7, 8, 10, Centos 7, 8, Debian 7, Ubuntu, ARM (Raspberry, Tinker Board, etc).Learn more by visiting our web site, 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.