\n \n \n \n \n \n \n \n \n \n \n \n \n
Related DocumentationVersion of up.time \naffectedAffected Platforms
\nAllLinux
\n \n

The up.time Agent for Linux contains the script agent-configure.sh. With this script, you can easily change the port or user permissions associated with the up.time Linux Agent.

\n \n

If the user does not already exist on the server, use the useradd command to create the new user:

\n \n
\n# useradd -m <desired agent user>
\n
\n \n

Then run the agent_configure.sh script with the -u or -p options to modify the user and port associated with the up.time Agent.

\n \n
\n# /opt/uptime-agent/bin/agent-configure.sh -u <desired agent user> 
\n# /opt/uptime-agent/bin/agent-configure.sh -p <desired agent port>
\n
\n \n

Example:

\n
\n# useradd -m uptimeagent
\n# /opt/uptime-agent/bin/agent-configure.sh -u uptimeagent
\n# /opt/uptime-agent/bin/agent-configure.sh -p 9990
\n