Changes between Version 5 and Version 6 of SystemAdministration/Default_VM_setup


Ignore:
Timestamp:
11/24/15 08:41:15 (8 years ago)
Author:
Willem Elbers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Default_VM_setup

    v5 v6  
    5050== CollectD ==
    5151
     52Installation:
     53{{{
     54yum install epel-release
     55yum install collectd
     56cp /etc/collectd.conf /etc/collectd.conf.orig
     57<edit /etc/collectd.conf according to the example below>
     58systemctl enable collectd.servic
     59service collectd restart
     60}}}
     61
    5262Example collectd configuration
    5363{{{
     
    6373#PIDFile     "/var/run/collectd.pid"
    6474#PluginDir   "/usr/lib64/collectd"
    65 #TypesDB     "/usr/share/collectd/merged_types.db"
     75#TypesDB     "/usr/share/collectd/types.db"
    6676
    6777#----------------------------------------------------------------------------#