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 18d30ed
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Network_Devices/Huawei/template_huawei_ne_8000_pppoe/6.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Monitoring PPPoE with SNMP
## Overview
Template for monitor PPPoE Sections in Huawei NE-800
## Author
gleydsoncavalcanti
## Macros Used
|Name|Description|Default|Type|
|----|-----------|-------|----|
|{$PPPDOWN}|<p>-</p>|`1`|Text macro|
## Template links
There are no template links in this template.
## Discovery rules
There are no template discovery rules in this template.
## Items collected
|Name|Description|Type|Key and additional info|
|----|-----------|----|----|
|Sessões ativas|<p>This object go information number of active sessions in server PPPoE</p>|`SNMP agent`|CurrentSessions<p>Update: 1m</p>|
|Sessões ativas - Alteração|<p>this object go information number of sessions that changed in the server PPPoE</p>|`Calculated`|CurrentSessionsChange<p>Update: 1m</p>||Name|Description|Type|Key and additional info|

## Triggers collected

|Name|Description|Expression|Priority|
|----|-----------|----------|--------|
|Rápida queda de sessões ativas ({ITEM.LASTVALUE1})|<p>-</p>|<p>**Expression**: last(/Huawei - PPPoE Server/CurrentSessionsChange)<=-{$PPPDOWN}</p><p>**Recovery expression**: </p>|information|
|Rápido aumento de sessões ativas ({ITEM.LASTVALUE1})|<p>-</p>|<p>**Expression**: last(/Huawei - PPPoE Server/CurrentSessionsChange)>={$PPPDOWN}</p><p>**Recovery expression**: </p>|information|

0 comments on commit 18d30ed

Please sign in to comment.