-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed some issues, added sample collectd.conf
- Loading branch information
1 parent
4e0a58c
commit 0474b67
Showing
4 changed files
with
97 additions
and
30 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
FQDNLookup true | ||
Interval 1 | ||
|
||
LoadPlugin logfile | ||
LoadPlugin syslog | ||
|
||
<Plugin logfile> | ||
LogLevel "info" | ||
File STDOUT | ||
Timestamp true | ||
PrintSeverity false | ||
</Plugin> | ||
|
||
<Plugin syslog> | ||
LogLevel info | ||
</Plugin> | ||
|
||
<LoadPlugin python> | ||
Globals true | ||
</LoadPlugin> | ||
|
||
<Plugin python> | ||
Import "memsql.collectd" | ||
<Module "memsql.collectd"> | ||
TypesDB "/usr/share/collectd/types.db" | ||
Host "MASTER AGGREGATOR HOSTNAME/IP_ADDRESS" | ||
Port "3306" | ||
</Module> | ||
</Plugin> | ||
|
||
LoadPlugin cpu | ||
LoadPlugin memory | ||
LoadPlugin processes |
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