Skip to content

Commit

Permalink
memory-usage ironware
Browse files Browse the repository at this point in the history
  • Loading branch information
babos77 committed Dec 23, 2020
1 parent 51bc24e commit ae671fb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion core/config/device-classes/generic/ironware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ config:
max_repetitions: 1
components:
cpuComponent: true
memoryComponent: true

match:
conditions:
Expand All @@ -30,4 +31,10 @@ identify:
mappings: sysObjectID.yaml
os_version:
- detection: snmpget
oid: "1.3.6.1.4.1.1991.1.1.2.1.49.0"
oid: "1.3.6.1.4.1.1991.1.1.2.1.49.0"

components:
memory:
usage:
- detection: snmpget
oid: "1.3.6.1.4.1.1991.1.1.2.1.53.0"

0 comments on commit ae671fb

Please sign in to comment.