Skip to content

Commit

Permalink
added 6.0 templates
Browse files Browse the repository at this point in the history
  • Loading branch information
gleydsoncavalcanti authored May 4, 2022
1 parent 2802d82 commit 973ed26
Showing 1 changed file with 61 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>6.0</version>
<date>2022-05-04T02:45:53Z</date>
<groups>
<group>
<uuid>2af4ae62d0704125be3b7c4feced73d0</uuid>
<name>SNMP templates</name>
</group>
</groups>
<templates>
<template>
<uuid>a09c5135be2b41f59b644f10825e621d</uuid>
<template>Huawei - PPPoE</template>
<name>Huawei - PPPoE</name>
<groups>
<group>
<name>SNMP templates</name>
</group>
</groups>
<items>
<item>
<uuid>da73f539ac984d1e878a08e5309a5bd3</uuid>
<name>Sessões ativas</name>
<type>SNMP_AGENT</type>
<snmp_oid>SNMPv2-SMI::enterprises.2011.5.2.1.14.1.2.0</snmp_oid>
<key>CurrentSessions</key>
</item>
<item>
<uuid>c234344dafa34d588dd02077784df768</uuid>
<name>Sessões ativas - Alteração</name>
<type>CALCULATED</type>
<key>CurrentSessionsChange</key>
<value_type>FLOAT</value_type>
<params>change(//CurrentSessions)</params>
<description>change(//CurrentSessions)</description>
<triggers>
<trigger>
<uuid>870c9e0ef39b40e588a1056574bbf1bd</uuid>
<expression>last(/Huawei - PPPoE/CurrentSessionsChange)&lt;=-{$PPPDOWN}</expression>
<name>Rápida queda de sessões ativas ({ITEM.LASTVALUE1})</name>
<priority>INFO</priority>
</trigger>
<trigger>
<uuid>8a1ae880a20244ce9a834afb72060d4d</uuid>
<expression>last(/Huawei - PPPoE/CurrentSessionsChange)&gt;={$PPPDOWN}</expression>
<name>Rápido aumento de sessões ativas ({ITEM.LASTVALUE1})</name>
<priority>INFO</priority>
</trigger>
</triggers>
</item>
</items>
<macros>
<macro>
<macro>{$PPPDOWN}</macro>
<value>10</value>
</macro>
</macros>
</template>
</templates>
</zabbix_export>

0 comments on commit 973ed26

Please sign in to comment.