DataDog / datadog-openshift

[DEPRECATED] Datadog cartridge for Openshift
BSD 3-Clause "New" or "Revised" License
6 stars 13 forks source link

Fail to start #9

Open J000Z opened 8 years ago

J000Z commented 8 years ago

I have the following status:

datadog-agent:collector          FATAL     Exited too quickly (process log may have details)
datadog-agent:dogstatsd          FATAL     Exited too quickly (process log may have details)
datadog-agent:forwarder          RUNNING   pid 87875, uptime 0:03:03
datadog-agent:jmxfetch           EXITED    Sep 30 12:43 AM

Is this because I don't have sysstat? How can I install it?

gmagnenat commented 8 years ago

I'm facing the same problem. Did you find a solution?

krispstack commented 7 years ago

Same issue, no idea what to do.

error 2016-12-13 16:25:34,922 INFO RPC interface 'supervisor' initialized 2016-12-13 16:25:34,922 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2016-12-13 16:25:34,923 INFO supervisord started with pid 381388 2016-12-13 16:25:35,926 INFO spawned: 'dogstatsd' with pid 381396 2016-12-13 16:25:35,928 INFO spawned: 'forwarder' with pid 381397 2016-12-13 16:25:35,934 INFO spawned: 'collector' with pid 381398 2016-12-13 16:25:35,939 INFO spawned: 'jmxfetch' with pid 381399 2016-12-13 16:25:37,636 INFO exited: forwarder (exit status 1; not expected) 2016-12-13 16:25:37,642 INFO exited: dogstatsd (exit status 1; not expected) 2016-12-13 16:25:37,653 INFO exited: collector (exit status 1; not expected) 2016-12-13 16:25:37,654 INFO exited: jmxfetch (exit status 1; not expected) 2016-12-13 16:25:38,658 INFO spawned: 'dogstatsd' with pid 381432 2016-12-13 16:25:38,660 INFO spawned: 'forwarder' with pid 381433 2016-12-13 16:25:38,662 INFO spawned: 'collector' with pid 381434 2016-12-13 16:25:38,664 INFO spawned: 'jmxfetch' with pid 381435 2016-12-13 16:25:40,121 INFO exited: dogstatsd (exit status 1; not expected) 2016-12-13 16:25:40,123 INFO exited: collector (exit status 1; not expected) 2016-12-13 16:25:40,263 INFO exited: jmxfetch (exit status 1; not expected) 2016-12-13 16:25:40,322 INFO exited: forwarder (exit status 1; not expected) 2016-12-13 16:25:42,330 INFO spawned: 'dogstatsd' with pid 381469 2016-12-13 16:25:42,336 INFO spawned: 'forwarder' with pid 381470 2016-12-13 16:25:42,338 INFO spawned: 'collector' with pid 381471 2016-12-13 16:25:42,345 INFO spawned: 'jmxfetch' with pid 381472 2016-12-13 16:25:43,541 INFO exited: jmxfetch (exit status 1; not expected) 2016-12-13 16:25:43,727 INFO exited: collector (exit status 1; not expected) 2016-12-13 16:25:44,038 INFO exited: dogstatsd (exit status 1; not expected) 2016-12-13 16:25:44,054 INFO exited: forwarder (exit status 1; not expected) 2016-12-13 16:25:47,060 INFO spawned: 'dogstatsd' with pid 381710 2016-12-13 16:25:47,066 INFO spawned: 'forwarder' with pid 381711 2016-12-13 16:25:47,072 INFO spawned: 'collector' with pid 381712 2016-12-13 16:25:47,077 INFO spawned: 'jmxfetch' with pid 381713 2016-12-13 16:25:48,316 INFO exited: forwarder (exit status 1; not expected) 2016-12-13 16:25:48,601 INFO gave up: forwarder entered FATAL state, too many start retries too quickly 2016-12-13 16:25:48,734 INFO exited: jmxfetch (exit status 1; not expected) 2016-12-13 16:25:48,753 INFO gave up: jmxfetch entered FATAL state, too many start retries too quickly 2016-12-13 16:25:48,753 INFO exited: dogstatsd (exit status 1; not expected) 2016-12-13 16:25:48,777 INFO gave up: dogstatsd entered FATAL state, too many start retries too quickly 2016-12-13 16:25:48,791 INFO exited: collector (exit status 1; not expected) 2016-12-13 16:25:49,793 INFO gave up: collector entered FATAL state, too many start retries too quickly

ovillanova commented 7 years ago

I have the same problem. Anyone found a solution?

J000Z commented 7 years ago

It is caused by python2.6 which is the default python for cartridges such as node. I created a fork which installs and uses python2.7. The compiling is costly and you may fail to install it in a small gear (when it is running other jobs).

irabinovitch commented 7 years ago

@cheng9393 Thanks for investigating. If this works for you, we'd be happy to take a pull request.

J000Z commented 7 years ago

@irabinovitch Thanks. For some reasons, it fails to install on a scaling application, I will try to fix that first.