summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/apps_groups.conf11
-rw-r--r--conf.d/python.d/bind_rndc.conf2
-rw-r--r--conf.d/python.d/postgres.conf2
-rw-r--r--conf.d/python.d/smartd_log.conf2
4 files changed, 9 insertions, 8 deletions
diff --git a/conf.d/apps_groups.conf b/conf.d/apps_groups.conf
index 2dbab4cfd2..4356e49108 100644
--- a/conf.d/apps_groups.conf
+++ b/conf.d/apps_groups.conf
@@ -107,7 +107,7 @@ timedb: prometheus *carbon-cache.py* *carbon-aggregator.py* *graphite/manage.py*
# -----------------------------------------------------------------------------
# email servers
-email: dovecot imapd pop3d amavis* master zmstat* zmmailboxdmgr qmgr oqmgr
+email: dovecot imapd pop3d amavis* master zmstat* zmmailboxdmgr qmgr oqmgr saslauthd opendkim clamd freshclam unbound tlsmgr postfwd2 postscreen postfix smtp* lmtp*
# -----------------------------------------------------------------------------
# network, routing, VPN
@@ -138,14 +138,15 @@ chat: irssi *vines* *prosody* murmurd
# -----------------------------------------------------------------------------
# monitoring
-logs: ulogd* syslog* rsyslog* logrotate systemd-journald
+logs: ulogd* syslog* rsyslog* logrotate systemd-journald rotatelogs
nms: snmpd vnstatd smokeping zabbix* monit munin* mon openhpid watchdog tailon nrpe
splunk: splunkd
-azure: mdsd *waagent* *omiserver* *omiagent* hv_kvp_daemon hv_vss_daemon
+azure: mdsd *waagent* *omiserver* *omiagent* hv_kvp_daemon hv_vss_daemon *auoms* *omsagent*
# -----------------------------------------------------------------------------
-# file systems and file servers
+# storage, file systems and file servers
+ceph: ceph-mds ceph-mgr ceph-mon ceph-osd radosgw* rbd-*
samba: smbd nmbd winbindd
nfs: rpcbind rpc.* nfs*
zfs: spl_* z_* txg_* zil_* arc_* l2arc*
@@ -187,7 +188,7 @@ dnsdist: dnsdist
# -----------------------------------------------------------------------------
# installation / compilation / debugging
-build: cc1 cc1plus as gcc* cppcheck ld make cmake automake autoconf autoreconf
+build: cc1 cc1plus as gcc* cppcheck ld make cmake automake autoconf autoreconf
build: git gdb valgrind*
# -----------------------------------------------------------------------------
diff --git a/conf.d/python.d/bind_rndc.conf b/conf.d/python.d/bind_rndc.conf
index 253934648f..71958ff982 100644
--- a/conf.d/python.d/bind_rndc.conf
+++ b/conf.d/python.d/bind_rndc.conf
@@ -82,7 +82,7 @@
# chown bind bind/
#
# 4. RELOAD (NOT restart) BIND
-# systemctl reload bind9.serice
+# systemctl reload bind9.service
#
# 5. Run as a root 'rndc stats' to dump (BIND will create named.stats in new directory)
#
diff --git a/conf.d/python.d/postgres.conf b/conf.d/python.d/postgres.conf
index bc7c72ed8f..3a70a71841 100644
--- a/conf.d/python.d/postgres.conf
+++ b/conf.d/python.d/postgres.conf
@@ -77,7 +77,7 @@
# index_stats : false
# database_poll : 'dbase_name1 dbase_name2' # poll only specified databases (all other will be excluded from charts)
#
-# Postfix permissions are configured at its pg_hba.conf file. You can
+# Postgres permissions are configured at its pg_hba.conf file. You can
# "trust" local clients to allow netdata to connect, or you can create
# a postgres user for netdata and add its password below to allow
# netdata connect.
diff --git a/conf.d/python.d/smartd_log.conf b/conf.d/python.d/smartd_log.conf
index 9e1e05d8c5..3fab3f1c01 100644
--- a/conf.d/python.d/smartd_log.conf
+++ b/conf.d/python.d/smartd_log.conf
@@ -64,7 +64,7 @@
# Additionally to the above, smartd_log also supports the following:
#
# log_path: '/path/to/smartdlogs' # path to smartd log files. Default is /var/log/smartd
-# raw_values: no # raw or normalized values on charts. Default is normalized.
+# raw_values: yes # enable/disable raw values charts. Enabled by default.
# smart_attributes: '1 2 3 4 44' # smart attributes charts. Default are ['1', '4', '5', '7', '9', '12', '193', '194', '197', '198', '200'].
# exclude_disks: 'PATTERN1 PATTERN2' # space separated patterns. If the pattern is in the drive name, the module will not collect data for it.
#