mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
Fixed data type to remote_snmp_proc in modules IfOperSttus
Former-commit-id: 40a9c5ec26449c13d01f232504c4e9a02b2e366b
This commit is contained in:
parent
80fb8679a3
commit
a8af2f89d1
@ -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