Skip to content

Instantly share code, notes, and snippets.

@justizin
Created May 9, 2014 18:24
Show Gist options
  • Save justizin/49d535ce7beb6b1240d3 to your computer and use it in GitHub Desktop.
Save justizin/49d535ce7beb6b1240d3 to your computer and use it in GitHub Desktop.
rrdcached/run changes?
* template[/etc/sv/rrdcached/run] action create
- update content in file /etc/sv/rrdcached/run from e06919 to 43e7bf
--- /etc/sv/rrdcached/run 2014-04-25 19:16:16.812552956 +0000
+++ /tmp/chef-rendered-template20140509-3493-8t1bwo 2014-05-09 18:23:17.403457002 +0000
@@ -1,8 +1,7 @@
#!/bin/sh
exec 2>&1
-exec chpst -u nobody /usr/bin/rrdcached -w 30 -z 5 -F -g -p /tmp/rrdcached.pid \
- -m 664 -l unix:/tmp/rrdcached.sock \
- -m 777 -P FLUSH,STATS,HELP -l unix:/tmp/rrdacached_limited.sock \
- -b /mnt/ganglia/rrds -B
-
+exec chpst -u /usr/bin/rrdcached -w -z -F -g -p /tmp/rrdcached.pid \
+ -m 664 -l unix: \
+ -m 777 -P FLUSH,STATS,HELP -l unix: \
+ -b -B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment