You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I created graphite container with this image graphite-statsd
After that, I started collectd-mesos-tasks as: docker run -d -e GRAPHITE_HOST=172.17.0.3 -e MESOS_HOST=x.x.x.x bobrik/collectd-mesos-tasks
where 172.17.0.3 is ip of graphite container (collectd-mesos-tasks can ping that ip) and x.x.x.x is my mesos slave.
root@server1:~# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
aaeba32b6fa3 bobrik/collectd-mesos-tasks "/run.sh" 17 minutes ago Up 17 minutes cranky_carson
2216a6ed5d41 hopsoft/graphite-statsd "/sbin/my_init" 20 hours ago Up 20 hours 0.0.0.0:80->80/tcp, 0.0.0.0:2003-2004->2003-2004/tcp, 0.0.0.0:2023-2024->2023-2024/tcp, 0.0.0.0:8126->8126/tcp, 0.0.0.0:8125->8125/udp graphite
root@server1:~# docker logs cranky_carson
Initialization complete, entering read-loop.
mesos-tasks plugin: Task gsm_continuous-gsm_continuous_deploy_0-1492653911302-1-BOUNCE-1492653908595 found in metrics, but missing in state
mesos-tasks plugin: Task enet_parser-enet_parser_deploy_3-1492621370051-1-NEW_DEPLOY-1492621369675 found in metrics, but missing in state
mesos-tasks plugin: Task a3et_basketball_parser-a3et_basketball_parser_deploy_1-1490880271584-1-DECOMISSIONED_SLAVE_OR_RACK-1490880270912 found in metrics, but missing in state
mesos-tasks plugin: Task gsm_continuous-gsm_continuous_deploy_0-1492653911302-1-BOUNCE-1492653908595 found in metrics, but missing in state
mesos-tasks plugin: Task enet_parser-enet_parser_deploy_3-1492621370051-1-NEW_DEPLOY-1492621369675 found in metrics, but missing in state
mesos-tasks plugin: Task a3et_basketball_parser-a3et_basketball_parser_deploy_1-1490880271584-1-DECOMISSIONED_SLAVE_OR_RACK-1490880270912 found in metrics, but missing in state
I use singularity framework for deploying, and my deploy looks like this:
Hi,
I created graphite container with this image graphite-statsd
After that, I started collectd-mesos-tasks as:
docker run -d -e GRAPHITE_HOST=172.17.0.3 -e MESOS_HOST=x.x.x.x bobrik/collectd-mesos-tasks
where 172.17.0.3 is ip of graphite container (collectd-mesos-tasks can ping that ip) and x.x.x.x is my mesos slave.
I use singularity framework for deploying, and my deploy looks like this:
However, this conetainer doesn't send anything to graphite.
What am I doing wrong here?
The text was updated successfully, but these errors were encountered: