<!--
Description:

    This file is part of Alex's Unix Template Set for Cacti.
    Copyright 2005-2006

Author:

    Alexandre Dumont
    http://adumont.hopto.org/

Copyright:

    This file is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This file is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this file (see COPYING); if not, write to the Free Software
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

/*header.xml*/
-->
<query>
   <name>Get SNMP hpux filesystems (hpux)</name>
   <description>Queries a hpux host for a list of monitorable lvols</description>
   <oid_index>.1.3.6.1.4.1.11.2.3.1.2.2.1.1</oid_index>
   <oid_index_parse>OID/REGEXP:.*\.([0-9]+\.[0-9]+)$</oid_index_parse>
   <oid_num_indexes>.1.3.6.1.4.1.11.2.3.1.2.1.0</oid_num_indexes>
   <index_order_type>numeric</index_order_type>
   <index_title_format>|fileSystemDir|</index_title_format>

   <fields>
      <ifIndex>
         <name>Index</name>
         <method>walk</method>
         <source>value</source>
         <direction>input</direction>
         <oid>.1.3.6.1.4.1.11.2.3.1.2.2.1.1</oid>
      </ifIndex>
      <fileSystemName>
         <name>fileSystemName</name>
         <method>walk</method>
         <source>value</source>
         <direction>input</direction>
         <oid>.1.3.6.1.4.1.11.2.3.1.2.2.1.3</oid>
      </fileSystemName>
      <fileSystemDir>
         <name>fileSystemDir</name>
         <method>walk</method>
         <source>value</source>
         <direction>input</direction>
         <oid>.1.3.6.1.4.1.11.2.3.1.2.2.1.10</oid>
      </fileSystemDir>

      <fileSystemBlock>
         <name>fileSystemBlock</name>
         <method>walk</method>
         <source>value</source>
         <direction>output</direction>
         <oid>.1.3.6.1.4.1.11.2.3.1.2.2.1.4</oid>
      </fileSystemBlock>
      <fileSystemBavail>
         <name>fileSystemBavail</name>
         <method>walk</method>
         <source>value</source>
         <direction>output</direction>
         <oid>.1.3.6.1.4.1.11.2.3.1.2.2.1.6</oid>
      </fileSystemBavail>
   </fields>
</query>
