Skip to content

Commit

Permalink
fix(map.jinja): fix entry for Suse
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Apr 16, 2019
1 parent 1fb7742 commit 13b1931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collectd/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'Suse': {
'config': '/etc/collectd.conf',
'pkg': 'collectd',
'plugindirconfig': '/etc/collectd.d',
'plugindirconfig': '/usr/lib64/collectd',
'service': 'collectd',
'TypesDB': ['/usr/share/collectd/types.db'],
'moduledirconfig': '/usr/share/collectd/modules',
Expand Down

0 comments on commit 13b1931

Please sign in to comment.