Details
Attachments
Issue Links
- relates to
-
OBS-3873 Definition for optical amplifier
-
- Closed
-
Activity
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Description |
Original:
Patch: (svn diff)
{code:java}Index: includes/definitions/os.inc.php =================================================================== --- includes/definitions/os.inc.php (revision 9261) +++ includes/definitions/os.inc.php (working copy) @@ -7126,6 +7126,34 @@ $config['os'][$os]['sysDescr_regex'][] = '/^(?<hardware>\w+)/'; $config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.23688"; +// VECTOR +//https://vectortechnologies.com/ru/products/lambda-pro-7172/ +$os = "vector-optical-receiver"; +$config['os'][$os]['text'] = "VECTOR Optical Receiver"; +$config['os'][$os]['icon'] = "vector"; +$config['os'][$os]['type'] = "environment"; +$config['os'][$os]['sysDescr_regex'][] = '/^(?<hardware>[\w\ ]+)/'; +$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.11195.1"; + +// VECTRA R2D2 +//http://data.nag.ru/SNR%20CableTV/NMS/ +$os = "vectra-optical-receiver"; +$config['os'][$os]['text'] = "VECTRA Optical Receiver"; +$config['os'][$os]['type'] = "environment"; +$config['os'][$os]['sysDescr_regex'][] = '/^(?<hardware>[\w\ ]+)/'; +$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.17409.1.10"; +$config['os'][$os]['mibs'][] = "NSCRTV-ROOT"; + +// Volius Optical Receivers + +$os = "volius-optical-receiver"; +$config['os'][$os]['text'] = "Volius Optical Receiver"; +$config['os'][$os]['icon'] = "volius"; +$config['os'][$os]['type'] = "environment"; +//$config['os'][$os]['sysDescr_regex'][] = '/^(?<hardware>\w+)/'; +$config['os'][$os]['sysDescr_regex'][] = '/^Model\ +(?<hardware>\w+)\ +/'; +$config['os'][$os]['sysObjectID'][] = ".1.3.6.1.4.1.34652"; + // Vubiq Networks $os = "vubiq-wl"; Index: includes/polling/os/dlink.inc.php ==================================================================={code} |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Attachment | New: optical-receivers.patch [ 15066 ] |
Attachment | New: NSCRTV-ROOT [ 15043 ] |
Attachment | New: volius.png [ 15039 ] | |
Attachment | New: volius_2x.png [ 15040 ] | |
Attachment | New: vector_2x.png [ 15041 ] | |
Attachment | New: vector.png [ 15042 ] |