Skip to content

Commit

Permalink
Fix collectd and rrdcache issue when monitoring disk space of /dev/ro…
Browse files Browse the repository at this point in the history
…ot, see collectd/collectd#170. Thanks to tekkbebe and Solo0815 for their research on this issue.

git-svn-id: http://svn.code.sf.net/p/openmediavault/code/trunk@950 3c3d7b80-5828-415e-9f61-280b98178fff
  • Loading branch information
votdev committed Mar 18, 2014
1 parent 6d75c4b commit 186c9a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions deb/openmediavault/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
openmediavault (0.6.0.1) stable; urgency=low

* Fix collectd and rrdcache issue when monitoring disk space of /dev/root,
see https://github.com/collectd/collectd/issues/170. Thanks to tekkbebe
and Solo0815 for their research on this issue.

-- Volker Theile <volker.theile@openmediavault.org> Tue, 18 Mar 2014 21:09:02 +0100

openmediavault (0.6) stable; urgency=low

* Adapt to Debian Wheezy.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ OMV_COLLECTD_RRDTOOL_MKGRAPH=${OMV_COLLECTD_RRDTOOL_MKGRAPH:-"/usr/sbin/omv-mkgr
xmlstarlet sel -t \
-o "LoadPlugin df" -n \
-o "<Plugin df>" -n \
-o " MountPoint \"/\"" -n \
-o " Device \"/dev/root\"" -n \
-m "//system/fstab/mntent[not(contains(opts,'bind'))]" \
-v "concat(' MountPoint \"',dir,'\"')" -n \
-b \
Expand Down

0 comments on commit 186c9a4

Please sign in to comment.