mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Merge branch 'ent-3675-Tipo-erroneo-modulos-Ifoperstatus-desde-satelite' into 'develop'
Fixed data type to remote_snmp_proc in modules IfOperSttus See merge request artica/pandorafms!2258 Former-commit-id: 61b2bc62b5605304b2fc278838ed1bf8fc20c395
This commit is contained in:
commit
ff120b23e2
@ -321,6 +321,8 @@ if ($create_modules) {
|
||||
$module_type = 2;
|
||||
} else if (preg_match('/ifAdminStatus/', $name_array[1])) {
|
||||
$module_type = 2;
|
||||
} else if (preg_match('/ifOperStatus/', $name_array[1])) {
|
||||
$module_type = 18;
|
||||
} else {
|
||||
$module_type = 4;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user