This is the source code for the Server Density agent (v2). If you're looking to install the agent, we also provide pre-packaged binaries for most operating systems.
See agent release notes.
If you are using packages on Linux, the main configuration file can be found
in /etc/sd-agent/config.cfg
. Per-check configuration files are in
/etc/sd-agent/conf.d
. We provide an example in the same directory
that you can use as a template.
See information about agent plugins.
See information about custom plugins.
Our legacy v1 agent source code is still available but will soon be sunset.
We have maintained compatibility with the v1 agent's plugins. All "old style" plugins are fully usable with the v2 agent.
See information about custom plugins for installation / configuration.
git log --all | gawk '/Author/ {print}' | sort | uniq