install.sh
script. The Agent installer package will be downloaded automatically.<STACKSTATE_RECEIVER_API_KEY>
is set during StackState installation.<STACKSTATE_RECEIVER_API_ADDRESS>
is specific to your installation of StackState.STS_INSTALL_NO_REPO=yes
and specify the path to the downloaded installer package when you run the install.sh
script.Key
that is provided on the installer package list page. For example, to download the DEB installer package for agent_2.13.0-1_amd64.deb
, use: https://stackstate-agent-2.s3.amazonaws.com/pool/stable/s/st/stackstate-agent_2.13.0-1_amd64.deb
https://stackstate-agent-2.s3.amazonaws.com/<Key_from_DEB_installer_package_list>
https://stackstate-agent-2-rpm.s3.amazonaws.com/<Key_from_RPM_installer_package_list>
<STACKSTATE_RECEIVER_API_KEY>
is set during StackState installation.<STACKSTATE_RECEIVER_API_ADDRESS>
is specific to your installation of StackState. For details see StackState Receiver API.stackstate-agent
service and upgrade using yum
or apt-get
. To upgrade offline, download the Agent installer package (DEB or RPM package) and copy this to the host where it will be installed - see step 2 in the offline install instructions./etc/stackstate-agent/stackstate.yaml
. The <STACKSTATE_RECEIVER_API_KEY>
and <STACKSTATE_BASE_URL>
specified during installation will be added here by the install script. No further configuration should be required, however, a number of advanced configuration options are available./etc/stackstate-agent/conf.d/
. Each integration has its own configuration file that is used by the associated Agent check./var/log/stackstate-agent/agent.log
/var/log/stackstate-agent/process-agent.log
INFO
. To assist in troubleshooting, the Agent log level can be set to DEBUG
. This will enable verbose logging and all errors encountered will be reported in the Agent log files.DEBUG
for an Agent running on Linux:/etc/stackstate-agent/stackstate.yaml
DEBUG
, add the line:stackstate-agent
service and remove it using yum
or apt-get
.