Created
May 16, 2011 20:45
-
-
Save lamnk/975333 to your computer and use it in GitHub Desktop.
collectd configuration file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hostname "archimedes" | |
FQDNLookup false | |
BaseDir "/usr/local/Cellar/collectd/5.0.0/var/lib/collectd" | |
PIDFile "/usr/local/Cellar/collectd/5.0.0/var/run/collectd.pid" | |
PluginDir "/usr/local/Cellar/collectd/5.0.0/lib/collectd" | |
TypesDB "/usr/local/Cellar/collectd/5.0.0/share/collectd/types.db" | |
Interval 2 | |
Timeout 2 | |
ReadThreads 5 | |
LoadPlugin syslog | |
LoadPlugin logfile | |
<Plugin logfile> | |
LogLevel info | |
File "/usr/local/Cellar/collectd/5.0.0/var/lib/collectd" | |
Timestamp true | |
PrintSeverity false | |
</Plugin> | |
<Plugin syslog> | |
LogLevel notice | |
</Plugin> | |
LoadPlugin apple_sensors | |
LoadPlugin cpu | |
LoadPlugin disk | |
LoadPlugin interface | |
LoadPlugin load | |
LoadPlugin memory | |
LoadPlugin rrdtool | |
<Plugin interface> | |
Interface "en0" | |
Interface "en1" | |
IgnoreSelected false | |
</Plugin> | |
<Plugin disk> | |
Disk "/disk/" | |
IgnoreSelected false | |
</Plugin> | |
=== Other outputs === | |
/usr/local/Cellar/collectd/5.0.0 % p collectd | |
Grepping for processes matching collectd... | |
lamnk 12459 0,0 0,0 2471328 1012 ?? Ss 6:47pm 1:03.90 collectd -C /usr/local/Cellar/collectd/5.0.0/etc/collectd.conf | |
/usr/local/Cellar/collectd/5.0.0 % ls var/lib/collectd/archimedes/ | |
interface-en0/ interface-fw0/ interface-lo0/ interface-utun0/ interface-vnic0/ load/ | |
interface-en1/ interface-gif0/ interface-stf0/ interface-vboxnet0/ interface-vnic1/ memory/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment