Add the contribution PR internally

This commit is contained in:
Lucie Dubrunfaut 2024-09-16 18:03:07 +02:00
parent 9b5b90c736
commit 103fb90052
3 changed files with 28 additions and 0 deletions

View File

@ -134,6 +134,17 @@ sub manage_selection {
},
driveTable => '.1.3.6.1.4.1.5127.1.1.1.8.1.10.1'
},
ex4100 => {
system => {
temperature => { oid => '.1.3.6.1.4.1.5127.1.1.1.6.1.7' },
fanStatus => { oid => '.1.3.6.1.4.1.5127.1.1.1.6.1.8' }
},
drive => {
serial => { oid => '.1.3.6.1.4.1.5127.1.1.1.6.1.10.1.4' },
temperature => { oid => '.1.3.6.1.4.1.5127.1.1.1.6.1.10.1.5' }
},
driveTable => '.1.3.6.1.4.1.5127.1.1.1.6.1.10.1'
},
pr2100 => {
system => {
temperature => { oid => '.1.3.6.1.4.1.5127.1.1.1.9.1.7' },

View File

@ -59,6 +59,13 @@ sub manage_selection {
type => { oid => '.1.3.6.1.4.1.5127.1.1.1.8.1.9.1.3' }
}
},
ex4100 => {
volumeTable => '.1.3.6.1.4.1.5127.1.1.1.6.1.9.1',
volume => {
name => { oid => '.1.3.6.1.4.1.5127.1.1.1.6.1.9.1.2' },
type => { oid => '.1.3.6.1.4.1.5127.1.1.1.6.1.9.1.3' }
}
},
pr2100 => {
volumeTable => '.1.3.6.1.4.1.5127.1.1.1.9.1.9.1',
volume => {
@ -79,6 +86,7 @@ sub manage_selection {
oids => [
{ oid => $nas->{ex2}->{volumeTable} },
{ oid => $nas->{ex2ultra}->{volumeTable} },
{ oid => $nas->{ex4100}->{volumeTable} },
{ oid => $nas->{pr2100}->{volumeTable} },
{ oid => $nas->{pr4100}->{volumeTable} }
]

View File

@ -116,6 +116,14 @@ sub manage_selection {
free => { oid => '.1.3.6.1.4.1.5127.1.1.1.8.1.9.1.6' }
}
},
ex4100 => {
volumeTable => '.1.3.6.1.4.1.5127.1.1.1.6.1.9.1',
volume => {
name => { oid => '.1.3.6.1.4.1.5127.1.1.1.6.1.9.1.2' },
total => { oid => '.1.3.6.1.4.1.5127.1.1.1.6.1.9.1.5' },
free => { oid => '.1.3.6.1.4.1.5127.1.1.1.6.1.9.1.6' }
}
},
pr2100 => {
volumeTable => '.1.3.6.1.4.1.5127.1.1.1.9.1.9.1',
volume => {
@ -138,6 +146,7 @@ sub manage_selection {
oids => [
{ oid => $nas->{ex2}->{volumeTable} },
{ oid => $nas->{ex2ultra}->{volumeTable} },
{ oid => $nas->{ex4100}->{volumeTable} },
{ oid => $nas->{pr2100}->{volumeTable} },
{ oid => $nas->{pr4100}->{volumeTable} }
],