diff --git a/Dockerfile.ddagent b/Dockerfile.ddagent deleted file mode 100644 index f865a88..0000000 --- a/Dockerfile.ddagent +++ /dev/null @@ -1,3 +0,0 @@ -FROM public.ecr.aws/datadog/agent:latest-jmx - -COPY ddagent.jmx.conf.yaml /etc/datadog-agent/conf.d/jmx.d/conf.yaml diff --git a/ddagent.jmx.conf.yaml b/ddagent.jmx.conf.yaml deleted file mode 100644 index 43c6cc8..0000000 --- a/ddagent.jmx.conf.yaml +++ /dev/null @@ -1,52 +0,0 @@ ---- -instances: -- host: localhost - port: 7199 - name: tomcat_lk_labkey_operations - conf: - - include: - bean: LabKey:name=Operations - attribute: - - ActiveUserSessionCount - - MinutesSinceMostRecentUserActivity -- host: localhost - port: 7199 - name: tomcat_lk_labkey_pipeline - conf: - - include: - bean: LabKey:name=Pipeline - attribute: - - PipelineQueueSize -- host: localhost - port: 7199 - name: tomcat_lk_labkey_search - conf: - - include: - bean: LabKey:name=Search - attribute: - - Busy - - NumDocs - - Running -- host: localhost - port: 7199 - name: tomcat_lk_catalina_datasource - conf: - - include: - bean: Catalina:type=DataSource,host=localhost,context=/,class=javax.sql.DataSource,name="jdbc/labkeyDataSource" - attribute: - - maxWaitMillis - - numActive - - numIdle -- host: localhost - port: 7199 - name: tomcat_lk_catalina_manager - conf: - - include: - bean: Catalina:type=Manager,host=localhost,context=/ - attribute: - - activeSessions -logs: [] - - -init_config: -# Nothing to configure here diff --git a/quickstart_envs.sh b/quickstart_envs.sh index 588d165..8d948e9 100644 --- a/quickstart_envs.sh +++ b/quickstart_envs.sh @@ -3,7 +3,7 @@ # example minimal set of environment variables to get started - see readme for additional envs you may wish to set # embedded tomcat LabKey .jar version to build container with -export LABKEY_VERSION="24.7-snapshot" +export LABKEY_VERSION="24.6" # minimal SMTP settings export SMTP_HOST="localhost"