Fixed data type to remote_snmp_proc in modules IfOperSttus
Former-commit-id: 40a9c5ec26449c13d01f232504c4e9a02b2e366b
This commit is contained in:
parent
80fb8679a3
commit
a8af2f89d1
pandora_console/godmode/agentes
|
@ -321,6 +321,8 @@ if ($create_modules) {
|
||||||
$module_type = 2;
|
$module_type = 2;
|
||||||
} else if (preg_match('/ifAdminStatus/', $name_array[1])) {
|
} else if (preg_match('/ifAdminStatus/', $name_array[1])) {
|
||||||
$module_type = 2;
|
$module_type = 2;
|
||||||
|
} else if (preg_match('/ifOperStatus/', $name_array[1])) {
|
||||||
|
$module_type = 18;
|
||||||
} else {
|
} else {
|
||||||
$module_type = 4;
|
$module_type = 4;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue