OpenTSDB / tcollector

Data collection framework for OpenTSDB
http://opentsdb.net
GNU Lesser General Public License v3.0
513 stars 359 forks source link

Where is startstop script? #363

Closed sonnonet closed 7 years ago

sonnonet commented 7 years ago

Hello,

I have some problems with tcollector because new version missing startstop script.

I try to run it like documentation says, but can't find that script.

veerendra2 commented 7 years ago

Hi, Can you try tcollector script in root dir. I'm able to start, status and stop the collectors.

./tcollector
usage: ./tcollector <start [args]|stop|restart [args]|status>

In new version: you can start tcollector by sudo python tcollector.py -H <TSDB Host IP> -p <TSDB port> -D

-D -- Run as a background daemon

sonnonet commented 7 years ago

I really Thanks for your information~^^

2017-03-06 19:53 GMT+09:00 Veerendra notifications@github.com:

Hi, Can you try tcollector script in root dir. I'm able to start, status and stop the collectors.

./tcollector usage: ./tcollector <start [args]|stop|restart [args]|status>

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OpenTSDB/tcollector/issues/363#issuecomment-284364255, or mute the thread https://github.com/notifications/unsubscribe-auth/APPAz1q4GBj742eHCVO1QKUVqoeSVK1Oks5ri-WygaJpZM4MCDdr .

-- CEO Han-gyeol Kim

Sonnonet Co., Ltd.

2-1110 98, Gasan digital 2-ro, Geumcheon-gu,

Seoul,(08506) Rep. of KOREA

Tel. +82-70-4237-0785 Fax. +82-2-6971-9827 Mobile. +82-10-8906-2129 E-mail. korea.sonnonet@gmail.com Home. http://www.sonnonet.com

veerendra2 commented 7 years ago

If you feel your issue is resolved, please close the issue. Let the developers focus on bugs :-)