Ad Widget

Collapse

Vertiv Template

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nhts
    Junior Member
    • Jan 2025
    • 5

    #1

    Vertiv Template

    I am trying to create the below template for a Vertiv UPS. Have tried to import it but get the error 'Invalid parameter "/3/uuid": must be 32 characters long' All UUIDs look to be 32 characters though


    <?xml version="1.0" encoding="UTF-8"?>
    <zabbix_export>
    <version>6.0</version>
    <date>2025-03-04T12:00:00Z</date>
    <groups>
    <group>
    <uuid>e7d7ad3514d74cd29a5f64c3d9a8bbef</uuid>
    <name>Templates/Power</name>
    </group>
    </groups>
    <templates>
    <template>
    <uuid>4e8972f3c0e34d799b8b7f4ff6e5b2d6</uuid>
    <template>Template Vertiv GXT5 UPS</template>
    <name>Template Vertiv GXT5 UPS</name>
    <description>SNMP-based monitoring for Vertiv GXT5 UPS</description>
    <groups>
    <group>
    <name>Templates/Power</name>
    </group>
    </groups>
    <items>
    <item>
    <uuid>da89a1d9bc92493da82eeccad9c967be</uuid>
    <name>UPS Input Voltage</name>
    <key>upsInputVoltage</key>
    <type>SNMP_AGENT</type>
    <snmp_oid>.1.3.6.1.4.1.476.1.42.3.5.1.1.4.1</snmp_oid>
    <value_type>FLOAT</value_type>
    <units>V</units>
    <delay>30s</delay>
    </item>
    <item>
    <uuid>519f13f0b90e4d5094163c4242b1b3fe</uuid>
    <name>UPS Output Voltage</name>
    <key>upsOutputVoltage</key>
    <type>SNMP_AGENT</type>
    <snmp_oid>.1.3.6.1.4.1.476.1.42.3.5.1.1.5.1</snmp_oid>
    <value_type>FLOAT</value_type>
    <units>V</units>
    <delay>30s</delay>
    </item>
    <item>
    <uuid>7f98e76cbcfc4de29057d65997b8b243b</uuid>
    <name>UPS Battery Charge</name>
    <key>upsBatteryCharge</key>
    <type>SNMP_AGENT</type>
    <snmp_oid>.1.3.6.1.2.1.33.1.2.4.0</snmp_oid>
    <value_type>FLOAT</value_type>
    <units>%</units>
    <delay>30s</delay>
    </item>
    <item>
    <uuid>deea2b5209a74dfe9e029a8c7687356a</uuid>
    <name>UPS Battery Runtime Remaining</name>
    <key>upsBatteryRuntime</key>
    <type>SNMP_AGENT</type>
    <snmp_oid>.1.3.6.1.2.1.33.1.2.3.0</snmp_oid>
    <value_type>FLOAT</value_type>
    <units>s</units>
    <delay>30s</delay>
    </item>
    <item>
    <uuid>0b0b325188c54f3f9a83e4a50aebc5fa</uuid>
    <name>UPS Temperature</name>
    <key>upsTemperature</key>
    <type>SNMP_AGENT</type>
    <snmp_oid>.1.3.6.1.4.1.476.1.42.3.5.1.1.6.1</snmp_oid>
    <value_type>FLOAT</value_type>
    <units>°C</units>
    <delay>30s</delay>
    </item>
    <item>
    <uuid>b8e56fd9d02444acbcdb897fd03b28d6</uuid>
    <name>UPS Load Percentage</name>
    <key>upsLoad</key>
    <type>SNMP_AGENT</type>
    <snmp_oid>.1.3.6.1.2.1.33.1.4.4.1.5.1</snmp_oid>
    <value_type>FLOAT</value_type>
    <units>%</units>
    <delay>30s</delay>
    </item>
    <item>
    <uuid>557db9d5dfe14a9285f1e264f1e62ff3</uuid>
    <name>UPS Status</name>
    <key>upsStatus</key>
    <type>SNMP_AGENT</type>
    <snmp_oid>.1.3.6.1.2.1.33.1.1.4.0</snmp_oid>
    <value_type>CHAR</value_type>
    <delay>30s</delay>
    </item>
    </items>
    </template>
    </templates>
    </zabbix_export>


    Any help appreciated
  • robin_bolli
    Junior Member
    • Jan 2025
    • 9

    #2
    Hi,

    couldn't you use the official Zabbix Vertiv Template from Github? That would be this one: community-templates/Power_(UPS)/template_vertiv/6.0/template_vertiv.yaml at main · zabbix/community-templates · GitHub This one works for me.

    Comment

    • robin_bolli
      Junior Member
      • Jan 2025
      • 9

      #3
      Otherwise you could check if this is the only error you recieve. Maybe there is a second problem wich leads to the uuid

      Comment

      Working...