Updates to Ceph node collectd config
* Add ovs processes for monitoring on ceph nodes * Allow nvme storage to be collected on Change-Id: I127fbfa3e3c62a6c78f961d4a8c15ce7ec41031b
This commit is contained in:
parent
5b96a6b306
commit
dbe0f15477
@ -80,7 +80,7 @@ PreCacheChain "PreCache"
|
|||||||
</Plugin>
|
</Plugin>
|
||||||
|
|
||||||
<Plugin disk>
|
<Plugin disk>
|
||||||
Disk "/^[hsv]d[a-z]+[0-9]?$/"
|
Disk "/^[hsv]d[a-z]+[0-9]?|nvme.+$/"
|
||||||
IgnoreSelected false
|
IgnoreSelected false
|
||||||
</Plugin>
|
</Plugin>
|
||||||
|
|
||||||
@ -89,13 +89,15 @@ PreCacheChain "PreCache"
|
|||||||
# A Minus before the version means the process was not found in that version. (Ex -9)
|
# A Minus before the version means the process was not found in that version. (Ex -9)
|
||||||
<Plugin processes>
|
<Plugin processes>
|
||||||
# Ceph (OpenStack Installed)
|
# Ceph (OpenStack Installed)
|
||||||
ProcessMatch "ceph-mon" "^/usr/bin/ceph-mon" # Unchecked
|
ProcessMatch "ceph-mon" "^/usr/bin/ceph-mon" # -10
|
||||||
ProcessMatch "ceph-osd" "^/usr/bin/ceph-osd" # Unchecked
|
ProcessMatch "ceph-osd" "^/usr/bin/ceph-osd" # 10
|
||||||
ProcessMatch "diamond" "python.+diamond" # Unchecked
|
|
||||||
ProcessMatch "salt-minion" "python.+salt-minion" # Unchecked
|
|
||||||
|
|
||||||
# Collectd (Browbeat Installed)
|
# Collectd (Browbeat Installed)
|
||||||
ProcessMatch "collectd" "/usr/sbin/collectd"
|
ProcessMatch "collectd" "/usr/sbin/collectd"
|
||||||
|
|
||||||
|
# OVS (OpenStack Installed)
|
||||||
|
ProcessMatch "ovs-vswitchd" "ovs-vswitchd.+openvswitch" # 10
|
||||||
|
ProcessMatch "ovsdb-server" "ovsdb-server.+openvswitch" # 10
|
||||||
</Plugin>
|
</Plugin>
|
||||||
|
|
||||||
<Plugin swap>
|
<Plugin swap>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user