Fixed data type to remote_snmp_proc in modules IfOperSttus

Former-commit-id: 40a9c5ec26449c13d01f232504c4e9a02b2e366b
This commit is contained in:
samucarc 2019-03-12 17:59:52 +01:00
parent 80fb8679a3
commit a8af2f89d1
1 changed files with 2 additions and 0 deletions
pandora_console/godmode/agentes

View File

@ -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;
} }