Skip to content

Commit ce2892c

Browse files
Seraziolaf
andauthored
Add support for Pandacom Equipment (librenms#18636)
* Add MIBs * Add basic detection * Add logo * Rename files and add several linecard types * Cleanup * replace logo * Add temperature readings * Add mib_dir * Add snmp testdata * fix for laf's comments * fix code validation * Remove unnecessary fields from pandacom.yaml Removed 'group' and 'mib_dir' fields from pandacom.yaml. * Create pandacom_1.json * Update print statement from 'Hello' to 'Goodbye' * Added pandacom_3.json * Create pandacom_4.json * Added pandacom_5.json * Update pandacom_1.json * Change icon from generic.svg to pandacom.png * Change icon from 'generic.svg' to 'pandacom.png' --------- Co-authored-by: Neil Lathwood <gh+n@laf.io>
1 parent 0449679 commit ce2892c

22 files changed

+63775
-0
lines changed

html/images/os/pandacom.png

11.3 KB
Loading

mibs/pandacom/PanDacom-MIB

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
PanDacom-MIB DEFINITIONS ::= BEGIN
2+
3+
IMPORTS
4+
DisplayString , TEXTUAL-CONVENTION FROM SNMPv2-TC
5+
enterprises, Integer32, OBJECT-TYPE, MODULE-IDENTITY FROM SNMPv2-SMI;
6+
7+
-- panDacom OBJECT IDENTIFIER ::= { enterprises 3652 }
8+
9+
panDacom MODULE-IDENTITY
10+
LAST-UPDATED "201906060000Z"
11+
ORGANIZATION "Pan Dacom Direkt GmbH"
12+
CONTACT-INFO
13+
"Pan Dacom Direkt GmbH
14+
Bereich Entwicklung und Produktion
15+
Dreieich Plaza 1B
16+
63303 Dreieich / Germany
17+
Tel. : +49 6103/83483-333
18+
Fax. : +49 6103/83483-444
19+
email: kontakt@pandacomdirekt.de
20+
web : www.pandacomdirekt.de"
21+
DESCRIPTION "Rev. 3.0"
22+
23+
REVISION "201906060000Z"
24+
DESCRIPTION "Rev. 7.3
25+
- new fixed float type"
26+
27+
REVISION "201703261700Z"
28+
DESCRIPTION "Rev. 3.2
29+
- syntax correction"
30+
31+
::= { enterprises 3652 }
32+
33+
--***** types ****************************
34+
FixedDiv100 ::= TEXTUAL-CONVENTION
35+
DISPLAY-HINT "d-2"
36+
STATUS current
37+
DESCRIPTION "Fixed point, two decimal"
38+
SYNTAX Integer32
39+
--****************
40+
41+
--****************
42+
--*** trap's ***
43+
--****************
44+
traps OBJECT IDENTIFIER ::= { panDacom 0 }
45+
46+
descr OBJECT-TYPE
47+
SYNTAX DisplayString (SIZE (0..255))
48+
MAX-ACCESS read-only
49+
STATUS current
50+
DESCRIPTION
51+
"Trap Description"
52+
::= { traps 100 }
53+
54+
slot OBJECT-TYPE
55+
SYNTAX Integer32
56+
MAX-ACCESS read-only
57+
STATUS current
58+
DESCRIPTION
59+
"Slot No"
60+
::= { traps 101 }
61+
62+
port OBJECT-TYPE
63+
SYNTAX Integer32
64+
MAX-ACCESS read-only
65+
STATUS current
66+
DESCRIPTION
67+
"Port No"
68+
::= { traps 102 }
69+
70+
iFCard OBJECT-TYPE
71+
SYNTAX Integer32
72+
MAX-ACCESS read-only
73+
STATUS current
74+
DESCRIPTION
75+
"IFCard No from variable Interface-Cards like FO155"
76+
::= { traps 103 }
77+
END

0 commit comments

Comments
 (0)