-
Notifications
You must be signed in to change notification settings - Fork 2
/
cisco_sfp.xml
46 lines (45 loc) · 1.49 KB
/
cisco_sfp.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<interface>
<name>Get Cisco SFP Statistics</name>
<description>Get Cisco SFP Statistics</description>
<script_path>|path_cacti|/scripts/ss_cisco_catalyst_sfp.php</script_path>
<script_function>ss_sfp</script_function>
<script_server>php</script_server>
<arg_prepend>|host_hostname|:|host_id|:|host_snmp_version|:|host_snmp_port|:|host_snmp_timeout|:|host_ping_retries|:|host_max_oids|:|host_snmp_community|:|host_snmp_username|:|host_snmp_password|:|host_snmp_context|:|host_snmp_auth_protocol|:|host_snmp_priv_passphrase|:|host_snmp_priv_protocol|</arg_prepend>
<arg_index>index</arg_index>
<arg_query>query</arg_query>
<arg_get>get</arg_get>
<output_delimeter>:</output_delimeter>
<index_order>sfpindex</index_order>
<fields>
<sfpindex>
<name>SFP Index</name>
<direction>input</direction>
<query_name>sfpindex</query_name>
</sfpindex>
<status>
<name>Operational status</name>
<direction>input</direction>
<query_name>status</query_name>
</status>
<interface>
<name>Interface name</name>
<direction>input</direction>
<query_name>interface</query_name>
</interface>
<descr>
<name>Interface Description</name>
<direction>input</direction>
<query_name>descr</query_name>
</descr>
<SensorTXPower>
<name>SensorTXPower</name>
<direction>output</direction>
<query_name>tx</query_name>
</SensorTXPower>
<SensorRXPower>
<name>SensorRXPower</name>
<direction>output</direction>
<query_name>rx</query_name>
</SensorRXPower>
</fields>
</interface>