diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 3 | ||||
-rw-r--r-- | profiles/base/packages | 1 | ||||
-rw-r--r-- | profiles/cynerd-server/make.defaults | 2 | ||||
-rw-r--r-- | profiles/desktop/make.defaults | 2 | ||||
-rw-r--r-- | profiles/laptop/make.defaults | 4 |
5 files changed, 12 insertions, 0 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 55dcca6..bb83226 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -12,3 +12,6 @@ GENTOO_MIRRORS="rsync://mirror.dkm.cz/gentoo/ rsync://ftp6.linux.cz/pub/linux/ge EMERGE_DEFAULT_OPTS="--autounmask-write n" ACCEPT_KEYWORDS="~amd64" + +COLLECTD_PLUGINS="conntrack contextswitch cpu cpufreq cpusleep df disk entropy fhcount fscache hugepages interface ipc iptables irq load lvm netlink network openvpn ping processes protocols uptime users vmem " +# TODO some plugin for btrfs? diff --git a/profiles/base/packages b/profiles/base/packages index ec7f7b7..98e5edc 100644 --- a/profiles/base/packages +++ b/profiles/base/packages @@ -15,6 +15,7 @@ sys-apps/shellrc sys-apps/init-system-helpers sys-fs/inotify-tools sys-apps/multiconfig +app-metrics/collectd # System tools sys-process/lsof diff --git a/profiles/cynerd-server/make.defaults b/profiles/cynerd-server/make.defaults index 746379f..ca36277 100644 --- a/profiles/cynerd-server/make.defaults +++ b/profiles/cynerd-server/make.defaults @@ -4,3 +4,5 @@ CPU_FLAGS_X86="aes avx avx2 fma3 mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 s MAKEOPTS="-j7" L10N="en" LINGUAS="en" + +COLLECTD_PLUGINS="virt" diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 2234019..f30ccf1 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -8,3 +8,5 @@ L10N="en cs" LINGUAS="en cs" ABI_X86="64 32" + +COLLECTD_PLUGINS="hddtemp notify_desktop sensors smart" diff --git a/profiles/laptop/make.defaults b/profiles/laptop/make.defaults new file mode 100644 index 0000000..5ebc474 --- /dev/null +++ b/profiles/laptop/make.defaults @@ -0,0 +1,4 @@ +# vim:ft=gentoo-make-conf + +# Add? madwifi +COLLECTD_PLUGINS="battery thermal wireless" |