Multiple thresholds per template

Support questions about the Threshold plugin

Moderators: Developers, Moderators

Post Reply
annapatil
Posts: 35
Joined: Wed Oct 13, 2010 3:22 am

Multiple thresholds per template

Post by annapatil »

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
Attachments
MPU.JPG
MPU.JPG (73.86 KiB) Viewed 5384 times
LPU.JPG
LPU.JPG (72.99 KiB) Viewed 5384 times
SFU.JPG
SFU.JPG (69.84 KiB) Viewed 5384 times
annapatil
Posts: 35
Joined: Wed Oct 13, 2010 3:22 am

Re: Multiple thresholds per template

Post by annapatil »

snmp qery

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
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests