File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
switchmap/poller/snmp/mib/juniper Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
def get_query ():
10
10
"""Return this module's Query class.
11
-
11
+
12
12
Args:
13
13
None
14
-
14
+
15
15
Returns:
16
16
type: JuniperProcessQuery class
17
17
"""
@@ -20,7 +20,7 @@ def get_query():
20
20
21
21
def init_query (snmp_object ):
22
22
"""Initialize and return this module's Query class.
23
-
23
+
24
24
Args:
25
25
snmp_object: SNMP interact class object from snmp_manager.py
26
26
@@ -34,7 +34,14 @@ class JuniperProcessQuery(Query):
34
34
"""Class interacts with devices supporting JUNIPER-PROCESS_MIB."""
35
35
36
36
def __init__ (self , snmp_object ):
37
- """Instantiate the class."""
37
+ """Instantiate the class.
38
+
39
+ Args:
40
+ snmp_object: SNMP interact class object from snmp_manager.py
41
+
42
+ Returns:
43
+ None
44
+ """
38
45
self .snmp_object = snmp_object
39
46
40
47
# Test OID for Juniper CPU monitoring - jnxOperatingCPU
You can’t perform that action at this time.
0 commit comments