Skip to content

Commit

Permalink
conf: set default collectd version to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
pommi committed May 20, 2013
1 parent 3deff29 commit 4293068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/config.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

# collectd version
$CONFIG['version'] = 4;
$CONFIG['version'] = 5;

# collectd's datadir
$CONFIG['datadir'] = '/var/lib/collectd/rrd';
Expand Down

0 comments on commit 4293068

Please sign in to comment.