telegraf/scripts
Sean Reifschneider 555436a222 Fix for init script for other procs with "telegraf"
The init script fails if another process has the word "telegraf" in
it, for example if you aren running "vi /etc/opt/telegraf/telegraf.conf"
or "tail -f /var/log/telegraf/telegraf.log".  This is because
the "-f" flag to "pgrep" will show processes with the search
string anywhere in the command-line.

This patch turns it around and gets the "ps" output for the process
in the pidfile, and if that line has "telegraf" in it, it considers
it to be running.

Closes #266
Closes #267
2015-10-15 15:06:05 -06:00
..
Vagrantfile Re-arrange repo files for root dir cleanup 2015-09-09 12:38:51 -06:00
circle-test.sh Redis: include per-db keyspace info 2015-09-22 19:46:50 -07:00
docker-compose.yml remove zookeeper declaration 2015-10-14 17:49:23 -06:00
init.sh Fix for init script for other procs with "telegraf" 2015-10-15 15:06:05 -06:00
package.sh Fix conditional test against useradd so it's compatible with Dash 2015-09-28 14:04:46 +01:00
telegraf.service Update telegraf.service and packaging script for systemd 2015-09-08 18:23:18 -06:00