Agent V1 (legacy)

StackState Self-hosted v5.1.x

circle-exclamation

Overview

Prior to StackState v5.1, Agent V1 (legacy) was used to run checks that connect to Splunk to retrieve metrics and events data. From StackState v5.1, all Agent checks run on StackState Agent V3.

StackState Agent V1 (legacy) is open source: View the source code on GitHubarrow-up-right.

Installation

circle-exclamation

Install StackState Agent V1 (legacy) by using the following sequence of steps:

  1. Download the StackState Agent V1 (legacy) Debian packagearrow-up-right or run this command on the machine where you wish to install the Agent:

    wget https://s3-eu-west-1.amazonaws.com/agent.stackstate.com/stackstate-agent-deb-repo/pool/s/stackstate-agent/stackstate-agent_1.3.0-1_amd64.deb'
  2. Use dpkg to install the downloaded package:

    dpkg -i stackstate-agent_1.3.0-1_amd64.deb
  3. Set the following keys in the stackstate.conf.example file:

     api_key: {{config.apiKey}}
     dd_url: {{config.baseUrl}}/stsAgent/
  4. After this the example configuration can be used as configuration.

     cp /etc/sts-agent/stackstate.conf.example /etc/sts-agent/stackstate.conf

If you need further assistance, our support teamarrow-up-right will be glad to help.

Start / stop / restart the Agent

circle-info
  • Commands require elevated privileges.

  • Restarting StackState Agent V1 (legacy) will reload the configuration files.

To manually start, stop or restart StackState Agent V1 (legacy):

Status and information

To check if StackState Agent V1 (legacy) is running:

To receive information about the StackState Agent V1 (legacy) state:

Tracebacks for errors can be retrieved by setting the -v flag:

Troubleshooting

Try running the info command to see the state of StackState Agent V1 (legacy).

Logs for the subsystems are in the following files:

  • /var/log/stackstate/supervisord.log

  • /var/log/stackstate/collector.log

  • /var/log/stackstate/stsstatsd.log

  • /var/log/stackstate/forwarder.log

If you are still having trouble, contact our support team on the StackState support sitearrow-up-right.

See also

Last updated