Advertisement
juanquy

rrdcached config

Oct 6th, 2017
635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # /etc/default/rrdcached
  2.  
  3. # 0: start rrdcached on boot, 1: do not start rrdcached on boot
  4. # default: 0
  5. DISABLE=0
  6.  
  7. # options to be passed to rrdcached
  8. # (do not specify -p <pidfile> - this is handled by the init script)
  9. # default: see /etc/init.d/rrdcached
  10. OPTS="-w 1800 -z 1800 -f 3600 -s librenms -j /var/tmp -l unix:/var/run/rrdcache$
  11.  
  12. # number of seconds to wait for rrdcached to shut down
  13. # (writing the data to disk may take some time;
  14. # tune this according to your setup)
  15. # default: 30
  16. MAXWAIT=30
  17.  
  18. # 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes
  19. # default: 0
  20. ENABLE_COREFILES=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement