forked from signalfx/signalfx-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
signalfx-agent.1.man
68 lines (40 loc) · 1.85 KB
/
signalfx-agent.1.man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
% signalfx-agent(1) Version 3 | SignalFx Agent Documentation
# NAME
**signalfx-agent** -- The SignalFx metric collection agent
# SYNOPSIS
| **signalfx-agent** \[**-config** path] \[**-debug**] \[**-version**]
| **signalfx-agent** **status** \[all | config | monitors | endpoints]
# DESCRIPTION
Runs the SignalFx metric collection agent that optionally discovers services
running in the local environment and monitors them, sending metrics to the
SignalFx backend for processing.
The agent does not fork to the background and has no such option to do so.
If the **status** subcommand is invoked it connects to the configured diagnostic
server and dumps diagnostic information about the agent to stdout. An optional
section can be provided that provides extended output about a certain aspect of
the agent. If no section is specified, a short summary of the agent is output.
See https://github.com/signalfx/signalfx-agent for more information and
configuration documentation, as well as to file bug reports or ask questions.
# OPTIONS
-config <path>
: Uses the given configuration file instead of the default
**/etc/signalfx/agent.yaml**
-debug
: Sets the log level to debug, overriding whatever level is set in the
config file.
-version
: Prints the agent version information and quits
# FILES
*/etc/signalfx/agent.yaml*
: The default config file path, can be overriden by the **-config** option.
See https://github.com/signalfx/signalfx-agent/blob/main/docs/config-schema.md
for a full schema of the config file.
*/etc/signalfx/token*
: The default location where the SignalFx access token should be put
*/var/run/signalfx-agent*
: The default directory where the agent puts temporary files and sockets for
internal use
# AUTHOR
Splunk, Inc. <signalfx-support@splunk.com>
# SOURCE
Source code for the agent is at https://github.com/signalfx/signalfx-agent.