Dmitri Khokhlov

Results 73 comments of Dmitri Khokhlov

What is in the log? /var/log/logdna-agent.log

there was agent shutdown - SIGTERM, graceful stop request before you started it again. that is the reason agent was not running when you were looking. I would check system...

cfn-hub is about AWS config changes... lets temporary try to disable agent stop in init script to isolate - comment this whole section out in `/etc/init.d/logdna-agent`: https://github.com/logdna/logdna-agent/blob/f0d219d91c08ac0f7c9299a99e2b9ef9ac6d707d/tools/files/linux/init-script#L76 expected: - agent...

lets keep top if and echo and remove this: https://github.com/logdna/logdna-agent/blob/f0d219d91c08ac0f7c9299a99e2b9ef9ac6d707d/tools/files/linux/init-script#L78-L102

@robmarkcole i'm curious if you got it recreated from original matlab file? https://outreach.mathstat.strath.ac.uk/outreach/nessie/nessie_whisky.html

with nightly: ``` $ cargo cog A cargo subcommand to build, run and publish machine learning containers Usage: cargo cog [OPTIONS] [COMMAND] Commands: login Log in to Replicate's Docker registry...

@sabaimran By default this library is sending logs to standard logging endpoint - Log Analysis destination (not Mezmo Pipeline): https://github.com/logdna/python/blob/master/logdna/configs.py#L15 Once you have free Mezmo account opened and got the...

Looks like as issue with KEY. Lets try sending sample log line with curl: ``` curl "https://logs.logdna.com/logs/ingest?hostname=MYHOST&now=$(date +%s)000" -u "XXXXXXXXXXXXXXXXXXXX:" --header "Content-Type: application/json; charset=UTF-8" -d "{\"lines\":[{\"line\":\"This is a sample test...

@ThomasUllrich666 do you need k8s image or linux exe?