uwe ottrembka | 504ca3e | 2020-11-23 12:02:20 +0100 | [diff] [blame] | 1 | --- |
| 2 | |
| 3 | # Copyright 2020-present Open Networking Foundation |
| 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| 16 | |
| 17 | # Contains all dm components of ADTRAN Device Manager to be checked |
| 18 | dm_components: |
| 19 | - |
| 20 | name: cpu 0/1 |
| 21 | elements: |
| 22 | - |
| 23 | element: description |
| 24 | value: CPU |
| 25 | - |
| 26 | element: data_type |
| 27 | value: METRIC_CPU_USAGE_PERCENTAGE |
| 28 | - |
| 29 | name: storage-resource 0/1 |
| 30 | elements: |
| 31 | - |
| 32 | element: description |
| 33 | value: storage |
| 34 | - |
| 35 | element: data_type |
| 36 | value: METRIC_DISK_USAGE_PERCENTAGE |
| 37 | - |
| 38 | name: temperature 0/1 |
| 39 | elements: |
| 40 | - |
| 41 | element: description |
| 42 | value: temperature sensor |
| 43 | - |
| 44 | element: data_type |
| 45 | value: METRIC_INNER_SURROUNDING_TEMP |
| 46 | - |
| 47 | name: pluggable-fan 0/1/1 |
| 48 | elements: |
| 49 | - |
| 50 | element: description |
| 51 | value: fan |
| 52 | - |
| 53 | element: data_type |
| 54 | value: METRIC_FAN_SPEED |
| 55 | - |
| 56 | name: power-supply 0/1 |
| 57 | elements: |
| 58 | - |
| 59 | element: description |
| 60 | value: power supply |
| 61 | - |
| 62 | element: data_type |
| 63 | value: METRIC_POWER_USAGE_PERCENTAGE |
| 64 | - |
| 65 | name: main 0 |
| 66 | elements: |
| 67 | - |
| 68 | element: description |
| 69 | value: mainboard |