debian: Modify ovs-bugtool to include collectd rrd logs
authorSajjad Lateef <slateef@nicira.com>
Thu, 13 Jan 2011 01:07:58 +0000 (17:07 -0800)
committerSajjad Lateef <slateef@nicira.com>
Thu, 13 Jan 2011 17:29:54 +0000 (09:29 -0800)
commite05924baf0c757b579eef2b3743130ade4b1a93c
tree995de918946c85e77b2e4e7439efc7f74b0aba0d
parentb9b627d543e18618ef64726a8d7d141d1b89bf41
debian: Modify ovs-bugtool to include collectd rrd logs

collectd is a utility that stores rrd logs in the directory
/var/lib/collectd/rrd/ by default. rrd logs are created when
collectd is configured to output logs in Round Robin Database
format.

With this change, ovs-bugtool will include collectd logs in the
output bundle from /var/lib/collectd/rrd.  The output bundle will
include all sub-directories of the specified collectd directory.

ovs-bugtool checks if a directory exists before it attempts to
include the directory contents in the output bundle. So, running
ovs-bugtool on a system that does not have collectd logs should
not negatively affect the behavior of ovs-bugtool.
AUTHORS
debian/ovs-bugtool