Hi All,
I am polling device board power management details, power output. Power thresholds are different as per power supply this. I can have thresholds per DS.
Regards
Anna Patil
Multiple thresholds per template
Moderators: Developers, Moderators
Multiple thresholds per template
- Attachments
-
- MPU.JPG (73.86 KiB) Viewed 5383 times
-
- LPU.JPG (72.99 KiB) Viewed 5383 times
-
- SFU.JPG (69.84 KiB) Viewed 5383 times
Re: Multiple thresholds per template
snmp qery
=========
OS:- Redhat 7
Cacti:- 1.2.11
Thold:- 1.4
Code: Select all
<query>
<name>Huawei Board Power Management</name>
<oid_index>.1.3.6.1.4.1.2011.6.157.2</oid_index>
<oid_num_indexes>.1.3.6.1.4.1.2011.6.157.2.1.1.1</oid_num_indexes>
<!-- <oid_index_parse>OID/REGEXP:.*\.([0-9]{1,3}\.[0-9]{1,3})$</oid_index_parse>-->
<index_order_type>alphanumeric</index_order_type>
<index_order>hwBoardIndex</index_order>
<index_title_format>|chosen_order_field|</index_title_format>
<!-- <oid_index_parse>OID/REGEXP:.*\.([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3})$</oid_index_parse> -->
<fields>
<hwBoardIndex>
<name>BoardIndex</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.2011.6.157.2.1.1.1</oid>
</hwBoardIndex>
<hwBoardType>
<name>BoardType</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.2011.6.157.2.1.1.2</oid>
</hwBoardType>
<hwBoardName>
<name>BoardName</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.2011.6.157.2.1.1.3</oid>
</hwBoardName>
<hwBoardCurrentPower>
<name>BoardCurrentPower</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.2011.6.157.2.1.1.4</oid>
</hwBoardCurrentPower>
<hwBoardRatedPower>
<name>BoardRatedPower</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.2011.6.157.2.1.1.5</oid>
</hwBoardRatedPower>
<hwBoardThresholdOfPower>
<name>BoardThresholdOfPower</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.2011.6.157.2.1.1.6</oid>
</hwBoardThresholdOfPower>
</fields>
</query>
OS:- Redhat 7
Cacti:- 1.2.11
Thold:- 1.4
Who is online
Users browsing this forum: No registered users and 0 guests