Remove snmp metrics from polling.yaml

These metrics are no longer supported by ceilometer since
GenericHardwareDeclarativePollster was removed.

Closes-Bug: #2007108
Depends-on: https://review.opendev.org/c/openstack/ceilometer/+/840808
Change-Id: I0b5d6b360e8912a78f041806323d6b5bc8d87258
(cherry picked from commit 704a6ea58c)
This commit is contained in:
Takashi Kajinami 2023-02-13 17:51:17 +09:00
parent 91f954297c
commit 54dfb3a3d6
2 changed files with 0 additions and 36 deletions

View File

@ -30,24 +30,6 @@ class ceilometer::params {
'volume.size',
'volume.snapshot.size',
'volume.backup.size',
'hardware.cpu.util',
'hardware.cpu.user',
'hardware.cpu.nice',
'hardware.cpu.system',
'hardware.cpu.idle',
'hardware.cpu.wait',
'hardware.cpu.kernel',
'hardware.cpu.interrupt',
'hardware.memory.used',
'hardware.memory.total',
'hardware.memory.buffer',
'hardware.memory.cached',
'hardware.memory.swap.avail',
'hardware.memory.swap.total',
'hardware.system_stats.io.outgoing.blocks',
'hardware.system_stats.io.incoming.blocks',
'hardware.network.ip.incoming.datagrams',
'hardware.network.ip.outgoing.datagrams',
]
case $::osfamily {

View File

@ -204,24 +204,6 @@ sources:
- volume.size
- volume.snapshot.size
- volume.backup.size
- hardware.cpu.util
- hardware.cpu.user
- hardware.cpu.nice
- hardware.cpu.system
- hardware.cpu.idle
- hardware.cpu.wait
- hardware.cpu.kernel
- hardware.cpu.interrupt
- hardware.memory.used
- hardware.memory.total
- hardware.memory.buffer
- hardware.memory.cached
- hardware.memory.swap.avail
- hardware.memory.swap.total
- hardware.system_stats.io.outgoing.blocks
- hardware.system_stats.io.incoming.blocks
- hardware.network.ip.incoming.datagrams
- hardware.network.ip.outgoing.datagrams
',
:selinux_ignore_defaults => true,
:tag => 'ceilometer-yamls',